Liferay 6.1.2-ce-ga3

com.liferay.portlet.announcements.model.impl
Class AnnouncementsFlagCacheModel

java.lang.Object
  extended by 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.

Field Summary
 long createDate
           
 long entryId
           
 long flagId
           
 long userId
           
 int value
           
 
Constructor Summary
AnnouncementsFlagCacheModel()
           
 
Method Summary
 AnnouncementsFlag toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

flagId

public long flagId

userId

public long userId

createDate

public long createDate

entryId

public long entryId

value

public int value
Constructor Detail

AnnouncementsFlagCacheModel

public AnnouncementsFlagCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public AnnouncementsFlag toEntityModel()
Specified by:
toEntityModel in interface CacheModel<AnnouncementsFlag>

Liferay 6.1.2-ce-ga3