Package com.liferay.social.kernel.model
Interface SocialActivityLimitModel
- All Superinterfaces:
AttachedModel,BaseModel<SocialActivityLimit>,ClassedModel,Cloneable,Comparable<SocialActivityLimit>,CTModel<SocialActivityLimit>,MVCCModel,Serializable,ShardedModel,TypedModel
- All Known Subinterfaces:
SocialActivityLimit
- All Known Implementing Classes:
SocialActivityLimitWrapper
@ProviderType
public interface SocialActivityLimitModel
extends AttachedModel, BaseModel<SocialActivityLimit>, CTModel<SocialActivityLimit>, MVCCModel, ShardedModel
The base model interface for the SocialActivityLimit service. Represents a row in the "SocialActivityLimit" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portlet.social.model.impl.SocialActivityLimitModelImpl 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.SocialActivityLimitImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionReturns the activity counter name of this social activity limit.longReturns the activity limit ID of this social activity limit.intReturns the activity type of this social activity limit.Returns the fully qualified class name of this social activity limit.longReturns the class name ID of this social activity limit.longReturns the class pk of this social activity limit.longReturns the company ID of this social activity limit.longReturns the ct collection ID of this social activity limit.longReturns the group ID of this social activity limit.longReturns the mvcc version of this social activity limit.longReturns the primary key of this social activity limit.longReturns the user ID of this social activity limit.Returns the user uuid of this social activity limit.getValue()Returns the value of this social activity limit.voidsetActivityCounterName(String activityCounterName) Sets the activity counter name of this social activity limit.voidsetActivityLimitId(long activityLimitId) Sets the activity limit ID of this social activity limit.voidsetActivityType(int activityType) Sets the activity type of this social activity limit.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this social activity limit.voidsetClassPK(long classPK) Sets the class pk of this social activity limit.voidsetCompanyId(long companyId) Sets the company ID of this social activity limit.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this social activity limit.voidsetGroupId(long groupId) Sets the group ID of this social activity limit.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this social activity limit.voidsetPrimaryKey(long primaryKey) Sets the primary key of this social activity limit.voidsetUserId(long userId) Sets the user ID of this social activity limit.voidsetUserUuid(String userUuid) Sets the user uuid of this social activity limit.voidSets the value of this social activity limit.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 limit.- Specified by:
getPrimaryKeyin interfaceCTModel<SocialActivityLimit>- Returns:
- the primary key of this social activity limit
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this social activity limit.- Specified by:
setPrimaryKeyin interfaceCTModel<SocialActivityLimit>- Parameters:
primaryKey- the primary key of this social activity limit
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this social activity limit.- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this social activity limit
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this social activity limit.- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this social activity limit
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this social activity limit.- Specified by:
getCtCollectionIdin interfaceCTModel<SocialActivityLimit>- Returns:
- the ct collection ID of this social activity limit
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this social activity limit.- Specified by:
setCtCollectionIdin interfaceCTModel<SocialActivityLimit>- Parameters:
ctCollectionId- the ct collection ID of this social activity limit
-
getActivityLimitId
long getActivityLimitId()Returns the activity limit ID of this social activity limit.- Returns:
- the activity limit ID of this social activity limit
-
setActivityLimitId
void setActivityLimitId(long activityLimitId) Sets the activity limit ID of this social activity limit.- Parameters:
activityLimitId- the activity limit ID of this social activity limit
-
getGroupId
long getGroupId()Returns the group ID of this social activity limit.- Returns:
- the group ID of this social activity limit
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this social activity limit.- Parameters:
groupId- the group ID of this social activity limit
-
getCompanyId
long getCompanyId()Returns the company ID of this social activity limit.- Specified by:
getCompanyIdin interfaceShardedModel- Returns:
- the company ID of this social activity limit
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this social activity limit.- Specified by:
setCompanyIdin interfaceShardedModel- Parameters:
companyId- the company ID of this social activity limit
-
getUserId
long getUserId()Returns the user ID of this social activity limit.- Returns:
- the user ID of this social activity limit
-
setUserId
void setUserId(long userId) Sets the user ID of this social activity limit.- Parameters:
userId- the user ID of this social activity limit
-
getUserUuid
String getUserUuid()Returns the user uuid of this social activity limit.- Returns:
- the user uuid of this social activity limit
-
setUserUuid
Sets the user uuid of this social activity limit.- Parameters:
userUuid- the user uuid of this social activity limit
-
getClassName
String getClassName()Returns the fully qualified class name of this social activity limit.- Specified by:
getClassNamein interfaceTypedModel- Returns:
- the fully qualified class name of this social activity limit
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this social activity limit.- Specified by:
getClassNameIdin interfaceTypedModel- Returns:
- the class name ID of this social activity limit
-
setClassNameId
void setClassNameId(long classNameId) Sets the class name ID of this social activity limit.- Specified by:
setClassNameIdin interfaceTypedModel- Parameters:
classNameId- the class name ID of this social activity limit
-
getClassPK
long getClassPK()Returns the class pk of this social activity limit.- Specified by:
getClassPKin interfaceAttachedModel- Returns:
- the class pk of this social activity limit
-
setClassPK
void setClassPK(long classPK) Sets the class pk of this social activity limit.- Specified by:
setClassPKin interfaceAttachedModel- Parameters:
classPK- the class pk of this social activity limit
-
getActivityType
int getActivityType()Returns the activity type of this social activity limit.- Returns:
- the activity type of this social activity limit
-
setActivityType
void setActivityType(int activityType) Sets the activity type of this social activity limit.- Parameters:
activityType- the activity type of this social activity limit
-
getActivityCounterName
Returns the activity counter name of this social activity limit.- Returns:
- the activity counter name of this social activity limit
-
setActivityCounterName
Sets the activity counter name of this social activity limit.- Parameters:
activityCounterName- the activity counter name of this social activity limit
-
getValue
Returns the value of this social activity limit.- Returns:
- the value of this social activity limit
-
setValue
Sets the value of this social activity limit.- Parameters:
value- the value of this social activity limit
-
cloneWithOriginalValues
SocialActivityLimit cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<SocialActivityLimit>
-
toXmlString
-