public class AnnouncementsFlagWrapper extends BaseModelWrapper<AnnouncementsFlag> implements AnnouncementsFlag, ModelWrapper<AnnouncementsFlag>
This class is a wrapper for AnnouncementsFlag.
AnnouncementsFlag,
Serialized FormmodelFLAG_ID_ACCESSOR| Constructor and Description |
|---|
AnnouncementsFlagWrapper(AnnouncementsFlag 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.
|
Map<String,Object> |
getModelAttributes() |
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 |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
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 |
setModelAttributes(Map<String,Object> attributes) |
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.
|
protected AnnouncementsFlagWrapper |
wrap(AnnouncementsFlag announcementsFlag) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic AnnouncementsFlagWrapper(AnnouncementsFlag announcementsFlag)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<AnnouncementsFlag>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<AnnouncementsFlag>public long getCompanyId()
getCompanyId in interface AnnouncementsFlagModelgetCompanyId in interface ShardedModelpublic Date getCreateDate()
getCreateDate in interface AnnouncementsFlagModelpublic long getEntryId()
getEntryId in interface AnnouncementsFlagModelpublic long getFlagId()
getFlagId in interface AnnouncementsFlagModelpublic long getPrimaryKey()
getPrimaryKey in interface AnnouncementsFlagModelpublic long getUserId()
getUserId in interface AnnouncementsFlagModelpublic String getUserUuid()
getUserUuid in interface AnnouncementsFlagModelpublic int getValue()
getValue in interface AnnouncementsFlagModelpublic void persist()
AnnouncementsFlag interface instead.persist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface AnnouncementsFlagModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this announcements flagpublic void setCreateDate(Date createDate)
setCreateDate in interface AnnouncementsFlagModelcreateDate - the create date of this announcements flagpublic void setEntryId(long entryId)
setEntryId in interface AnnouncementsFlagModelentryId - the entry ID of this announcements flagpublic void setFlagId(long flagId)
setFlagId in interface AnnouncementsFlagModelflagId - the flag ID of this announcements flagpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AnnouncementsFlagModelprimaryKey - the primary key of this announcements flagpublic void setUserId(long userId)
setUserId in interface AnnouncementsFlagModeluserId - the user ID of this announcements flagpublic void setUserUuid(String userUuid)
setUserUuid in interface AnnouncementsFlagModeluserUuid - the user uuid of this announcements flagpublic void setValue(int value)
setValue in interface AnnouncementsFlagModelvalue - the value of this announcements flagprotected AnnouncementsFlagWrapper wrap(AnnouncementsFlag announcementsFlag)
wrap in class BaseModelWrapper<AnnouncementsFlag>