com.liferay.portlet.wiki.model
Class WikiNodeWrapper
java.lang.Object
com.liferay.portlet.wiki.model.WikiNodeWrapper
- All Implemented Interfaces:
- BaseModel<WikiNode>, WikiNode, WikiNodeModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<WikiNode>
public class WikiNodeWrapper
- extends java.lang.Object
- implements WikiNode
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for WikiNode
.
- Author:
- Brian Wing Shun Chan
- See Also:
WikiNode
,
Serialized Form- Generated:
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
WikiNodeWrapper
public WikiNodeWrapper(WikiNode wikiNode)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey
in interface WikiNodeModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey
in interface WikiNodeModel
getUuid
public java.lang.String getUuid()
- Specified by:
getUuid
in interface WikiNodeModel
setUuid
public void setUuid(java.lang.String uuid)
- Specified by:
setUuid
in interface WikiNodeModel
getNodeId
public long getNodeId()
- Specified by:
getNodeId
in interface WikiNodeModel
setNodeId
public void setNodeId(long nodeId)
- Specified by:
setNodeId
in interface WikiNodeModel
getGroupId
public long getGroupId()
- Specified by:
getGroupId
in interface WikiNodeModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId
in interface WikiNodeModel
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId
in interface WikiNodeModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId
in interface WikiNodeModel
getUserId
public long getUserId()
- Specified by:
getUserId
in interface WikiNodeModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId
in interface WikiNodeModel
getUserUuid
public java.lang.String getUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserUuid
in interface WikiNodeModel
- Throws:
com.liferay.portal.kernel.exception.SystemException
setUserUuid
public void setUserUuid(java.lang.String userUuid)
- Specified by:
setUserUuid
in interface WikiNodeModel
getUserName
public java.lang.String getUserName()
- Specified by:
getUserName
in interface WikiNodeModel
setUserName
public void setUserName(java.lang.String userName)
- Specified by:
setUserName
in interface WikiNodeModel
getCreateDate
public java.util.Date getCreateDate()
- Specified by:
getCreateDate
in interface WikiNodeModel
setCreateDate
public void setCreateDate(java.util.Date createDate)
- Specified by:
setCreateDate
in interface WikiNodeModel
getModifiedDate
public java.util.Date getModifiedDate()
- Specified by:
getModifiedDate
in interface WikiNodeModel
setModifiedDate
public void setModifiedDate(java.util.Date modifiedDate)
- Specified by:
setModifiedDate
in interface WikiNodeModel
getName
public java.lang.String getName()
- Specified by:
getName
in interface WikiNodeModel
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface WikiNodeModel
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface WikiNodeModel
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription
in interface WikiNodeModel
getLastPostDate
public java.util.Date getLastPostDate()
- Specified by:
getLastPostDate
in interface WikiNodeModel
setLastPostDate
public void setLastPostDate(java.util.Date lastPostDate)
- Specified by:
setLastPostDate
in interface WikiNodeModel
toEscapedModel
public WikiNode toEscapedModel()
- Specified by:
toEscapedModel
in interface WikiNodeModel
isNew
public boolean isNew()
- Specified by:
isNew
in interface BaseModel<WikiNode>
- Specified by:
isNew
in interface WikiNodeModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew
in interface BaseModel<WikiNode>
- Specified by:
setNew
in interface WikiNodeModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel
in interface BaseModel<WikiNode>
- Specified by:
isCachedModel
in interface WikiNodeModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel
in interface BaseModel<WikiNode>
- Specified by:
setCachedModel
in interface WikiNodeModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel
in interface BaseModel<WikiNode>
- Specified by:
isEscapedModel
in interface WikiNodeModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel
in interface BaseModel<WikiNode>
- Specified by:
setEscapedModel
in interface WikiNodeModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj
in interface BaseModel<WikiNode>
- Specified by:
getPrimaryKeyObj
in interface WikiNodeModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge
in interface BaseModel<WikiNode>
- Specified by:
getExpandoBridge
in interface WikiNodeModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes
in interface BaseModel<WikiNode>
- Specified by:
setExpandoBridgeAttributes
in interface WikiNodeModel
clone
public java.lang.Object clone()
- Specified by:
clone
in interface BaseModel<WikiNode>
- Specified by:
clone
in interface WikiNodeModel
- Overrides:
clone
in class java.lang.Object
compareTo
public int compareTo(WikiNode wikiNode)
- Specified by:
compareTo
in interface WikiNodeModel
- Specified by:
compareTo
in interface java.lang.Comparable<WikiNode>
hashCode
public int hashCode()
- Specified by:
hashCode
in interface WikiNodeModel
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Specified by:
toString
in interface WikiNodeModel
- Overrides:
toString
in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString
in interface BaseModel<WikiNode>
- Specified by:
toXmlString
in interface WikiNodeModel
getWrappedWikiNode
public WikiNode getWrappedWikiNode()