@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
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.
WikiPageResource| Modifier and Type | Method and Description |
|---|---|
WikiPageResource |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this wiki page resource.
|
long |
getCtCollectionId()
Returns the ct collection ID of this wiki page resource.
|
long |
getGroupId()
Returns the group ID of this wiki page resource.
|
long |
getMvccVersion()
Returns the mvcc version of this wiki page resource.
|
long |
getNodeId()
Returns the node ID of this wiki page resource.
|
long |
getPrimaryKey()
Returns the primary key of this wiki page resource.
|
long |
getResourcePrimKey()
Returns the resource prim key of this wiki page resource.
|
java.lang.String |
getTitle()
Returns the title of this wiki page resource.
|
java.lang.String |
getUuid()
Returns the uuid of this wiki page resource.
|
void |
setCompanyId(long companyId)
Sets the company ID of this wiki page resource.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this wiki page resource.
|
void |
setGroupId(long groupId)
Sets the group ID of this wiki page resource.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this wiki page resource.
|
void |
setNodeId(long nodeId)
Sets the node ID of this wiki page resource.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this wiki page resource.
|
void |
setResourcePrimKey(long resourcePrimKey)
Sets the resource prim key of this wiki page resource.
|
void |
setTitle(java.lang.String title)
Sets the title of this wiki page resource.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this wiki page resource.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<WikiPageResource>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<WikiPageResource>primaryKey - the primary key of this wiki page resourcelong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this wiki page resourcelong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<WikiPageResource>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<WikiPageResource>ctCollectionId - the ct collection ID of this wiki page resource@AutoEscape java.lang.String getUuid()
void setUuid(java.lang.String uuid)
uuid - the uuid of this wiki page resourcelong getResourcePrimKey()
void setResourcePrimKey(long resourcePrimKey)
resourcePrimKey - the resource prim key of this wiki page resourcelong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this wiki page resourcelong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this wiki page resourcelong getNodeId()
void setNodeId(long nodeId)
nodeId - the node ID of this wiki page resource@AutoEscape java.lang.String getTitle()
void setTitle(java.lang.String title)
title - the title of this wiki page resourceWikiPageResource cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<WikiPageResource>default java.lang.String toXmlString()