Package com.liferay.wiki.model
Interface WikiPageResourceModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<WikiPageResource>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<WikiPageResource>,com.liferay.portal.kernel.model.change.tracking.CTModel<WikiPageResource>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
WikiPageResource
- All Known Implementing Classes:
WikiPageResourceWrapper
@ProviderType
public interface WikiPageResourceModel
extends com.liferay.portal.kernel.model.BaseModel<WikiPageResource>, com.liferay.portal.kernel.model.change.tracking.CTModel<WikiPageResource>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the WikiPageResource service. Represents a row in the "WikiPageResource" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.wiki.model.impl.WikiPageResourceModelImpl 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.wiki.model.impl.WikiPageResourceImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this wiki page resource.longReturns the ct collection ID of this wiki page resource.longReturns the group ID of this wiki page resource.longReturns the mvcc version of this wiki page resource.longReturns the node ID of this wiki page resource.longReturns the primary key of this wiki page resource.longReturns the resource prim key of this wiki page resource.getTitle()Returns the title of this wiki page resource.getUuid()Returns the uuid of this wiki page resource.voidsetCompanyId(long companyId) Sets the company ID of this wiki page resource.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this wiki page resource.voidsetGroupId(long groupId) Sets the group ID of this wiki page resource.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this wiki page resource.voidsetNodeId(long nodeId) Sets the node ID of this wiki page resource.voidsetPrimaryKey(long primaryKey) Sets the primary key of this wiki page resource.voidsetResourcePrimKey(long resourcePrimKey) Sets the resource prim key of this wiki page resource.voidSets the title of this wiki page resource.voidSets the uuid of this wiki page 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 wiki page resource.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<WikiPageResource>- Returns:
- the primary key of this wiki page resource
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this wiki page resource.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<WikiPageResource>- Parameters:
primaryKey- the primary key of this wiki page resource
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this wiki page resource.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this wiki page resource
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this wiki page resource.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this wiki page resource
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this wiki page resource.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<WikiPageResource>- Returns:
- the ct collection ID of this wiki page resource
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this wiki page resource.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<WikiPageResource>- Parameters:
ctCollectionId- the ct collection ID of this wiki page resource
-
getUuid
Returns the uuid of this wiki page resource.- Returns:
- the uuid of this wiki page resource
-
setUuid
Sets the uuid of this wiki page resource.- Parameters:
uuid- the uuid of this wiki page resource
-
getResourcePrimKey
long getResourcePrimKey()Returns the resource prim key of this wiki page resource.- Returns:
- the resource prim key of this wiki page resource
-
setResourcePrimKey
void setResourcePrimKey(long resourcePrimKey) Sets the resource prim key of this wiki page resource.- Parameters:
resourcePrimKey- the resource prim key of this wiki page resource
-
getGroupId
long getGroupId()Returns the group ID of this wiki page resource.- Returns:
- the group ID of this wiki page resource
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this wiki page resource.- Parameters:
groupId- the group ID of this wiki page resource
-
getCompanyId
long getCompanyId()Returns the company ID of this wiki page resource.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this wiki page resource
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this wiki page resource.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this wiki page resource
-
getNodeId
long getNodeId()Returns the node ID of this wiki page resource.- Returns:
- the node ID of this wiki page resource
-
setNodeId
void setNodeId(long nodeId) Sets the node ID of this wiki page resource.- Parameters:
nodeId- the node ID of this wiki page resource
-
getTitle
Returns the title of this wiki page resource.- Returns:
- the title of this wiki page resource
-
setTitle
Sets the title of this wiki page resource.- Parameters:
title- the title of this wiki page resource
-
cloneWithOriginalValues
WikiPageResource cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<WikiPageResource>
-
toXmlString
-