Package com.liferay.social.kernel.model
Class SocialActivitySettingWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SocialActivitySetting>
com.liferay.social.kernel.model.SocialActivitySettingWrapper
- All Implemented Interfaces:
BaseModel<SocialActivitySetting>,CTModel<SocialActivitySetting>,ClassedModel,ModelWrapper<SocialActivitySetting>,MVCCModel,PersistedModel,ShardedModel,TypedModel,SocialActivitySetting,SocialActivitySettingModel,Serializable,Cloneable,Comparable<SocialActivitySetting>
public class SocialActivitySettingWrapper
extends BaseModelWrapper<SocialActivitySetting>
implements ModelWrapper<SocialActivitySetting>, SocialActivitySetting
This class is a wrapper for SocialActivitySetting.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.social.kernel.model.SocialActivitySetting
ACTIVITY_SETTING_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the activity setting ID of this social activity setting.intReturns the activity type of this social activity setting.Returns the fully qualified class name of this social activity setting.longReturns the class name ID of this social activity setting.longReturns the company ID of this social activity setting.longReturns the ct collection ID of this social activity setting.longReturns the group ID of this social activity setting.longReturns the mvcc version of this social activity setting.getName()Returns the name of this social activity setting.longReturns the primary key of this social activity setting.getValue()Returns the value of this social activity setting.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.voidsetActivitySettingId(long activitySettingId) Sets the activity setting ID of this social activity setting.voidsetActivityType(int activityType) Sets the activity type of this social activity setting.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this social activity setting.voidsetCompanyId(long companyId) Sets the company ID of this social activity setting.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this social activity setting.voidsetGroupId(long groupId) Sets the group ID of this social activity setting.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this social activity setting.voidSets the name of this social activity setting.voidsetPrimaryKey(long primaryKey) Sets the primary key of this social activity setting.voidSets the value of this social activity setting.protected SocialActivitySettingWrapperwrap(SocialActivitySetting socialActivitySetting) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
SocialActivitySettingWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<SocialActivitySetting>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<SocialActivitySetting>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<SocialActivitySetting>- Specified by:
cloneWithOriginalValuesin interfaceSocialActivitySettingModel
-
getActivitySettingId
public long getActivitySettingId()Returns the activity setting ID of this social activity setting.- Specified by:
getActivitySettingIdin interfaceSocialActivitySettingModel- Returns:
- the activity setting ID of this social activity setting
-
getActivityType
public int getActivityType()Returns the activity type of this social activity setting.- Specified by:
getActivityTypein interfaceSocialActivitySettingModel- Returns:
- the activity type of this social activity setting
-
getClassName
Returns the fully qualified class name of this social activity setting.- Specified by:
getClassNamein interfaceSocialActivitySettingModel- Specified by:
getClassNamein interfaceTypedModel- Returns:
- the fully qualified class name of this social activity setting
-
getClassNameId
public long getClassNameId()Returns the class name ID of this social activity setting.- Specified by:
getClassNameIdin interfaceSocialActivitySettingModel- Specified by:
getClassNameIdin interfaceTypedModel- Returns:
- the class name ID of this social activity setting
-
getCompanyId
public long getCompanyId()Returns the company ID of this social activity setting.- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceSocialActivitySettingModel- Returns:
- the company ID of this social activity setting
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this social activity setting.- Specified by:
getCtCollectionIdin interfaceCTModel<SocialActivitySetting>- Specified by:
getCtCollectionIdin interfaceSocialActivitySettingModel- Returns:
- the ct collection ID of this social activity setting
-
getGroupId
public long getGroupId()Returns the group ID of this social activity setting.- Specified by:
getGroupIdin interfaceSocialActivitySettingModel- Returns:
- the group ID of this social activity setting
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this social activity setting.- Specified by:
getMvccVersionin interfaceMVCCModel- Specified by:
getMvccVersionin interfaceSocialActivitySettingModel- Returns:
- the mvcc version of this social activity setting
-
getName
Returns the name of this social activity setting.- Specified by:
getNamein interfaceSocialActivitySettingModel- Returns:
- the name of this social activity setting
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this social activity setting.- Specified by:
getPrimaryKeyin interfaceCTModel<SocialActivitySetting>- Specified by:
getPrimaryKeyin interfaceSocialActivitySettingModel- Returns:
- the primary key of this social activity setting
-
getValue
Returns the value of this social activity setting.- Specified by:
getValuein interfaceSocialActivitySettingModel- Returns:
- the value of this social activity setting
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
setActivitySettingId
public void setActivitySettingId(long activitySettingId) Sets the activity setting ID of this social activity setting.- Specified by:
setActivitySettingIdin interfaceSocialActivitySettingModel- Parameters:
activitySettingId- the activity setting ID of this social activity setting
-
setActivityType
public void setActivityType(int activityType) Sets the activity type of this social activity setting.- Specified by:
setActivityTypein interfaceSocialActivitySettingModel- Parameters:
activityType- the activity type of this social activity setting
-
setClassName
- Specified by:
setClassNamein interfaceSocialActivitySettingModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this social activity setting.- Specified by:
setClassNameIdin interfaceSocialActivitySettingModel- Specified by:
setClassNameIdin interfaceTypedModel- Parameters:
classNameId- the class name ID of this social activity setting
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this social activity setting.- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceSocialActivitySettingModel- Parameters:
companyId- the company ID of this social activity setting
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this social activity setting.- Specified by:
setCtCollectionIdin interfaceCTModel<SocialActivitySetting>- Specified by:
setCtCollectionIdin interfaceSocialActivitySettingModel- Parameters:
ctCollectionId- the ct collection ID of this social activity setting
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this social activity setting.- Specified by:
setGroupIdin interfaceSocialActivitySettingModel- Parameters:
groupId- the group ID of this social activity setting
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this social activity setting.- Specified by:
setMvccVersionin interfaceMVCCModel- Specified by:
setMvccVersionin interfaceSocialActivitySettingModel- Parameters:
mvccVersion- the mvcc version of this social activity setting
-
setName
Sets the name of this social activity setting.- Specified by:
setNamein interfaceSocialActivitySettingModel- Parameters:
name- the name of this social activity setting
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this social activity setting.- Specified by:
setPrimaryKeyin interfaceCTModel<SocialActivitySetting>- Specified by:
setPrimaryKeyin interfaceSocialActivitySettingModel- Parameters:
primaryKey- the primary key of this social activity setting
-
setValue
Sets the value of this social activity setting.- Specified by:
setValuein interfaceSocialActivitySettingModel- Parameters:
value- the value of this social activity setting
-
toXmlString
- Specified by:
toXmlStringin interfaceSocialActivitySettingModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfaceBaseModel<SocialActivitySetting>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfaceBaseModel<SocialActivitySetting>
-
wrap
- Specified by:
wrapin classBaseModelWrapper<SocialActivitySetting>
-