Liferay 6.0.5

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

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

Never modify this interface directly. Add methods to AnnouncementsEntryImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a announcements entry model instance should use the AnnouncementsEntry interface instead.

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.5