Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.model.impl
Class MBThreadCacheModel

java.lang.Object
  extended by com.liferay.portlet.messageboards.model.impl.MBThreadCacheModel
All Implemented Interfaces:
CacheModel<MBThread>, Serializable

public class MBThreadCacheModel
extends Object
implements CacheModel<MBThread>, Serializable

The cache model class for representing MBThread in entity cache.

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

Field Summary
 long categoryId
           
 long companyId
           
 long groupId
           
 long lastPostByUserId
           
 long lastPostDate
           
 int messageCount
           
 double priority
           
 boolean question
           
 long rootMessageId
           
 long rootMessageUserId
           
 int status
           
 long statusByUserId
           
 String statusByUserName
           
 long statusDate
           
 long threadId
           
 int viewCount
           
 
Constructor Summary
MBThreadCacheModel()
           
 
Method Summary
 MBThread toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

threadId

public long threadId

groupId

public long groupId

companyId

public long companyId

categoryId

public long categoryId

rootMessageId

public long rootMessageId

rootMessageUserId

public long rootMessageUserId

messageCount

public int messageCount

viewCount

public int viewCount

lastPostByUserId

public long lastPostByUserId

lastPostDate

public long lastPostDate

priority

public double priority

question

public boolean question

status

public int status

statusByUserId

public long statusByUserId

statusByUserName

public String statusByUserName

statusDate

public long statusDate
Constructor Detail

MBThreadCacheModel

public MBThreadCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3