public class SocialActivitySettingWrapper extends BaseModelWrapper<SocialActivitySetting> implements ModelWrapper<SocialActivitySetting>, SocialActivitySetting
This class is a wrapper for SocialActivitySetting.
SocialActivitySetting,
Serialized FormmodelACTIVITY_SETTING_ID_ACCESSOR| Constructor and Description |
|---|
SocialActivitySettingWrapper(SocialActivitySetting socialActivitySetting) |
| Modifier and Type | Method and Description |
|---|---|
long |
getActivitySettingId()
Returns the activity setting ID of this social activity setting.
|
int |
getActivityType()
Returns the activity type of this social activity setting.
|
String |
getClassName()
Returns the fully qualified class name of this social activity setting.
|
long |
getClassNameId()
Returns the class name ID of this social activity setting.
|
long |
getCompanyId()
Returns the company ID of this social activity setting.
|
long |
getGroupId()
Returns the group ID of this social activity setting.
|
Map<String,Object> |
getModelAttributes() |
String |
getName()
Returns the name of this social activity setting.
|
long |
getPrimaryKey()
Returns the primary key of this social activity setting.
|
String |
getValue()
Returns the value of this social activity setting.
|
void |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
void |
setActivitySettingId(long activitySettingId)
Sets the activity setting ID of this social activity setting.
|
void |
setActivityType(int activityType)
Sets the activity type of this social activity setting.
|
void |
setClassName(String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this social activity setting.
|
void |
setCompanyId(long companyId)
Sets the company ID of this social activity setting.
|
void |
setGroupId(long groupId)
Sets the group ID of this social activity setting.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setName(String name)
Sets the name of this social activity setting.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this social activity setting.
|
void |
setValue(String value)
Sets the value of this social activity setting.
|
protected SocialActivitySettingWrapper |
wrap(SocialActivitySetting socialActivitySetting) |
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, toXmlStringgetWrappedModelclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamepublic SocialActivitySettingWrapper(SocialActivitySetting socialActivitySetting)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<SocialActivitySetting>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<SocialActivitySetting>public long getActivitySettingId()
getActivitySettingId in interface SocialActivitySettingModelpublic int getActivityType()
getActivityType in interface SocialActivitySettingModelpublic String getClassName()
getClassName in interface TypedModelgetClassName in interface SocialActivitySettingModelpublic long getClassNameId()
getClassNameId in interface TypedModelgetClassNameId in interface SocialActivitySettingModelpublic long getCompanyId()
getCompanyId in interface ShardedModelgetCompanyId in interface SocialActivitySettingModelpublic long getGroupId()
getGroupId in interface SocialActivitySettingModelpublic String getName()
getName in interface SocialActivitySettingModelpublic long getPrimaryKey()
getPrimaryKey in interface SocialActivitySettingModelpublic String getValue()
getValue in interface SocialActivitySettingModelpublic void persist()
SocialActivitySetting interface instead.persist in interface PersistedModelpublic void setActivitySettingId(long activitySettingId)
setActivitySettingId in interface SocialActivitySettingModelactivitySettingId - the activity setting ID of this social activity settingpublic void setActivityType(int activityType)
setActivityType in interface SocialActivitySettingModelactivityType - the activity type of this social activity settingpublic void setClassName(String className)
setClassName in interface SocialActivitySettingModelpublic void setClassNameId(long classNameId)
setClassNameId in interface TypedModelsetClassNameId in interface SocialActivitySettingModelclassNameId - the class name ID of this social activity settingpublic void setCompanyId(long companyId)
setCompanyId in interface ShardedModelsetCompanyId in interface SocialActivitySettingModelcompanyId - the company ID of this social activity settingpublic void setGroupId(long groupId)
setGroupId in interface SocialActivitySettingModelgroupId - the group ID of this social activity settingpublic void setName(String name)
setName in interface SocialActivitySettingModelname - the name of this social activity settingpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SocialActivitySettingModelprimaryKey - the primary key of this social activity settingpublic void setValue(String value)
setValue in interface SocialActivitySettingModelvalue - the value of this social activity settingprotected SocialActivitySettingWrapper wrap(SocialActivitySetting socialActivitySetting)
wrap in class BaseModelWrapper<SocialActivitySetting>