@ProviderType public interface SocialActivityLimitModel extends AttachedModel, BaseModel<SocialActivityLimit>, CTModel<SocialActivityLimit>, MVCCModel, ShardedModel
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
.
SocialActivityLimit
Modifier and Type | Method and Description |
---|---|
String |
getActivityCounterName()
Returns the activity counter name of this social activity limit.
|
long |
getActivityLimitId()
Returns the activity limit ID of this social activity limit.
|
int |
getActivityType()
Returns the activity type of this social activity limit.
|
String |
getClassName()
Returns the fully qualified class name of this social activity limit.
|
long |
getClassNameId()
Returns the class name ID of this social activity limit.
|
long |
getClassPK()
Returns the class pk of this social activity limit.
|
long |
getCompanyId()
Returns the company ID of this social activity limit.
|
long |
getCtCollectionId()
Returns the ct collection ID of this social activity limit.
|
long |
getGroupId()
Returns the group ID of this social activity limit.
|
long |
getMvccVersion()
Returns the mvcc version of this social activity limit.
|
long |
getPrimaryKey()
Returns the primary key of this social activity limit.
|
long |
getUserId()
Returns the user ID of this social activity limit.
|
String |
getUserUuid()
Returns the user uuid of this social activity limit.
|
String |
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 |
setValue(String value)
Sets the value of this social activity limit.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
long getPrimaryKey()
getPrimaryKey
in interface CTModel<SocialActivityLimit>
void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface CTModel<SocialActivityLimit>
primaryKey
- the primary key of this social activity limitlong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this social activity limitlong getCtCollectionId()
getCtCollectionId
in interface CTModel<SocialActivityLimit>
void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface CTModel<SocialActivityLimit>
ctCollectionId
- the ct collection ID of this social activity limitlong getActivityLimitId()
void setActivityLimitId(long activityLimitId)
activityLimitId
- the activity limit ID of this social activity limitlong getGroupId()
void setGroupId(long groupId)
groupId
- the group ID of this social activity limitlong getCompanyId()
getCompanyId
in interface ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
companyId
- the company ID of this social activity limitlong getUserId()
void setUserId(long userId)
userId
- the user ID of this social activity limitString getUserUuid()
void setUserUuid(String userUuid)
userUuid
- the user uuid of this social activity limitString getClassName()
getClassName
in interface TypedModel
void setClassName(String className)
long getClassNameId()
getClassNameId
in interface TypedModel
void setClassNameId(long classNameId)
setClassNameId
in interface TypedModel
classNameId
- the class name ID of this social activity limitlong getClassPK()
getClassPK
in interface AttachedModel
void setClassPK(long classPK)
setClassPK
in interface AttachedModel
classPK
- the class pk of this social activity limitint getActivityType()
void setActivityType(int activityType)
activityType
- the activity type of this social activity limit@AutoEscape String getActivityCounterName()
void setActivityCounterName(String activityCounterName)
activityCounterName
- the activity counter name of this social activity limit@AutoEscape String getValue()
void setValue(String value)
value
- the value of this social activity limit