com.liferay.portlet.announcements.model.impl
Class AnnouncementsFlagCacheModel
java.lang.Object
com.liferay.portlet.announcements.model.impl.AnnouncementsFlagCacheModel
- All Implemented Interfaces:
- CacheModel<AnnouncementsFlag>, Serializable
public class AnnouncementsFlagCacheModel
- extends Object
- implements CacheModel<AnnouncementsFlag>, Serializable
The cache model class for representing AnnouncementsFlag in entity cache.
- See Also:
AnnouncementsFlag
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
flagId
public long flagId
userId
public long userId
createDate
public long createDate
entryId
public long entryId
value
public int value
AnnouncementsFlagCacheModel
public AnnouncementsFlagCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public AnnouncementsFlag toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<AnnouncementsFlag>