com.liferay.portlet.blogs.model.impl
Class BlogsEntryCacheModel
java.lang.Object
com.liferay.portlet.blogs.model.impl.BlogsEntryCacheModel
- All Implemented Interfaces:
- CacheModel<BlogsEntry>, Serializable
public class BlogsEntryCacheModel
- extends Object
- implements CacheModel<BlogsEntry>, Serializable
The cache model class for representing BlogsEntry in entity cache.
- See Also:
BlogsEntry
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
uuid
public String uuid
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
title
public String title
urlTitle
public String urlTitle
description
public String description
content
public String content
displayDate
public long displayDate
allowPingbacks
public boolean allowPingbacks
allowTrackbacks
public boolean allowTrackbacks
trackbacks
public String trackbacks
smallImage
public boolean smallImage
smallImageId
public long smallImageId
smallImageURL
public String smallImageURL
status
public int status
statusByUserId
public long statusByUserId
statusByUserName
public String statusByUserName
statusDate
public long statusDate
BlogsEntryCacheModel
public BlogsEntryCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public BlogsEntry toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<BlogsEntry>