Liferay 6.0.5

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.AnnouncementsEntryImpl
All Implemented Interfaces:
BaseModel<AnnouncementsEntry>, AnnouncementsEntry, AnnouncementsEntryModel, Serializable, Cloneable, Comparable<AnnouncementsEntry>

public class AnnouncementsEntryImpl
extends AnnouncementsEntryModelImpl
implements AnnouncementsEntry

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.announcements.model.impl.AnnouncementsEntryModelImpl
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
AnnouncementsEntryImpl()
           
 
Method Summary
 long getGroupId()
           
 
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, getUserUuid, getUuid, hashCode, isAlert, setAlert, setClassNameId, setClassPK, setCompanyId, setContent, setCreateDate, setDisplayDate, setEntryId, setExpandoBridgeAttributes, setExpirationDate, setModifiedDate, setPrimaryKey, setPriority, setTitle, setType, setUrl, setUserId, setUserName, setUserUuid, setUuid, 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.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, setClassNameId, setClassPK, setCompanyId, setContent, setCreateDate, setDisplayDate, setEntryId, setEscapedModel, setExpandoBridgeAttributes, setExpirationDate, setModifiedDate, setNew, setPrimaryKey, setPriority, setTitle, setType, setUrl, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toString, toXmlString
 

Constructor Detail

AnnouncementsEntryImpl

public AnnouncementsEntryImpl()
Method Detail

getGroupId

public long getGroupId()
                throws PortalException,
                       SystemException
Specified by:
getGroupId in interface AnnouncementsEntry
Throws:
PortalException
SystemException

Liferay 6.0.5