@ProviderType public interface JournalArticleResourceModel extends BaseModel<JournalArticleResource>, CTModel<JournalArticleResource>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.journal.model.impl.JournalArticleResourceModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.journal.model.impl.JournalArticleResourceImpl.
JournalArticleResource| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArticleId()
Returns the article ID of this journal article resource.
|
long |
getCompanyId()
Returns the company ID of this journal article resource.
|
long |
getCtCollectionId()
Returns the ct collection ID of this journal article resource.
|
long |
getGroupId()
Returns the group ID of this journal article resource.
|
long |
getMvccVersion()
Returns the mvcc version of this journal article resource.
|
long |
getPrimaryKey()
Returns the primary key of this journal article resource.
|
long |
getResourcePrimKey()
Returns the resource prim key of this journal article resource.
|
java.lang.String |
getUuid()
Returns the uuid of this journal article resource.
|
void |
setArticleId(java.lang.String articleId)
Sets the article ID of this journal article resource.
|
void |
setCompanyId(long companyId)
Sets the company ID of this journal article resource.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this journal article resource.
|
void |
setGroupId(long groupId)
Sets the group ID of this journal article resource.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this journal article resource.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this journal article resource.
|
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.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
getPrimaryKey in interface CTModel<JournalArticleResource>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTModel<JournalArticleResource>primaryKey - the primary key of this journal article resourcelong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this journal article resourcelong getCtCollectionId()
getCtCollectionId in interface CTModel<JournalArticleResource>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CTModel<JournalArticleResource>ctCollectionId - the ct collection ID 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 resourcelong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company 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 resource