Liferay 6.2-ce-ga5

com.liferay.portlet.asset.model.impl
Class AssetCategoryPropertyCacheModel

java.lang.Object
  extended by com.liferay.portlet.asset.model.impl.AssetCategoryPropertyCacheModel
All Implemented Interfaces:
CacheModel<AssetCategoryProperty>, Externalizable, Serializable

public class AssetCategoryPropertyCacheModel
extends Object
implements CacheModel<AssetCategoryProperty>, Externalizable

The cache model class for representing AssetCategoryProperty in entity cache.

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

Field Summary
 long categoryId
           
 long categoryPropertyId
           
 long companyId
           
 long createDate
           
 String key
           
 long modifiedDate
           
 long userId
           
 String userName
           
 String value
           
 
Constructor Summary
AssetCategoryPropertyCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 AssetCategoryProperty 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

categoryPropertyId

public long categoryPropertyId

companyId

public long companyId

userId

public long userId

userName

public String userName

createDate

public long createDate

modifiedDate

public long modifiedDate

categoryId

public long categoryId

key

public String key

value

public String value
Constructor Detail

AssetCategoryPropertyCacheModel

public AssetCategoryPropertyCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

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