Liferay 6.1.2-ce-ga3

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

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

Field Summary
 boolean alert
           
 long classNameId
           
 long classPK
           
 long companyId
           
 String content
           
 long createDate
           
 long displayDate
           
 long entryId
           
 long expirationDate
           
 long modifiedDate
           
 int priority
           
 String title
           
 String type
           
 String url
           
 long userId
           
 String userName
           
 String uuid
           
 
Constructor Summary
AnnouncementsEntryCacheModel()
           
 
Method Summary
 AnnouncementsEntry toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

AnnouncementsEntryCacheModel

public AnnouncementsEntryCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3