Package com.liferay.journal.model
Interface JournalArticleResourceModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<JournalArticleResource>,com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleResource>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
JournalArticleResource
- All Known Implementing Classes:
JournalArticleResourceWrapper
@ProviderType
public interface JournalArticleResourceModel
extends com.liferay.portal.kernel.model.BaseModel<JournalArticleResource>, com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleResource>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the JournalArticleResource service. Represents a row in the "JournalArticleResource" database table, with each column mapped to a property of this class.
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.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the article ID of this journal article resource.longReturns the company ID of this journal article resource.longReturns the ct collection ID of this journal article resource.longReturns the group ID of this journal article resource.longReturns the mvcc version of this journal article resource.longReturns the primary key of this journal article resource.longReturns the resource prim key of this journal article resource.getUuid()Returns the uuid of this journal article resource.voidsetArticleId(String articleId) Sets the article ID of this journal article resource.voidsetCompanyId(long companyId) Sets the company ID of this journal article resource.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this journal article resource.voidsetGroupId(long groupId) Sets the group ID of this journal article resource.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this journal article resource.voidsetPrimaryKey(long primaryKey) Sets the primary key of this journal article resource.voidsetResourcePrimKey(long resourcePrimKey) Sets the resource prim key of this journal article resource.voidSets the uuid of this journal article resource.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this journal article resource.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleResource>- Returns:
- the primary key of this journal article resource
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this journal article resource.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleResource>- Parameters:
primaryKey- the primary key of this journal article resource
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this journal article resource.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this journal article resource
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this journal article resource.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this journal article resource
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this journal article resource.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleResource>- Returns:
- the ct collection ID of this journal article resource
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this journal article resource.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticleResource>- Parameters:
ctCollectionId- the ct collection ID of this journal article resource
-
getUuid
Returns the uuid of this journal article resource.- Returns:
- the uuid of this journal article resource
-
setUuid
Sets the uuid of this journal article resource.- Parameters:
uuid- the uuid of this journal article resource
-
getResourcePrimKey
long getResourcePrimKey()Returns the resource prim key of this journal article resource.- Returns:
- the resource prim key of this journal article resource
-
setResourcePrimKey
void setResourcePrimKey(long resourcePrimKey) Sets the resource prim key of this journal article resource.- Parameters:
resourcePrimKey- the resource prim key of this journal article resource
-
getGroupId
long getGroupId()Returns the group ID of this journal article resource.- Returns:
- the group ID of this journal article resource
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this journal article resource.- Parameters:
groupId- the group ID of this journal article resource
-
getCompanyId
long getCompanyId()Returns the company ID of this journal article resource.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this journal article resource
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this journal article resource.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this journal article resource
-
getArticleId
Returns the article ID of this journal article resource.- Returns:
- the article ID of this journal article resource
-
setArticleId
Sets the article ID of this journal article resource.- Parameters:
articleId- the article ID of this journal article resource
-
cloneWithOriginalValues
JournalArticleResource cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<JournalArticleResource>
-
toXmlString
-