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 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.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.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.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this social activity set.- Specified by:
getPrimaryKeyin 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:
setPrimaryKeyin 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:
getMvccVersionin 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:
setMvccVersionin 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:
getCtCollectionIdin 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:
setCtCollectionIdin 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:
getCompanyIdin 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:
setCompanyIdin 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:
getClassNamein 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:
getClassNameIdin 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:
setClassNameIdin 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:
getClassPKin 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:
setClassPKin 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:
cloneWithOriginalValuesin interfaceBaseModel<SocialActivitySet>
-
toXmlString
-