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
model
Fields inherited from interface com.liferay.social.kernel.model.SocialActivitySet
ACTIVITY_SET_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the activity count of this social activity set.long
Returns the activity set ID of this social activity set.Returns the fully qualified class name of this social activity set.long
Returns the class name ID of this social activity set.long
Returns the class pk of this social activity set.long
Returns the company ID of this social activity set.long
Returns the create date of this social activity set.long
Returns the ct collection ID of this social activity set.Returns the extra data of this social activity set.long
Returns the group ID of this social activity set.long
Returns the modified date of this social activity set.long
Returns the mvcc version of this social activity set.long
Returns the primary key of this social activity set.int
getType()
Returns the type of this social activity set.long
Returns the user ID of this social activity set.Returns the user uuid of this social activity set.void
persist()
Updates this model instance in the database or adds it if it does not yet exist.void
setActivityCount
(int activityCount) Sets the activity count of this social activity set.void
setActivitySetId
(long activitySetId) Sets the activity set ID of this social activity set.void
setClassName
(String className) void
setClassNameId
(long classNameId) Sets the class name ID of this social activity set.void
setClassPK
(long classPK) Sets the class pk of this social activity set.void
setCompanyId
(long companyId) Sets the company ID of this social activity set.void
setCreateDate
(long createDate) Sets the create date of this social activity set.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this social activity set.void
setExtraData
(String extraData) Sets the extra data of this social activity set.void
setGroupId
(long groupId) Sets the group ID of this social activity set.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(long modifiedDate) Sets the modified date of this social activity set.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this social activity set.void
setPrimaryKey
(long primaryKey) Sets the primary key of this social activity set.void
setType
(int type) Sets the type of this social activity set.void
setUserId
(long userId) Sets the user ID of this social activity set.void
setUserUuid
(String userUuid) Sets the user uuid of this social activity set.protected SocialActivitySetWrapper
wrap
(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, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
SocialActivitySetWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfaceBaseModel<SocialActivitySet>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfaceBaseModel<SocialActivitySet>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<SocialActivitySet>
- Specified by:
cloneWithOriginalValues
in interfaceSocialActivitySetModel
-
getActivityCount
public int getActivityCount()Returns the activity count of this social activity set.- Specified by:
getActivityCount
in 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:
getActivitySetId
in 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:
getClassName
in interfaceSocialActivitySetModel
- Specified by:
getClassName
in 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:
getClassNameId
in interfaceSocialActivitySetModel
- Specified by:
getClassNameId
in 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:
getClassPK
in interfaceAttachedModel
- Specified by:
getClassPK
in 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:
getCompanyId
in interfaceShardedModel
- Specified by:
getCompanyId
in 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:
getCreateDate
in 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:
getCtCollectionId
in interfaceCTModel<SocialActivitySet>
- Specified by:
getCtCollectionId
in interfaceSocialActivitySetModel
- Returns:
- the ct collection ID of this social activity set
-
getExtraData
Returns the extra data of this social activity set.- Specified by:
getExtraData
in 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:
getGroupId
in 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:
getModifiedDate
in 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:
getMvccVersion
in interfaceMVCCModel
- Specified by:
getMvccVersion
in 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:
getPrimaryKey
in interfaceCTModel<SocialActivitySet>
- Specified by:
getPrimaryKey
in interfaceSocialActivitySetModel
- Returns:
- the primary key of this social activity set
-
getType
public int getType()Returns the type of this social activity set.- Specified by:
getType
in interfaceSocialActivitySetModel
- Returns:
- the type of this social activity set
-
getUserId
public long getUserId()Returns the user ID of this social activity set.- Specified by:
getUserId
in interfaceSocialActivitySetModel
- Returns:
- the user ID of this social activity set
-
getUserUuid
Returns the user uuid of this social activity set.- Specified by:
getUserUuid
in interfaceSocialActivitySetModel
- Returns:
- the user uuid of this social activity set
-
persist
public void persist()Description copied from interface:PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persist
in interfacePersistedModel
-
setActivityCount
public void setActivityCount(int activityCount) Sets the activity count of this social activity set.- Specified by:
setActivityCount
in 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:
setActivitySetId
in interfaceSocialActivitySetModel
- Parameters:
activitySetId
- the activity set ID of this social activity set
-
setClassName
- Specified by:
setClassName
in interfaceSocialActivitySetModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this social activity set.- Specified by:
setClassNameId
in interfaceSocialActivitySetModel
- Specified by:
setClassNameId
in 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:
setClassPK
in interfaceAttachedModel
- Specified by:
setClassPK
in 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:
setCompanyId
in interfaceShardedModel
- Specified by:
setCompanyId
in 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:
setCreateDate
in 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:
setCtCollectionId
in interfaceCTModel<SocialActivitySet>
- Specified by:
setCtCollectionId
in interfaceSocialActivitySetModel
- Parameters:
ctCollectionId
- the ct collection ID of this social activity set
-
setExtraData
Sets the extra data of this social activity set.- Specified by:
setExtraData
in 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:
setGroupId
in 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:
setModifiedDate
in 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:
setMvccVersion
in interfaceMVCCModel
- Specified by:
setMvccVersion
in 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:
setPrimaryKey
in interfaceCTModel<SocialActivitySet>
- Specified by:
setPrimaryKey
in 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:
setType
in 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:
setUserId
in interfaceSocialActivitySetModel
- Parameters:
userId
- the user ID of this social activity set
-
setUserUuid
Sets the user uuid of this social activity set.- Specified by:
setUserUuid
in interfaceSocialActivitySetModel
- Parameters:
userUuid
- the user uuid of this social activity set
-
toXmlString
- Specified by:
toXmlString
in interfaceSocialActivitySetModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfaceBaseModel<SocialActivitySet>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfaceBaseModel<SocialActivitySet>
-
wrap
- Specified by:
wrap
in classBaseModelWrapper<SocialActivitySet>
-