Package com.liferay.wiki.model
Class WikiPageResourceWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<WikiPageResource>
com.liferay.wiki.model.WikiPageResourceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<WikiPageResource>
,com.liferay.portal.kernel.model.change.tracking.CTModel<WikiPageResource>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<WikiPageResource>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,WikiPageResource
,WikiPageResourceModel
,Serializable
,Cloneable
,Comparable<WikiPageResource>
public class WikiPageResourceWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<WikiPageResource>
implements com.liferay.portal.kernel.model.ModelWrapper<WikiPageResource>, WikiPageResource
This class is a wrapper for WikiPageResource
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.wiki.model.WikiPageResource
RESOURCE_PRIM_KEY_ACCESSOR
-
Constructor Summary
Constructors -
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
persist()
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
setModelAttributes
(Map<String, Object> attributes) 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.protected WikiPageResourceWrapper
wrap
(WikiPageResource wikiPageResource) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
WikiPageResourceWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<WikiPageResource>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<WikiPageResource>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<WikiPageResource>
- Specified by:
cloneWithOriginalValues
in interfaceWikiPageResourceModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this wiki page resource.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfaceWikiPageResourceModel
- Returns:
- the company ID of this wiki page resource
-
getCtCollectionId
public 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>
- Specified by:
getCtCollectionId
in interfaceWikiPageResourceModel
- Returns:
- the ct collection ID of this wiki page resource
-
getGroupId
public long getGroupId()Returns the group ID of this wiki page resource.- Specified by:
getGroupId
in interfaceWikiPageResourceModel
- Returns:
- the group ID of this wiki page resource
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this wiki page resource.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
getMvccVersion
in interfaceWikiPageResourceModel
- Returns:
- the mvcc version of this wiki page resource
-
getNodeId
public long getNodeId()Returns the node ID of this wiki page resource.- Specified by:
getNodeId
in interfaceWikiPageResourceModel
- Returns:
- the node ID of this wiki page resource
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this wiki page resource.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<WikiPageResource>
- Specified by:
getPrimaryKey
in interfaceWikiPageResourceModel
- Returns:
- the primary key of this wiki page resource
-
getResourcePrimKey
public long getResourcePrimKey()Returns the resource prim key of this wiki page resource.- Specified by:
getResourcePrimKey
in interfaceWikiPageResourceModel
- Returns:
- the resource prim key of this wiki page resource
-
getTitle
Returns the title of this wiki page resource.- Specified by:
getTitle
in interfaceWikiPageResourceModel
- Returns:
- the title of this wiki page resource
-
getUuid
Returns the uuid of this wiki page resource.- Specified by:
getUuid
in interfaceWikiPageResourceModel
- Returns:
- the uuid of this wiki page resource
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this wiki page resource.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfaceWikiPageResourceModel
- Parameters:
companyId
- the company ID of this wiki page resource
-
setCtCollectionId
public 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>
- Specified by:
setCtCollectionId
in interfaceWikiPageResourceModel
- Parameters:
ctCollectionId
- the ct collection ID of this wiki page resource
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this wiki page resource.- Specified by:
setGroupId
in interfaceWikiPageResourceModel
- Parameters:
groupId
- the group ID of this wiki page resource
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this wiki page resource.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
setMvccVersion
in interfaceWikiPageResourceModel
- Parameters:
mvccVersion
- the mvcc version of this wiki page resource
-
setNodeId
public void setNodeId(long nodeId) Sets the node ID of this wiki page resource.- Specified by:
setNodeId
in interfaceWikiPageResourceModel
- Parameters:
nodeId
- the node ID of this wiki page resource
-
setPrimaryKey
public 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>
- Specified by:
setPrimaryKey
in interfaceWikiPageResourceModel
- Parameters:
primaryKey
- the primary key of this wiki page resource
-
setResourcePrimKey
public void setResourcePrimKey(long resourcePrimKey) Sets the resource prim key of this wiki page resource.- Specified by:
setResourcePrimKey
in interfaceWikiPageResourceModel
- Parameters:
resourcePrimKey
- the resource prim key of this wiki page resource
-
setTitle
Sets the title of this wiki page resource.- Specified by:
setTitle
in interfaceWikiPageResourceModel
- Parameters:
title
- the title of this wiki page resource
-
setUuid
Sets the uuid of this wiki page resource.- Specified by:
setUuid
in interfaceWikiPageResourceModel
- Parameters:
uuid
- the uuid of this wiki page resource
-
toXmlString
- Specified by:
toXmlString
in interfaceWikiPageResourceModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<WikiPageResource>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<WikiPageResource>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<WikiPageResource>
-