Liferay 7.0-ce-b4

com.liferay.portlet.announcements.model
Interface AnnouncementsFlag

All Superinterfaces:
AnnouncementsFlagModel, BaseModel<AnnouncementsFlag>, ClassedModel, Cloneable, Comparable<AnnouncementsFlag>, PersistedModel, Serializable, ShardedModel
All Known Implementing Classes:
AnnouncementsFlagBaseImpl, AnnouncementsFlagImpl, 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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Accessor<AnnouncementsFlag,Long> FLAG_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portlet.announcements.model.AnnouncementsFlagModel
clone, compareTo, getCompanyId, getCreateDate, getEntryId, getExpandoBridge, getFlagId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, getValue, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, 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, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

FLAG_ID_ACCESSOR

static final Accessor<AnnouncementsFlag,Long> FLAG_ID_ACCESSOR

Liferay 7.0-ce-b4