com.liferay.portlet.announcements.model
Interface AnnouncementsFlag
- All Superinterfaces:
- AnnouncementsFlagModel, BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
public interface AnnouncementsFlag
- extends AnnouncementsFlagModel
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 AnnouncementsFlag
table
in the database.
Customize com.liferay.portlet.announcements.service.model.impl.AnnouncementsFlagImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.announcements.service.model.AnnouncementsFlagModel
,
com.liferay.portlet.announcements.service.model.impl.AnnouncementsFlagImpl
,
com.liferay.portlet.announcements.service.model.impl.AnnouncementsFlagModelImpl
Methods inherited from interface com.liferay.portlet.announcements.model.AnnouncementsFlagModel |
getCreateDate, getEntryId, getFlagId, getPrimaryKey, getUserId, getValue, setCreateDate, setEntryId, setFlagId, setPrimaryKey, setUserId, setValue, toEscapedModel |
Methods inherited from interface java.lang.Comparable |
compareTo |