Liferay 6.0.5

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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<AnnouncementsFlag>
      extended by com.liferay.portlet.announcements.model.impl.AnnouncementsFlagModelImpl
          extended by com.liferay.portlet.announcements.model.impl.AnnouncementsFlagImpl
All Implemented Interfaces:
BaseModel<AnnouncementsFlag>, AnnouncementsFlag, AnnouncementsFlagModel, Serializable, Cloneable, Comparable<AnnouncementsFlag>

public class AnnouncementsFlagImpl
extends AnnouncementsFlagModelImpl
implements AnnouncementsFlag

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.announcements.model.impl.AnnouncementsFlagModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
AnnouncementsFlagImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.announcements.model.impl.AnnouncementsFlagModelImpl
clone, compareTo, equals, getCreateDate, getEntryId, getExpandoBridge, getFlagId, getOriginalEntryId, getOriginalUserId, getOriginalValue, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, getValue, hashCode, setCreateDate, setEntryId, setExpandoBridgeAttributes, setFlagId, setPrimaryKey, setUserId, setUserUuid, setValue, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.announcements.model.AnnouncementsFlagModel
clone, compareTo, getCreateDate, getEntryId, getExpandoBridge, getFlagId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, getValue, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCreateDate, setEntryId, setEscapedModel, setExpandoBridgeAttributes, setFlagId, setNew, setPrimaryKey, setUserId, setUserUuid, setValue, toEscapedModel, toString, toXmlString
 

Constructor Detail

AnnouncementsFlagImpl

public AnnouncementsFlagImpl()

Liferay 6.0.5