com.liferay.portlet.announcements.model.impl
Class AnnouncementsEntryCacheModel
java.lang.Object
com.liferay.portlet.announcements.model.impl.AnnouncementsEntryCacheModel
- All Implemented Interfaces:
- CacheModel<AnnouncementsEntry>, Serializable
public class AnnouncementsEntryCacheModel
- extends Object
- implements CacheModel<AnnouncementsEntry>, Serializable
The cache model class for representing AnnouncementsEntry in entity cache.
- See Also:
AnnouncementsEntry
,
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
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
title
public String title
content
public String content
url
public String url
type
public String type
displayDate
public long displayDate
expirationDate
public long expirationDate
priority
public int priority
alert
public boolean alert
AnnouncementsEntryCacheModel
public AnnouncementsEntryCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public AnnouncementsEntry toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<AnnouncementsEntry>