Liferay 6.1.2-ce-ga3

com.liferay.portlet.announcements.model
Interface AnnouncementsEntry

All Superinterfaces:
AnnouncementsEntryModel, AttachedModel, AuditedModel, BaseModel<AnnouncementsEntry>, ClassedModel, Cloneable, Comparable<AnnouncementsEntry>, PersistedModel, Serializable
All Known Implementing Classes:
AnnouncementsEntryWrapper

public interface AnnouncementsEntry
extends AnnouncementsEntryModel, PersistedModel

The extended model interface for the AnnouncementsEntry service. Represents a row in the "AnnouncementsEntry" database table, with each column mapped to a property of this class.

See Also:
AnnouncementsEntryModel, AnnouncementsEntryImpl, AnnouncementsEntryModelImpl

Method Summary
 long getGroupId()
           
 
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
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getGroupId

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

Liferay 6.1.2-ce-ga3