Liferay 6.2-ce-ga5

com.liferay.portlet.shopping.model.impl
Class ShoppingCategoryCacheModel

java.lang.Object
  extended by com.liferay.portlet.shopping.model.impl.ShoppingCategoryCacheModel
All Implemented Interfaces:
CacheModel<ShoppingCategory>, Externalizable, Serializable

public class ShoppingCategoryCacheModel
extends Object
implements CacheModel<ShoppingCategory>, Externalizable

The cache model class for representing ShoppingCategory in entity cache.

See Also:
ShoppingCategory, 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
           
 long groupId
           
 long modifiedDate
           
 String name
           
 long parentCategoryId
           
 long userId
           
 String userName
           
 
Constructor Summary
ShoppingCategoryCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 ShoppingCategory 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

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
Constructor Detail

ShoppingCategoryCacheModel

public ShoppingCategoryCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

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