public class SocialActivityLimitWrapper extends BaseModelWrapper<SocialActivityLimit> implements ModelWrapper<SocialActivityLimit>, SocialActivityLimit
This class is a wrapper for SocialActivityLimit.
SocialActivityLimit,
Serialized FormmodelACTIVITY_LIMIT_ID_ACCESSOR| Constructor and Description |
|---|
SocialActivityLimitWrapper(SocialActivityLimit 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.
|
int |
getCount() |
int |
getCount(int limitPeriod) |
long |
getGroupId()
Returns the group ID of this social activity limit.
|
Map<String,Object> |
getModelAttributes() |
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 |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
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 |
setCount(int limitPeriod,
int count) |
void |
setGroupId(long groupId)
Sets the group ID of this social activity limit.
|
void |
setModelAttributes(Map<String,Object> attributes) |
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.
|
protected SocialActivityLimitWrapper |
wrap(SocialActivityLimit socialActivityLimit) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringgetWrappedModelclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamepublic SocialActivityLimitWrapper(SocialActivityLimit socialActivityLimit)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<SocialActivityLimit>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<SocialActivityLimit>public String getActivityCounterName()
getActivityCounterName in interface SocialActivityLimitModelpublic long getActivityLimitId()
getActivityLimitId in interface SocialActivityLimitModelpublic int getActivityType()
getActivityType in interface SocialActivityLimitModelpublic String getClassName()
getClassName in interface TypedModelgetClassName in interface SocialActivityLimitModelpublic long getClassNameId()
getClassNameId in interface TypedModelgetClassNameId in interface SocialActivityLimitModelpublic long getClassPK()
getClassPK in interface AttachedModelgetClassPK in interface SocialActivityLimitModelpublic long getCompanyId()
getCompanyId in interface ShardedModelgetCompanyId in interface SocialActivityLimitModelpublic int getCount()
getCount in interface SocialActivityLimitpublic int getCount(int limitPeriod)
getCount in interface SocialActivityLimitpublic long getGroupId()
getGroupId in interface SocialActivityLimitModelpublic long getPrimaryKey()
getPrimaryKey in interface SocialActivityLimitModelpublic long getUserId()
getUserId in interface SocialActivityLimitModelpublic String getUserUuid()
getUserUuid in interface SocialActivityLimitModelpublic String getValue()
getValue in interface SocialActivityLimitModelpublic void persist()
SocialActivityLimit interface instead.persist in interface PersistedModelpublic void setActivityCounterName(String activityCounterName)
setActivityCounterName in interface SocialActivityLimitModelactivityCounterName - the activity counter name of this social activity limitpublic void setActivityLimitId(long activityLimitId)
setActivityLimitId in interface SocialActivityLimitModelactivityLimitId - the activity limit ID of this social activity limitpublic void setActivityType(int activityType)
setActivityType in interface SocialActivityLimitModelactivityType - the activity type of this social activity limitpublic void setClassName(String className)
setClassName in interface SocialActivityLimitModelpublic void setClassNameId(long classNameId)
setClassNameId in interface TypedModelsetClassNameId in interface SocialActivityLimitModelclassNameId - the class name ID of this social activity limitpublic void setClassPK(long classPK)
setClassPK in interface AttachedModelsetClassPK in interface SocialActivityLimitModelclassPK - the class pk of this social activity limitpublic void setCompanyId(long companyId)
setCompanyId in interface ShardedModelsetCompanyId in interface SocialActivityLimitModelcompanyId - the company ID of this social activity limitpublic void setCount(int limitPeriod,
int count)
setCount in interface SocialActivityLimitpublic void setGroupId(long groupId)
setGroupId in interface SocialActivityLimitModelgroupId - the group ID of this social activity limitpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SocialActivityLimitModelprimaryKey - the primary key of this social activity limitpublic void setUserId(long userId)
setUserId in interface SocialActivityLimitModeluserId - the user ID of this social activity limitpublic void setUserUuid(String userUuid)
setUserUuid in interface SocialActivityLimitModeluserUuid - the user uuid of this social activity limitpublic void setValue(String value)
setValue in interface SocialActivityLimitModelvalue - the value of this social activity limitprotected SocialActivityLimitWrapper wrap(SocialActivityLimit socialActivityLimit)
wrap in class BaseModelWrapper<SocialActivityLimit>