Liferay 6.2-ce-ga5

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

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

public class MBCategoryCacheModel
extends Object
implements CacheModel<MBCategory>, Externalizable

The cache model class for representing MBCategory in entity cache.

See Also:
MBCategory, 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 createDate
           
 String description
           
 String displayStyle
           
 long groupId
           
 long lastPostDate
           
 int messageCount
           
 long modifiedDate
           
 String name
           
 long parentCategoryId
           
 int status
           
 long statusByUserId
           
 String statusByUserName
           
 long statusDate
           
 int threadCount
           
 long userId
           
 String userName
           
 String uuid
           
 
Constructor Summary
MBCategoryCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 MBCategory toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public String uuid

categoryId

public long categoryId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

userName

public String userName

createDate

public long createDate

modifiedDate

public long modifiedDate

parentCategoryId

public long parentCategoryId

name

public String name

description

public String description

displayStyle

public String displayStyle

threadCount

public int threadCount

messageCount

public int messageCount

lastPostDate

public long lastPostDate

status

public int status

statusByUserId

public long statusByUserId

statusByUserName

public String statusByUserName

statusDate

public long statusDate
Constructor Detail

MBCategoryCacheModel

public MBCategoryCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Specified by:
readExternal in interface Externalizable
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

Liferay 6.2-ce-ga5