Liferay 6.1.2-ce-ga3

com.liferay.portlet.wiki.model.impl
Class WikiPageCacheModel

java.lang.Object
  extended by com.liferay.portlet.wiki.model.impl.WikiPageCacheModel
All Implemented Interfaces:
CacheModel<WikiPage>, Serializable

public class WikiPageCacheModel
extends Object
implements CacheModel<WikiPage>, Serializable

The cache model class for representing WikiPage in entity cache.

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

Field Summary
 long companyId
           
 String content
           
 long createDate
           
 String format
           
 long groupId
           
 boolean head
           
 boolean minorEdit
           
 long modifiedDate
           
 long nodeId
           
 long pageId
           
 String parentTitle
           
 String redirectTitle
           
 long resourcePrimKey
           
 int status
           
 long statusByUserId
           
 String statusByUserName
           
 long statusDate
           
 String summary
           
 String title
           
 long userId
           
 String userName
           
 String uuid
           
 double version
           
 
Constructor Summary
WikiPageCacheModel()
           
 
Method Summary
 WikiPage toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public String uuid

pageId

public long pageId

resourcePrimKey

public long resourcePrimKey

groupId

public long groupId

companyId

public long companyId

userId

public long userId

userName

public String userName

createDate

public long createDate

modifiedDate

public long modifiedDate

nodeId

public long nodeId

title

public String title

version

public double version

minorEdit

public boolean minorEdit

content

public String content

summary

public String summary

format

public String format

head

public boolean head

parentTitle

public String parentTitle

redirectTitle

public String redirectTitle

status

public int status

statusByUserId

public long statusByUserId

statusByUserName

public String statusByUserName

statusDate

public long statusDate
Constructor Detail

WikiPageCacheModel

public WikiPageCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public WikiPage toEntityModel()
Specified by:
toEntityModel in interface CacheModel<WikiPage>

Liferay 6.1.2-ce-ga3