com.liferay.portlet.social.model.impl
Class SocialActivityLimitCacheModel
java.lang.Object
com.liferay.portlet.social.model.impl.SocialActivityLimitCacheModel
- All Implemented Interfaces:
- CacheModel<SocialActivityLimit>, Serializable
public class SocialActivityLimitCacheModel
- extends Object
- implements CacheModel<SocialActivityLimit>, Serializable
The cache model class for representing SocialActivityLimit in entity cache.
- See Also:
SocialActivityLimit
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
activityLimitId
public long activityLimitId
groupId
public long groupId
companyId
public long companyId
userId
public long userId
classNameId
public long classNameId
classPK
public long classPK
activityType
public int activityType
activityCounterName
public String activityCounterName
value
public String value
SocialActivityLimitCacheModel
public SocialActivityLimitCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public SocialActivityLimit toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<SocialActivityLimit>