com.liferay.portlet.asset.model.impl
Class AssetEntryCacheModel
java.lang.Object
com.liferay.portlet.asset.model.impl.AssetEntryCacheModel
- All Implemented Interfaces:
- CacheModel<AssetEntry>, Serializable
public class AssetEntryCacheModel
- extends Object
- implements CacheModel<AssetEntry>, Serializable
The cache model class for representing AssetEntry in entity cache.
- See Also:
AssetEntry
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
entryId
public long entryId
groupId
public long groupId
companyId
public long companyId
userId
public long userId
userName
public String userName
createDate
public long createDate
modifiedDate
public long modifiedDate
classNameId
public long classNameId
classPK
public long classPK
classUuid
public 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 String mimeType
title
public String title
description
public String description
summary
public String summary
url
public String url
layoutUuid
public String layoutUuid
height
public int height
width
public int width
priority
public double priority
viewCount
public int viewCount
AssetEntryCacheModel
public AssetEntryCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public AssetEntry toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<AssetEntry>