Package com.liferay.social.kernel.model
Class SocialActivityLimitWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SocialActivityLimit>
com.liferay.social.kernel.model.SocialActivityLimitWrapper
- All Implemented Interfaces:
AttachedModel,BaseModel<SocialActivityLimit>,CTModel<SocialActivityLimit>,ClassedModel,ModelWrapper<SocialActivityLimit>,MVCCModel,PersistedModel,ShardedModel,TypedModel,SocialActivityLimit,SocialActivityLimitModel,Serializable,Cloneable,Comparable<SocialActivityLimit>
public class SocialActivityLimitWrapper
extends BaseModelWrapper<SocialActivityLimit>
implements ModelWrapper<SocialActivityLimit>, SocialActivityLimit
This class is a wrapper for SocialActivityLimit.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.social.kernel.model.SocialActivityLimit
ACTIVITY_LIMIT_ID_ACCESSOR -
Constructor Summary
Constructors -
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.intgetCount()intgetCount(int limitPeriod) 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.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.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.voidsetCount(int limitPeriod, int count) 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.voidsetModelAttributes(Map<String, Object> attributes) 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.protected SocialActivityLimitWrapperwrap(SocialActivityLimit socialActivityLimit) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
SocialActivityLimitWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<SocialActivityLimit>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<SocialActivityLimit>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<SocialActivityLimit>- Specified by:
cloneWithOriginalValuesin interfaceSocialActivityLimitModel
-
getActivityCounterName
Returns the activity counter name of this social activity limit.- Specified by:
getActivityCounterNamein interfaceSocialActivityLimitModel- Returns:
- the activity counter name of this social activity limit
-
getActivityLimitId
public long getActivityLimitId()Returns the activity limit ID of this social activity limit.- Specified by:
getActivityLimitIdin interfaceSocialActivityLimitModel- Returns:
- the activity limit ID of this social activity limit
-
getActivityType
public int getActivityType()Returns the activity type of this social activity limit.- Specified by:
getActivityTypein interfaceSocialActivityLimitModel- Returns:
- the activity type of this social activity limit
-
getClassName
Returns the fully qualified class name of this social activity limit.- Specified by:
getClassNamein interfaceSocialActivityLimitModel- Specified by:
getClassNamein interfaceTypedModel- Returns:
- the fully qualified class name of this social activity limit
-
getClassNameId
public long getClassNameId()Returns the class name ID of this social activity limit.- Specified by:
getClassNameIdin interfaceSocialActivityLimitModel- Specified by:
getClassNameIdin interfaceTypedModel- Returns:
- the class name ID of this social activity limit
-
getClassPK
public long getClassPK()Returns the class pk of this social activity limit.- Specified by:
getClassPKin interfaceAttachedModel- Specified by:
getClassPKin interfaceSocialActivityLimitModel- Returns:
- the class pk of this social activity limit
-
getCompanyId
public long getCompanyId()Returns the company ID of this social activity limit.- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceSocialActivityLimitModel- Returns:
- the company ID of this social activity limit
-
getCount
public int getCount()- Specified by:
getCountin interfaceSocialActivityLimit
-
getCount
public int getCount(int limitPeriod) - Specified by:
getCountin interfaceSocialActivityLimit
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this social activity limit.- Specified by:
getCtCollectionIdin interfaceCTModel<SocialActivityLimit>- Specified by:
getCtCollectionIdin interfaceSocialActivityLimitModel- Returns:
- the ct collection ID of this social activity limit
-
getGroupId
public long getGroupId()Returns the group ID of this social activity limit.- Specified by:
getGroupIdin interfaceSocialActivityLimitModel- Returns:
- the group ID of this social activity limit
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this social activity limit.- Specified by:
getMvccVersionin interfaceMVCCModel- Specified by:
getMvccVersionin interfaceSocialActivityLimitModel- Returns:
- the mvcc version of this social activity limit
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this social activity limit.- Specified by:
getPrimaryKeyin interfaceCTModel<SocialActivityLimit>- Specified by:
getPrimaryKeyin interfaceSocialActivityLimitModel- Returns:
- the primary key of this social activity limit
-
getUserId
public long getUserId()Returns the user ID of this social activity limit.- Specified by:
getUserIdin interfaceSocialActivityLimitModel- Returns:
- the user ID of this social activity limit
-
getUserUuid
Returns the user uuid of this social activity limit.- Specified by:
getUserUuidin interfaceSocialActivityLimitModel- Returns:
- the user uuid of this social activity limit
-
getValue
Returns the value of this social activity limit.- Specified by:
getValuein interfaceSocialActivityLimitModel- Returns:
- the value of this social activity limit
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
setActivityCounterName
Sets the activity counter name of this social activity limit.- Specified by:
setActivityCounterNamein interfaceSocialActivityLimitModel- Parameters:
activityCounterName- the activity counter name of this social activity limit
-
setActivityLimitId
public void setActivityLimitId(long activityLimitId) Sets the activity limit ID of this social activity limit.- Specified by:
setActivityLimitIdin interfaceSocialActivityLimitModel- Parameters:
activityLimitId- the activity limit ID of this social activity limit
-
setActivityType
public void setActivityType(int activityType) Sets the activity type of this social activity limit.- Specified by:
setActivityTypein interfaceSocialActivityLimitModel- Parameters:
activityType- the activity type of this social activity limit
-
setClassName
- Specified by:
setClassNamein interfaceSocialActivityLimitModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this social activity limit.- Specified by:
setClassNameIdin interfaceSocialActivityLimitModel- Specified by:
setClassNameIdin interfaceTypedModel- Parameters:
classNameId- the class name ID of this social activity limit
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this social activity limit.- Specified by:
setClassPKin interfaceAttachedModel- Specified by:
setClassPKin interfaceSocialActivityLimitModel- Parameters:
classPK- the class pk of this social activity limit
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this social activity limit.- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceSocialActivityLimitModel- Parameters:
companyId- the company ID of this social activity limit
-
setCount
public void setCount(int limitPeriod, int count) - Specified by:
setCountin interfaceSocialActivityLimit
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this social activity limit.- Specified by:
setCtCollectionIdin interfaceCTModel<SocialActivityLimit>- Specified by:
setCtCollectionIdin interfaceSocialActivityLimitModel- Parameters:
ctCollectionId- the ct collection ID of this social activity limit
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this social activity limit.- Specified by:
setGroupIdin interfaceSocialActivityLimitModel- Parameters:
groupId- the group ID of this social activity limit
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this social activity limit.- Specified by:
setMvccVersionin interfaceMVCCModel- Specified by:
setMvccVersionin interfaceSocialActivityLimitModel- Parameters:
mvccVersion- the mvcc version of this social activity limit
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this social activity limit.- Specified by:
setPrimaryKeyin interfaceCTModel<SocialActivityLimit>- Specified by:
setPrimaryKeyin interfaceSocialActivityLimitModel- Parameters:
primaryKey- the primary key of this social activity limit
-
setUserId
public void setUserId(long userId) Sets the user ID of this social activity limit.- Specified by:
setUserIdin interfaceSocialActivityLimitModel- Parameters:
userId- the user ID of this social activity limit
-
setUserUuid
Sets the user uuid of this social activity limit.- Specified by:
setUserUuidin interfaceSocialActivityLimitModel- Parameters:
userUuid- the user uuid of this social activity limit
-
setValue
Sets the value of this social activity limit.- Specified by:
setValuein interfaceSocialActivityLimitModel- Parameters:
value- the value of this social activity limit
-
toXmlString
- Specified by:
toXmlStringin interfaceSocialActivityLimitModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfaceBaseModel<SocialActivityLimit>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfaceBaseModel<SocialActivityLimit>
-
wrap
- Specified by:
wrapin classBaseModelWrapper<SocialActivityLimit>
-