Liferay 6.0.3

com.liferay.portlet.announcements.model
Interface AnnouncementsEntry

All Superinterfaces:
AnnouncementsEntryModel, BaseModel<AnnouncementsEntry>, Cloneable, Comparable<AnnouncementsEntry>, Serializable
All Known Implementing Classes:
AnnouncementsEntryImpl, AnnouncementsEntryWrapper

public interface AnnouncementsEntry
extends AnnouncementsEntryModel

This interface is a model that represents the AnnouncementsEntry table in the database.

Customize AnnouncementsEntryImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
AnnouncementsEntryModel, AnnouncementsEntryImpl, AnnouncementsEntryModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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, setClassNameId, setClassPK, setCompanyId, setContent, setCreateDate, setDisplayDate, setEntryId, setEscapedModel, setExpandoBridgeAttributes, setExpirationDate, setModifiedDate, setNew, setPrimaryKey, setPriority, setTitle, setType, setUrl, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toString, toXmlString
 

Method Detail

getGroupId

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

Liferay 6.0.3