@ProviderType public interface SocialActivityLimitModel extends AttachedModel, BaseModel<SocialActivityLimit>, 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 |
getGroupId()
Returns the group ID 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 |
setGroupId(long groupId)
Sets the group ID 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, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key 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 ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - 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 TypedModelvoid setClassName(String className)
long getClassNameId()
getClassNameId in interface TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface TypedModelclassNameId - the class name ID of this social activity limitlong getClassPK()
getClassPK in interface AttachedModelvoid setClassPK(long classPK)
setClassPK in interface AttachedModelclassPK - 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