@ProviderType public interface JournalArticleResourceModel extends BaseModel<JournalArticleResource>
This interface and its corresponding implementation JournalArticleResourceModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in JournalArticleResourceImpl.
JournalArticleResource,
JournalArticleResourceImpl,
JournalArticleResourceModelImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(JournalArticleResource journalArticleResource) |
java.lang.String |
getArticleId()
Returns the article ID of this journal article resource.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
long |
getGroupId()
Returns the group ID of this journal article resource.
|
long |
getPrimaryKey()
Returns the primary key of this journal article resource.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
long |
getResourcePrimKey()
Returns the resource prim key of this journal article resource.
|
java.lang.String |
getUuid()
Returns the uuid of this journal article resource.
|
int |
hashCode() |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
void |
setArticleId(java.lang.String articleId)
Sets the article ID of this journal article resource.
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
void |
setGroupId(long groupId)
Sets the group ID of this journal article resource.
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this journal article resource.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
void |
setResourcePrimKey(long resourcePrimKey)
Sets the resource prim key of this journal article resource.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this journal article resource.
|
CacheModel<JournalArticleResource> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
JournalArticleResource |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
java.lang.String |
toString() |
JournalArticleResource |
toUnescapedModel() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
getModelAttributes, resetOriginalValues, setModelAttributesgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this journal article resource@AutoEscape java.lang.String getUuid()
void setUuid(java.lang.String uuid)
uuid - the uuid of this journal article resourcelong getResourcePrimKey()
void setResourcePrimKey(long resourcePrimKey)
resourcePrimKey - the resource prim key of this journal article resourcelong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this journal article resource@AutoEscape java.lang.String getArticleId()
void setArticleId(java.lang.String articleId)
articleId - the article ID of this journal article resourceboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BaseModel<JournalArticleResource>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModelsetNew in interface BaseModel<JournalArticleResource>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.isCachedModel in interface BaseModel<JournalArticleResource>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<JournalArticleResource>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<JournalArticleResource>true if this model instance is escaped;
false otherwisejava.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<JournalArticleResource>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<JournalArticleResource>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<JournalArticleResource>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<JournalArticleResource>void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<JournalArticleResource>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<JournalArticleResource>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)java.lang.Object clone()
BaseModelclone in interface BaseModel<JournalArticleResource>int compareTo(JournalArticleResource journalArticleResource)
compareTo in interface java.lang.Comparable<JournalArticleResource>int hashCode()
hashCode in class java.lang.ObjectCacheModel<JournalArticleResource> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<JournalArticleResource>JournalArticleResource toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<JournalArticleResource>AutoEscapeBeanHandlerJournalArticleResource toUnescapedModel()
toUnescapedModel in interface BaseModel<JournalArticleResource>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<JournalArticleResource>