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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl
      extended by com.liferay.portlet.announcements.model.impl.AnnouncementsEntryModelImpl
          extended by com.liferay.portlet.announcements.model.impl.AnnouncementsEntryImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel, com.liferay.portlet.announcements.model.AnnouncementsEntry, com.liferay.portlet.announcements.model.AnnouncementsEntryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

public class AnnouncementsEntryImpl
extends AnnouncementsEntryModelImpl
implements com.liferay.portlet.announcements.model.AnnouncementsEntry

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static java.lang.String[] TYPES
           
 
Fields inherited from class com.liferay.portlet.announcements.model.impl.AnnouncementsEntryModelImpl
CACHE_ENABLED, DATA_SOURCE, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
AnnouncementsEntryImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.announcements.model.impl.AnnouncementsEntryModelImpl
clone, compareTo, equals, getAlert, getClassName, getClassNameId, getClassPK, getCompanyId, getContent, getCreateDate, getDisplayDate, getEntryId, getExpandoBridge, getExpirationDate, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getPriority, getTitle, getType, getUrl, getUserId, getUserName, getUuid, hashCode, isAlert, setAlert, setClassNameId, setClassPK, setCompanyId, setContent, setCreateDate, setDisplayDate, setEntryId, setExpirationDate, setModifiedDate, setPrimaryKey, setPriority, setTitle, setType, setUrl, setUserId, setUserName, setUuid, toEscapedModel, toModel, toModels
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.announcements.model.AnnouncementsEntryModel
getAlert, getClassName, getClassNameId, getClassPK, getCompanyId, getContent, getCreateDate, getDisplayDate, getEntryId, getExpirationDate, getModifiedDate, getPrimaryKey, getPriority, getTitle, getType, getUrl, getUserId, getUserName, getUuid, isAlert, setAlert, setClassNameId, setClassPK, setCompanyId, setContent, setCreateDate, setDisplayDate, setEntryId, setExpirationDate, setModifiedDate, setPrimaryKey, setPriority, setTitle, setType, setUrl, setUserId, setUserName, setUuid, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

TYPES

public static final java.lang.String[] TYPES
Constructor Detail

AnnouncementsEntryImpl

public AnnouncementsEntryImpl()