@ProviderType public interface AnnouncementsFlagModel extends BaseModel<AnnouncementsFlag>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portlet.announcements.model.impl.AnnouncementsFlagModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portlet.announcements.model.impl.AnnouncementsFlagImpl
.
AnnouncementsFlag
Modifier and Type | Method and Description |
---|---|
long |
getCompanyId()
Returns the company ID of this announcements flag.
|
Date |
getCreateDate()
Returns the create date of this announcements flag.
|
long |
getEntryId()
Returns the entry ID of this announcements flag.
|
long |
getFlagId()
Returns the flag ID of this announcements flag.
|
long |
getMvccVersion()
Returns the mvcc version of this announcements flag.
|
long |
getPrimaryKey()
Returns the primary key of this announcements flag.
|
long |
getUserId()
Returns the user ID of this announcements flag.
|
String |
getUserUuid()
Returns the user uuid of this announcements flag.
|
int |
getValue()
Returns the value of this announcements flag.
|
void |
setCompanyId(long companyId)
Sets the company ID of this announcements flag.
|
void |
setCreateDate(Date createDate)
Sets the create date of this announcements flag.
|
void |
setEntryId(long entryId)
Sets the entry ID of this announcements flag.
|
void |
setFlagId(long flagId)
Sets the flag ID of this announcements flag.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this announcements flag.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this announcements flag.
|
void |
setUserId(long userId)
Sets the user ID of this announcements flag.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this announcements flag.
|
void |
setValue(int value)
Sets the value of this announcements flag.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this announcements flaglong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this announcements flaglong getFlagId()
void setFlagId(long flagId)
flagId
- the flag ID of this announcements flaglong getCompanyId()
getCompanyId
in interface ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
companyId
- the company ID of this announcements flaglong getUserId()
void setUserId(long userId)
userId
- the user ID of this announcements flagString getUserUuid()
void setUserUuid(String userUuid)
userUuid
- the user uuid of this announcements flagDate getCreateDate()
void setCreateDate(Date createDate)
createDate
- the create date of this announcements flaglong getEntryId()
void setEntryId(long entryId)
entryId
- the entry ID of this announcements flagint getValue()
void setValue(int value)
value
- the value of this announcements flag