Liferay 6.1.2-ce-ga3

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.AnnouncementsFlagBaseImpl
              extended by com.liferay.portlet.announcements.model.impl.AnnouncementsFlagImpl
All Implemented Interfaces:
BaseModel<AnnouncementsFlag>, ClassedModel, PersistedModel, AnnouncementsFlag, AnnouncementsFlagModel, Serializable, Cloneable, Comparable<AnnouncementsFlag>

public class AnnouncementsFlagImpl
extends AnnouncementsFlagBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.announcements.model.impl.AnnouncementsFlagModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, ENTRYID_COLUMN_BITMASK, 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, USERID_COLUMN_BITMASK, VALUE_COLUMN_BITMASK
 
Constructor Summary
AnnouncementsFlagImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.announcements.model.impl.AnnouncementsFlagBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.announcements.model.impl.AnnouncementsFlagModelImpl
clone, compareTo, equals, getColumnBitmask, getCreateDate, getEntryId, getExpandoBridge, getFlagId, getModelAttributes, getModelClass, getModelClassName, getOriginalEntryId, getOriginalUserId, getOriginalValue, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, getValue, hashCode, resetOriginalValues, setCreateDate, setEntryId, setExpandoBridgeAttributes, setFlagId, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, setValue, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, 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, setExpandoBridgeAttributes, setFlagId, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, setValue, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

AnnouncementsFlagImpl

public AnnouncementsFlagImpl()

Liferay 6.1.2-ce-ga3