Liferay 6.1.2-ce-ga3

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

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

public class AssetTagPropertyCacheModel
extends Object
implements CacheModel<AssetTagProperty>, Serializable

The cache model class for representing AssetTagProperty in entity cache.

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

Field Summary
 long companyId
           
 long createDate
           
 String key
           
 long modifiedDate
           
 long tagId
           
 long tagPropertyId
           
 long userId
           
 String userName
           
 String value
           
 
Constructor Summary
AssetTagPropertyCacheModel()
           
 
Method Summary
 AssetTagProperty toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tagPropertyId

public long tagPropertyId

companyId

public long companyId

userId

public long userId

userName

public String userName

createDate

public long createDate

modifiedDate

public long modifiedDate

tagId

public long tagId

key

public String key

value

public String value
Constructor Detail

AssetTagPropertyCacheModel

public AssetTagPropertyCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3