Package com.liferay.social.kernel.model
Class SocialActivitySetWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SocialActivitySet>
com.liferay.social.kernel.model.SocialActivitySetWrapper
- All Implemented Interfaces:
AttachedModel,BaseModel<SocialActivitySet>,CTModel<SocialActivitySet>,ClassedModel,ModelWrapper<SocialActivitySet>,MVCCModel,PersistedModel,ShardedModel,TypedModel,SocialActivitySet,SocialActivitySetModel,Serializable,Cloneable,Comparable<SocialActivitySet>
public class SocialActivitySetWrapper
extends BaseModelWrapper<SocialActivitySet>
implements ModelWrapper<SocialActivitySet>, SocialActivitySet
This class is a wrapper for SocialActivitySet.
- 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.SocialActivitySet
ACTIVITY_SET_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the activity count of this social activity set.longReturns the activity set ID of this social activity set.Returns the fully qualified class name of this social activity set.longReturns the class name ID of this social activity set.longReturns the class pk of this social activity set.longReturns the company ID of this social activity set.longReturns the create date of this social activity set.longReturns the ct collection ID of this social activity set.Returns the extra data of this social activity set.longReturns the group ID of this social activity set.longReturns the modified date of this social activity set.longReturns the mvcc version of this social activity set.longReturns the primary key of this social activity set.intgetType()Returns the type of this social activity set.longReturns the user ID of this social activity set.Returns the user uuid of this social activity set.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.voidsetActivityCount(int activityCount) Sets the activity count of this social activity set.voidsetActivitySetId(long activitySetId) Sets the activity set ID of this social activity set.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this social activity set.voidsetClassPK(long classPK) Sets the class pk of this social activity set.voidsetCompanyId(long companyId) Sets the company ID of this social activity set.voidsetCreateDate(long createDate) Sets the create date of this social activity set.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this social activity set.voidsetExtraData(String extraData) Sets the extra data of this social activity set.voidsetGroupId(long groupId) Sets the group ID of this social activity set.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(long modifiedDate) Sets the modified date of this social activity set.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this social activity set.voidsetPrimaryKey(long primaryKey) Sets the primary key of this social activity set.voidsetType(int type) Sets the type of this social activity set.voidsetUserId(long userId) Sets the user ID of this social activity set.voidsetUserUuid(String userUuid) Sets the user uuid of this social activity set.protected SocialActivitySetWrapperwrap(SocialActivitySet socialActivitySet) 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
-
SocialActivitySetWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<SocialActivitySet>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<SocialActivitySet>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<SocialActivitySet>- Specified by:
cloneWithOriginalValuesin interfaceSocialActivitySetModel
-
getActivityCount
public int getActivityCount()Returns the activity count of this social activity set.- Specified by:
getActivityCountin interfaceSocialActivitySetModel- Returns:
- the activity count of this social activity set
-
getActivitySetId
public long getActivitySetId()Returns the activity set ID of this social activity set.- Specified by:
getActivitySetIdin interfaceSocialActivitySetModel- Returns:
- the activity set ID of this social activity set
-
getClassName
Returns the fully qualified class name of this social activity set.- Specified by:
getClassNamein interfaceSocialActivitySetModel- Specified by:
getClassNamein interfaceTypedModel- Returns:
- the fully qualified class name of this social activity set
-
getClassNameId
public long getClassNameId()Returns the class name ID of this social activity set.- Specified by:
getClassNameIdin interfaceSocialActivitySetModel- Specified by:
getClassNameIdin interfaceTypedModel- Returns:
- the class name ID of this social activity set
-
getClassPK
public long getClassPK()Returns the class pk of this social activity set.- Specified by:
getClassPKin interfaceAttachedModel- Specified by:
getClassPKin interfaceSocialActivitySetModel- Returns:
- the class pk of this social activity set
-
getCompanyId
public long getCompanyId()Returns the company ID of this social activity set.- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceSocialActivitySetModel- Returns:
- the company ID of this social activity set
-
getCreateDate
public long getCreateDate()Returns the create date of this social activity set.- Specified by:
getCreateDatein interfaceSocialActivitySetModel- Returns:
- the create date of this social activity set
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this social activity set.- Specified by:
getCtCollectionIdin interfaceCTModel<SocialActivitySet>- Specified by:
getCtCollectionIdin interfaceSocialActivitySetModel- Returns:
- the ct collection ID of this social activity set
-
getExtraData
Returns the extra data of this social activity set.- Specified by:
getExtraDatain interfaceSocialActivitySetModel- Returns:
- the extra data of this social activity set
-
getGroupId
public long getGroupId()Returns the group ID of this social activity set.- Specified by:
getGroupIdin interfaceSocialActivitySetModel- Returns:
- the group ID of this social activity set
-
getModifiedDate
public long getModifiedDate()Returns the modified date of this social activity set.- Specified by:
getModifiedDatein interfaceSocialActivitySetModel- Returns:
- the modified date of this social activity set
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this social activity set.- Specified by:
getMvccVersionin interfaceMVCCModel- Specified by:
getMvccVersionin interfaceSocialActivitySetModel- Returns:
- the mvcc version of this social activity set
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this social activity set.- Specified by:
getPrimaryKeyin interfaceCTModel<SocialActivitySet>- Specified by:
getPrimaryKeyin interfaceSocialActivitySetModel- Returns:
- the primary key of this social activity set
-
getType
public int getType()Returns the type of this social activity set.- Specified by:
getTypein interfaceSocialActivitySetModel- Returns:
- the type of this social activity set
-
getUserId
public long getUserId()Returns the user ID of this social activity set.- Specified by:
getUserIdin interfaceSocialActivitySetModel- Returns:
- the user ID of this social activity set
-
getUserUuid
Returns the user uuid of this social activity set.- Specified by:
getUserUuidin interfaceSocialActivitySetModel- Returns:
- the user uuid of this social activity set
-
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
-
setActivityCount
public void setActivityCount(int activityCount) Sets the activity count of this social activity set.- Specified by:
setActivityCountin interfaceSocialActivitySetModel- Parameters:
activityCount- the activity count of this social activity set
-
setActivitySetId
public void setActivitySetId(long activitySetId) Sets the activity set ID of this social activity set.- Specified by:
setActivitySetIdin interfaceSocialActivitySetModel- Parameters:
activitySetId- the activity set ID of this social activity set
-
setClassName
- Specified by:
setClassNamein interfaceSocialActivitySetModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this social activity set.- Specified by:
setClassNameIdin interfaceSocialActivitySetModel- Specified by:
setClassNameIdin interfaceTypedModel- Parameters:
classNameId- the class name ID of this social activity set
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this social activity set.- Specified by:
setClassPKin interfaceAttachedModel- Specified by:
setClassPKin interfaceSocialActivitySetModel- Parameters:
classPK- the class pk of this social activity set
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this social activity set.- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceSocialActivitySetModel- Parameters:
companyId- the company ID of this social activity set
-
setCreateDate
public void setCreateDate(long createDate) Sets the create date of this social activity set.- Specified by:
setCreateDatein interfaceSocialActivitySetModel- Parameters:
createDate- the create date of this social activity set
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this social activity set.- Specified by:
setCtCollectionIdin interfaceCTModel<SocialActivitySet>- Specified by:
setCtCollectionIdin interfaceSocialActivitySetModel- Parameters:
ctCollectionId- the ct collection ID of this social activity set
-
setExtraData
Sets the extra data of this social activity set.- Specified by:
setExtraDatain interfaceSocialActivitySetModel- Parameters:
extraData- the extra data of this social activity set
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this social activity set.- Specified by:
setGroupIdin interfaceSocialActivitySetModel- Parameters:
groupId- the group ID of this social activity set
-
setModifiedDate
public void setModifiedDate(long modifiedDate) Sets the modified date of this social activity set.- Specified by:
setModifiedDatein interfaceSocialActivitySetModel- Parameters:
modifiedDate- the modified date of this social activity set
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this social activity set.- Specified by:
setMvccVersionin interfaceMVCCModel- Specified by:
setMvccVersionin interfaceSocialActivitySetModel- Parameters:
mvccVersion- the mvcc version of this social activity set
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this social activity set.- Specified by:
setPrimaryKeyin interfaceCTModel<SocialActivitySet>- Specified by:
setPrimaryKeyin interfaceSocialActivitySetModel- Parameters:
primaryKey- the primary key of this social activity set
-
setType
public void setType(int type) Sets the type of this social activity set.- Specified by:
setTypein interfaceSocialActivitySetModel- Parameters:
type- the type of this social activity set
-
setUserId
public void setUserId(long userId) Sets the user ID of this social activity set.- Specified by:
setUserIdin interfaceSocialActivitySetModel- Parameters:
userId- the user ID of this social activity set
-
setUserUuid
Sets the user uuid of this social activity set.- Specified by:
setUserUuidin interfaceSocialActivitySetModel- Parameters:
userUuid- the user uuid of this social activity set
-
toXmlString
- Specified by:
toXmlStringin interfaceSocialActivitySetModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfaceBaseModel<SocialActivitySet>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfaceBaseModel<SocialActivitySet>
-
wrap
- Specified by:
wrapin classBaseModelWrapper<SocialActivitySet>
-