Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<AnnouncementsEntry>
      extended by com.liferay.portlet.announcements.model.impl.AnnouncementsEntryModelImpl
          extended by com.liferay.portlet.announcements.model.impl.AnnouncementsEntryBaseImpl
              extended by com.liferay.portlet.announcements.model.impl.AnnouncementsEntryImpl
All Implemented Interfaces:
AttachedModel, AuditedModel, BaseModel<AnnouncementsEntry>, ClassedModel, PersistedModel, AnnouncementsEntry, AnnouncementsEntryModel, Serializable, Cloneable, Comparable<AnnouncementsEntry>

public class AnnouncementsEntryImpl
extends AnnouncementsEntryBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.announcements.model.impl.AnnouncementsEntryModelImpl
ALERT_COLUMN_BITMASK, CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, 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, USERID_COLUMN_BITMASK, UUID_COLUMN_BITMASK
 
Constructor Summary
AnnouncementsEntryImpl()
           
 
Method Summary
 long getGroupId()
           
 
Methods inherited from class com.liferay.portlet.announcements.model.impl.AnnouncementsEntryBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.announcements.model.impl.AnnouncementsEntryModelImpl
clone, compareTo, equals, getAlert, getClassName, getClassNameId, getClassPK, getColumnBitmask, getCompanyId, getContent, getCreateDate, getDisplayDate, getEntryId, getExpandoBridge, getExpirationDate, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalAlert, getOriginalClassNameId, getOriginalClassPK, getOriginalUserId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getPriority, getTitle, getType, getUrl, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAlert, resetOriginalValues, setAlert, setClassName, setClassNameId, setClassPK, setCompanyId, setContent, setCreateDate, setDisplayDate, setEntryId, setExpandoBridgeAttributes, setExpirationDate, setModelAttributes, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setPriority, setTitle, setType, setUrl, setUserId, setUserName, setUserUuid, setUuid, 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.AnnouncementsEntryModel
clone, compareTo, getAlert, getClassName, getClassNameId, getClassPK, getCompanyId, getContent, getCreateDate, getDisplayDate, getEntryId, getExpandoBridge, getExpirationDate, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getPriority, getTitle, getType, getUrl, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAlert, isCachedModel, isEscapedModel, isNew, setAlert, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setContent, setCreateDate, setDisplayDate, setEntryId, setExpandoBridgeAttributes, setExpirationDate, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setPriority, setTitle, setType, setUrl, setUserId, setUserName, setUserUuid, setUuid, 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

AnnouncementsEntryImpl

public AnnouncementsEntryImpl()
Method Detail

getGroupId

public long getGroupId()
                throws PortalException,
                       SystemException
Throws:
PortalException
SystemException

Liferay 6.1.2-ce-ga3