Package com.liferay.social.kernel.model
Interface SocialActivitySetModel
- All Superinterfaces:
AttachedModel
,BaseModel<SocialActivitySet>
,ClassedModel
,Cloneable
,Comparable<SocialActivitySet>
,CTModel<SocialActivitySet>
,MVCCModel
,Serializable
,ShardedModel
,TypedModel
- All Known Subinterfaces:
SocialActivitySet
- All Known Implementing Classes:
SocialActivitySetWrapper
@ProviderType
public interface SocialActivitySetModel
extends AttachedModel, BaseModel<SocialActivitySet>, CTModel<SocialActivitySet>, MVCCModel, ShardedModel
The base model interface for the SocialActivitySet service. Represents a row in the "SocialActivitySet" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portlet.social.model.impl.SocialActivitySetModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portlet.social.model.impl.SocialActivitySetImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
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
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
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.default String
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this social activity set.- Specified by:
getPrimaryKey
in interfaceCTModel<SocialActivitySet>
- Returns:
- the primary key of this social activity set
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this social activity set.- Specified by:
setPrimaryKey
in interfaceCTModel<SocialActivitySet>
- Parameters:
primaryKey
- the primary key of this social activity set
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this social activity set.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Returns:
- the mvcc version of this social activity set
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this social activity set.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Parameters:
mvccVersion
- the mvcc version of this social activity set
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this social activity set.- Specified by:
getCtCollectionId
in interfaceCTModel<SocialActivitySet>
- Returns:
- the ct collection ID of this social activity set
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this social activity set.- Specified by:
setCtCollectionId
in interfaceCTModel<SocialActivitySet>
- Parameters:
ctCollectionId
- the ct collection ID of this social activity set
-
getActivitySetId
long getActivitySetId()Returns the activity set ID of this social activity set.- Returns:
- the activity set ID of this social activity set
-
setActivitySetId
void setActivitySetId(long activitySetId) Sets the activity set ID of this social activity set.- Parameters:
activitySetId
- the activity set ID of this social activity set
-
getGroupId
long getGroupId()Returns the group ID of this social activity set.- Returns:
- the group ID of this social activity set
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this social activity set.- Parameters:
groupId
- the group ID of this social activity set
-
getCompanyId
long getCompanyId()Returns the company ID of this social activity set.- Specified by:
getCompanyId
in interfaceShardedModel
- Returns:
- the company ID of this social activity set
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this social activity set.- Specified by:
setCompanyId
in interfaceShardedModel
- Parameters:
companyId
- the company ID of this social activity set
-
getUserId
long getUserId()Returns the user ID of this social activity set.- Returns:
- the user ID of this social activity set
-
setUserId
void setUserId(long userId) Sets the user ID of this social activity set.- Parameters:
userId
- the user ID of this social activity set
-
getUserUuid
String getUserUuid()Returns the user uuid of this social activity set.- Returns:
- the user uuid of this social activity set
-
setUserUuid
Sets the user uuid of this social activity set.- Parameters:
userUuid
- the user uuid of this social activity set
-
getCreateDate
long getCreateDate()Returns the create date of this social activity set.- Returns:
- the create date of this social activity set
-
setCreateDate
void setCreateDate(long createDate) Sets the create date of this social activity set.- Parameters:
createDate
- the create date of this social activity set
-
getModifiedDate
long getModifiedDate()Returns the modified date of this social activity set.- Returns:
- the modified date of this social activity set
-
setModifiedDate
void setModifiedDate(long modifiedDate) Sets the modified date of this social activity set.- Parameters:
modifiedDate
- the modified date of this social activity set
-
getClassName
String getClassName()Returns the fully qualified class name of this social activity set.- Specified by:
getClassName
in interfaceTypedModel
- Returns:
- the fully qualified class name of this social activity set
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this social activity set.- Specified by:
getClassNameId
in interfaceTypedModel
- Returns:
- the class name ID of this social activity set
-
setClassNameId
void setClassNameId(long classNameId) Sets the class name ID of this social activity set.- Specified by:
setClassNameId
in interfaceTypedModel
- Parameters:
classNameId
- the class name ID of this social activity set
-
getClassPK
long getClassPK()Returns the class pk of this social activity set.- Specified by:
getClassPK
in interfaceAttachedModel
- Returns:
- the class pk of this social activity set
-
setClassPK
void setClassPK(long classPK) Sets the class pk of this social activity set.- Specified by:
setClassPK
in interfaceAttachedModel
- Parameters:
classPK
- the class pk of this social activity set
-
getType
int getType()Returns the type of this social activity set.- Returns:
- the type of this social activity set
-
setType
void setType(int type) Sets the type of this social activity set.- Parameters:
type
- the type of this social activity set
-
getExtraData
String getExtraData()Returns the extra data of this social activity set.- Returns:
- the extra data of this social activity set
-
setExtraData
Sets the extra data of this social activity set.- Parameters:
extraData
- the extra data of this social activity set
-
getActivityCount
int getActivityCount()Returns the activity count of this social activity set.- Returns:
- the activity count of this social activity set
-
setActivityCount
void setActivityCount(int activityCount) Sets the activity count of this social activity set.- Parameters:
activityCount
- the activity count of this social activity set
-
cloneWithOriginalValues
SocialActivitySet cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<SocialActivitySet>
-
toXmlString
-