@ProviderType public interface WikiPageResourceModel extends com.liferay.portal.kernel.model.BaseModel<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 |
---|---|
long |
getCompanyId()
Returns the company 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 |
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.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this wiki page resourcelong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version 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.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- 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 resource