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 TypeMethodDescriptionlong
Returns the company ID of this wiki page resource.long
Returns the ct collection ID of this wiki page resource.long
Returns the group ID of this wiki page resource.long
Returns the mvcc version of this wiki page resource.long
Returns the node ID of this wiki page resource.long
Returns the primary key of this wiki page resource.long
Returns 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.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
Sets the title of this wiki page resource.void
Sets the uuid of this wiki page resource.default String
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this wiki page resource.- Specified by:
getPrimaryKey
in 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:
setPrimaryKey
in 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:
getMvccVersion
in 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:
setMvccVersion
in 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:
getCtCollectionId
in 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:
setCtCollectionId
in 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:
getCompanyId
in 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:
setCompanyId
in 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:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<WikiPageResource>
-
toXmlString
-