Liferay 6.0.3

com.liferay.portlet.announcements.model
Interface AnnouncementsFlag

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

public interface AnnouncementsFlag
extends AnnouncementsFlagModel

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

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

See Also:
AnnouncementsFlagModel, AnnouncementsFlagImpl, AnnouncementsFlagModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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, setEscapedModel, setExpandoBridgeAttributes, setFlagId, setNew, setPrimaryKey, setUserId, setUserUuid, setValue, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3