Liferay 6.2-ce-ga5

com.liferay.portlet.announcements.model
Interface AnnouncementsFlag

All Superinterfaces:
AnnouncementsFlagModel, BaseModel<AnnouncementsFlag>, ClassedModel, Cloneable, Comparable<AnnouncementsFlag>, PersistedModel, Serializable
All Known Implementing Classes:
AnnouncementsFlagWrapper

@ProviderType
public interface AnnouncementsFlag
extends AnnouncementsFlagModel, PersistedModel

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

See Also:
AnnouncementsFlagModel, AnnouncementsFlagImpl, AnnouncementsFlagModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.announcements.model.AnnouncementsFlagModel
clone, compareTo, getCreateDate, getEntryId, getExpandoBridge, getFlagId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, getValue, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCreateDate, setEntryId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFlagId, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, setValue, 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
 


Liferay 6.2-ce-ga5