com.liferay.portlet.announcements.model
Interface AnnouncementsEntry

All Superinterfaces:
AnnouncementsEntryModel, BaseModel<AnnouncementsEntry>, java.lang.Cloneable, java.lang.Comparable<AnnouncementsEntry>, java.io.Serializable
All Known Implementing Classes:
AnnouncementsEntryWrapper

public interface AnnouncementsEntry
extends AnnouncementsEntryModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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

Customize com.liferay.portlet.announcements.model.impl.AnnouncementsEntryImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
AnnouncementsEntryModel, com.liferay.portlet.announcements.model.impl.AnnouncementsEntryImpl, com.liferay.portlet.announcements.model.impl.AnnouncementsEntryModelImpl
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 com.liferay.portal.PortalException,
                       com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException