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.long
Returns the activity limit ID of this social activity limit.int
Returns the activity type of this social activity limit.Returns the fully qualified class name of this social activity limit.long
Returns the class name ID of this social activity limit.long
Returns the class pk of this social activity limit.long
Returns the company ID of this social activity limit.long
Returns the ct collection ID of this social activity limit.long
Returns the group ID of this social activity limit.long
Returns the mvcc version of this social activity limit.long
Returns the primary key of this social activity limit.long
Returns 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.void
setActivityCounterName
(String activityCounterName) Sets the activity counter name of this social activity limit.void
setActivityLimitId
(long activityLimitId) Sets the activity limit ID of this social activity limit.void
setActivityType
(int activityType) Sets the activity type of this social activity limit.void
setClassName
(String className) void
setClassNameId
(long classNameId) Sets the class name ID of this social activity limit.void
setClassPK
(long classPK) Sets the class pk of this social activity limit.void
setCompanyId
(long companyId) Sets the company ID of this social activity limit.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this social activity limit.void
setGroupId
(long groupId) Sets the group ID of this social activity limit.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this social activity limit.void
setPrimaryKey
(long primaryKey) Sets the primary key of this social activity limit.void
setUserId
(long userId) Sets the user ID of this social activity limit.void
setUserUuid
(String userUuid) Sets the user uuid of this social activity limit.void
Sets the value of this social activity limit.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 limit.- Specified by:
getPrimaryKey
in 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:
setPrimaryKey
in 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:
getMvccVersion
in 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:
setMvccVersion
in 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:
getCtCollectionId
in 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:
setCtCollectionId
in 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:
getCompanyId
in 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:
setCompanyId
in 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:
getClassName
in 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:
getClassNameId
in 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:
setClassNameId
in 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:
getClassPK
in 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:
setClassPK
in 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:
cloneWithOriginalValues
in interfaceBaseModel<SocialActivityLimit>
-
toXmlString
-