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

java.lang.Object
  extended by com.liferay.portlet.asset.model.impl.AssetEntryCacheModel
All Implemented Interfaces:
com.liferay.portal.model.CacheModel<com.liferay.portlet.asset.model.AssetEntry>, java.io.Serializable

public class AssetEntryCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portlet.asset.model.AssetEntry>, java.io.Serializable

The cache model class for representing AssetEntry in entity cache.

Author:
Brian Wing Shun Chan
See Also:
AssetEntry, Serialized Form
Generated:

Field Summary
 long classNameId
           
 long classPK
           
 long classTypeId
           
 java.lang.String classUuid
           
 long companyId
           
 long createDate
           
 java.lang.String description
           
 long endDate
           
 long entryId
           
 long expirationDate
           
 long groupId
           
 int height
           
 java.lang.String layoutUuid
           
 java.lang.String mimeType
           
 long modifiedDate
           
 double priority
           
 long publishDate
           
 long startDate
           
 java.lang.String summary
           
 java.lang.String title
           
 java.lang.String url
           
 long userId
           
 java.lang.String userName
           
 int viewCount
           
 boolean visible
           
 int width
           
 
Constructor Summary
AssetEntryCacheModel()
           
 
Method Summary
 com.liferay.portlet.asset.model.AssetEntry toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

entryId

public long entryId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

userName

public java.lang.String userName

createDate

public long createDate

modifiedDate

public long modifiedDate

classNameId

public long classNameId

classPK

public long classPK

classUuid

public java.lang.String classUuid

classTypeId

public long classTypeId

visible

public boolean visible

startDate

public long startDate

endDate

public long endDate

publishDate

public long publishDate

expirationDate

public long expirationDate

mimeType

public java.lang.String mimeType

title

public java.lang.String title

description

public java.lang.String description

summary

public java.lang.String summary

url

public java.lang.String url

layoutUuid

public java.lang.String layoutUuid

height

public int height

width

public int width

priority

public double priority

viewCount

public int viewCount
Constructor Detail

AssetEntryCacheModel

public AssetEntryCacheModel()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toEntityModel

public com.liferay.portlet.asset.model.AssetEntry toEntityModel()
Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.asset.model.AssetEntry>