Liferay 6.0.5

com.liferay.portlet.wiki.model
Class WikiNodeWrapper

java.lang.Object
  extended by com.liferay.portlet.wiki.model.WikiNodeWrapper
All Implemented Interfaces:
BaseModel<WikiNode>, WikiNode, WikiNodeModel, Serializable, Cloneable, Comparable<WikiNode>

public class WikiNodeWrapper
extends Object
implements WikiNode

This class is a wrapper for WikiNode.

See Also:
WikiNode, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
WikiNodeWrapper(WikiNode wikiNode)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(WikiNode wikiNode)
           
 long getCompanyId()
          Gets the company id of this wiki node.
 Date getCreateDate()
          Gets the create date of this wiki node.
 String getDescription()
          Gets the description of this wiki node.
 ExpandoBridge getExpandoBridge()
          Gets the expando bridge for this model instance.
 long getGroupId()
          Gets the group id of this wiki node.
 Date getLastPostDate()
          Gets the last post date of this wiki node.
 Date getModifiedDate()
          Gets the modified date of this wiki node.
 String getName()
          Gets the name of this wiki node.
 long getNodeId()
          Gets the node id of this wiki node.
 long getPrimaryKey()
          Gets the primary key of this wiki node.
 Serializable getPrimaryKeyObj()
          Gets the primary key of this model instance.
 long getUserId()
          Gets the user id of this wiki node.
 String getUserName()
          Gets the user name of this wiki node.
 String getUserUuid()
          Gets the user uuid of this wiki node.
 String getUuid()
          Gets the uuid of this wiki node.
 WikiNode getWrappedWikiNode()
           
 int hashCode()
           
 boolean isCachedModel()
          Determines if this model instance was retrieved from the entity cache.
 boolean isEscapedModel()
          Determines if this model instance is escaped.
 boolean isNew()
          Determines if this model instance does not yet exist in the database.
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 void setCompanyId(long companyId)
          Sets the company id of this wiki node.
 void setCreateDate(Date createDate)
          Sets the create date of this wiki node.
 void setDescription(String description)
          Sets the description of this wiki node.
 void setEscapedModel(boolean escapedModel)
          Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe.
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setGroupId(long groupId)
          Sets the group id of this wiki node.
 void setLastPostDate(Date lastPostDate)
          Sets the last post date of this wiki node.
 void setModifiedDate(Date modifiedDate)
          Sets the modified date of this wiki node.
 void setName(String name)
          Sets the name of this wiki node.
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setNodeId(long nodeId)
          Sets the node id of this wiki node.
 void setPrimaryKey(long pk)
          Sets the primary key of this wiki node
 void setUserId(long userId)
          Sets the user id of this wiki node.
 void setUserName(String userName)
          Sets the user name of this wiki node.
 void setUserUuid(String userUuid)
          Sets the user uuid of this wiki node.
 void setUuid(String uuid)
          Sets the uuid of this wiki node.
 WikiNode toEscapedModel()
          Gets a copy of this wiki node as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 String toXmlString()
          Gets the XML representation of this model instance.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WikiNodeWrapper

public WikiNodeWrapper(WikiNode wikiNode)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Description copied from interface: WikiNodeModel
Gets the primary key of this wiki node.

Specified by:
getPrimaryKey in interface WikiNodeModel
Returns:
the primary key of this wiki node

setPrimaryKey

public void setPrimaryKey(long pk)
Description copied from interface: WikiNodeModel
Sets the primary key of this wiki node

Specified by:
setPrimaryKey in interface WikiNodeModel
Parameters:
pk - the primary key of this wiki node

getUuid

public String getUuid()
Description copied from interface: WikiNodeModel
Gets the uuid of this wiki node.

Specified by:
getUuid in interface WikiNodeModel
Returns:
the uuid of this wiki node

setUuid

public void setUuid(String uuid)
Description copied from interface: WikiNodeModel
Sets the uuid of this wiki node.

Specified by:
setUuid in interface WikiNodeModel
Parameters:
uuid - the uuid of this wiki node

getNodeId

public long getNodeId()
Description copied from interface: WikiNodeModel
Gets the node id of this wiki node.

Specified by:
getNodeId in interface WikiNodeModel
Returns:
the node id of this wiki node

setNodeId

public void setNodeId(long nodeId)
Description copied from interface: WikiNodeModel
Sets the node id of this wiki node.

Specified by:
setNodeId in interface WikiNodeModel
Parameters:
nodeId - the node id of this wiki node

getGroupId

public long getGroupId()
Description copied from interface: WikiNodeModel
Gets the group id of this wiki node.

Specified by:
getGroupId in interface WikiNodeModel
Returns:
the group id of this wiki node

setGroupId

public void setGroupId(long groupId)
Description copied from interface: WikiNodeModel
Sets the group id of this wiki node.

Specified by:
setGroupId in interface WikiNodeModel
Parameters:
groupId - the group id of this wiki node

getCompanyId

public long getCompanyId()
Description copied from interface: WikiNodeModel
Gets the company id of this wiki node.

Specified by:
getCompanyId in interface WikiNodeModel
Returns:
the company id of this wiki node

setCompanyId

public void setCompanyId(long companyId)
Description copied from interface: WikiNodeModel
Sets the company id of this wiki node.

Specified by:
setCompanyId in interface WikiNodeModel
Parameters:
companyId - the company id of this wiki node

getUserId

public long getUserId()
Description copied from interface: WikiNodeModel
Gets the user id of this wiki node.

Specified by:
getUserId in interface WikiNodeModel
Returns:
the user id of this wiki node

setUserId

public void setUserId(long userId)
Description copied from interface: WikiNodeModel
Sets the user id of this wiki node.

Specified by:
setUserId in interface WikiNodeModel
Parameters:
userId - the user id of this wiki node

getUserUuid

public String getUserUuid()
                   throws SystemException
Description copied from interface: WikiNodeModel
Gets the user uuid of this wiki node.

Specified by:
getUserUuid in interface WikiNodeModel
Returns:
the user uuid of this wiki node
Throws:
SystemException - if a system exception occurred

setUserUuid

public void setUserUuid(String userUuid)
Description copied from interface: WikiNodeModel
Sets the user uuid of this wiki node.

Specified by:
setUserUuid in interface WikiNodeModel
Parameters:
userUuid - the user uuid of this wiki node

getUserName

public String getUserName()
Description copied from interface: WikiNodeModel
Gets the user name of this wiki node.

Specified by:
getUserName in interface WikiNodeModel
Returns:
the user name of this wiki node

setUserName

public void setUserName(String userName)
Description copied from interface: WikiNodeModel
Sets the user name of this wiki node.

Specified by:
setUserName in interface WikiNodeModel
Parameters:
userName - the user name of this wiki node

getCreateDate

public Date getCreateDate()
Description copied from interface: WikiNodeModel
Gets the create date of this wiki node.

Specified by:
getCreateDate in interface WikiNodeModel
Returns:
the create date of this wiki node

setCreateDate

public void setCreateDate(Date createDate)
Description copied from interface: WikiNodeModel
Sets the create date of this wiki node.

Specified by:
setCreateDate in interface WikiNodeModel
Parameters:
createDate - the create date of this wiki node

getModifiedDate

public Date getModifiedDate()
Description copied from interface: WikiNodeModel
Gets the modified date of this wiki node.

Specified by:
getModifiedDate in interface WikiNodeModel
Returns:
the modified date of this wiki node

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Description copied from interface: WikiNodeModel
Sets the modified date of this wiki node.

Specified by:
setModifiedDate in interface WikiNodeModel
Parameters:
modifiedDate - the modified date of this wiki node

getName

public String getName()
Description copied from interface: WikiNodeModel
Gets the name of this wiki node.

Specified by:
getName in interface WikiNodeModel
Returns:
the name of this wiki node

setName

public void setName(String name)
Description copied from interface: WikiNodeModel
Sets the name of this wiki node.

Specified by:
setName in interface WikiNodeModel
Parameters:
name - the name of this wiki node

getDescription

public String getDescription()
Description copied from interface: WikiNodeModel
Gets the description of this wiki node.

Specified by:
getDescription in interface WikiNodeModel
Returns:
the description of this wiki node

setDescription

public void setDescription(String description)
Description copied from interface: WikiNodeModel
Sets the description of this wiki node.

Specified by:
setDescription in interface WikiNodeModel
Parameters:
description - the description of this wiki node

getLastPostDate

public Date getLastPostDate()
Description copied from interface: WikiNodeModel
Gets the last post date of this wiki node.

Specified by:
getLastPostDate in interface WikiNodeModel
Returns:
the last post date of this wiki node

setLastPostDate

public void setLastPostDate(Date lastPostDate)
Description copied from interface: WikiNodeModel
Sets the last post date of this wiki node.

Specified by:
setLastPostDate in interface WikiNodeModel
Parameters:
lastPostDate - the last post date of this wiki node

toEscapedModel

public WikiNode toEscapedModel()
Description copied from interface: WikiNodeModel
Gets a copy of this wiki node as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface WikiNodeModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

isNew

public boolean isNew()
Description copied from interface: BaseModel
Determines if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<WikiNode>
Specified by:
isNew in interface WikiNodeModel
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

public void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<WikiNode>
Specified by:
setNew in interface WikiNodeModel
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

public boolean isCachedModel()
Description copied from interface: BaseModel
Determines if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<WikiNode>
Specified by:
isCachedModel in interface WikiNodeModel
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

public void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<WikiNode>
Specified by:
setCachedModel in interface WikiNodeModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

public boolean isEscapedModel()
Description copied from interface: BaseModel
Determines if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<WikiNode>
Specified by:
isEscapedModel in interface WikiNodeModel
Returns:
true if this model instance is escaped; false otherwise
See Also:
BaseModel.setEscapedModel(boolean)

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Description copied from interface: BaseModel
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe.

A model instance can be made escaped by wrapping it with an HTML auto escape handler using its toEscapedModel method. For example, UserModel.toEscapedModel().

Specified by:
setEscapedModel in interface BaseModel<WikiNode>
Specified by:
setEscapedModel in interface WikiNodeModel
Parameters:
escapedModel - whether this model instance is escaped
See Also:
AutoEscapeBeanHandler

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Gets the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<WikiNode>
Specified by:
getPrimaryKeyObj in interface WikiNodeModel
Returns:
the primary key of this model instance

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Gets the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<WikiNode>
Specified by:
getExpandoBridge in interface WikiNodeModel
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<WikiNode>
Specified by:
setExpandoBridgeAttributes in interface WikiNodeModel
Parameters:
serviceContext - the service context to retrieve the expando bridge attributes from
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<WikiNode>
Specified by:
clone in interface WikiNodeModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(WikiNode wikiNode)
Specified by:
compareTo in interface WikiNodeModel
Specified by:
compareTo in interface Comparable<WikiNode>

hashCode

public int hashCode()
Specified by:
hashCode in interface WikiNodeModel
Overrides:
hashCode in class Object

toString

public String toString()
Specified by:
toString in interface WikiNodeModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Gets the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<WikiNode>
Specified by:
toXmlString in interface WikiNodeModel
Returns:
the XML representation of this model instance

getWrappedWikiNode

public WikiNode getWrappedWikiNode()

Liferay 6.0.5