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
.
WikiPageResource
,
Serialized FormRESOURCE_PRIM_KEY_ACCESSOR
Constructor and Description |
---|
WikiPageResourceWrapper(WikiPageResource 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.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
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 |
persist() |
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.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 |
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.
|
protected WikiPageResourceWrapper |
wrap(WikiPageResource wikiPageResource) |
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, toXmlString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
public WikiPageResourceWrapper(WikiPageResource wikiPageResource)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<WikiPageResource>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<WikiPageResource>
public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface WikiPageResourceModel
public long getGroupId()
getGroupId
in interface WikiPageResourceModel
public long getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
getMvccVersion
in interface WikiPageResourceModel
public long getNodeId()
getNodeId
in interface WikiPageResourceModel
public long getPrimaryKey()
getPrimaryKey
in interface WikiPageResourceModel
public long getResourcePrimKey()
getResourcePrimKey
in interface WikiPageResourceModel
public java.lang.String getTitle()
getTitle
in interface WikiPageResourceModel
public java.lang.String getUuid()
getUuid
in interface WikiPageResourceModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface WikiPageResourceModel
companyId
- the company ID of this wiki page resourcepublic void setGroupId(long groupId)
setGroupId
in interface WikiPageResourceModel
groupId
- the group ID of this wiki page resourcepublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
setMvccVersion
in interface WikiPageResourceModel
mvccVersion
- the mvcc version of this wiki page resourcepublic void setNodeId(long nodeId)
setNodeId
in interface WikiPageResourceModel
nodeId
- the node ID of this wiki page resourcepublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface WikiPageResourceModel
primaryKey
- the primary key of this wiki page resourcepublic void setResourcePrimKey(long resourcePrimKey)
setResourcePrimKey
in interface WikiPageResourceModel
resourcePrimKey
- the resource prim key of this wiki page resourcepublic void setTitle(java.lang.String title)
setTitle
in interface WikiPageResourceModel
title
- the title of this wiki page resourcepublic void setUuid(java.lang.String uuid)
setUuid
in interface WikiPageResourceModel
uuid
- the uuid of this wiki page resourceprotected WikiPageResourceWrapper wrap(WikiPageResource wikiPageResource)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<WikiPageResource>