com.liferay.portlet.social.model.impl
Class SocialActivityCounterCacheModel
java.lang.Object
com.liferay.portlet.social.model.impl.SocialActivityCounterCacheModel
- All Implemented Interfaces:
- CacheModel<SocialActivityCounter>, Serializable
public class SocialActivityCounterCacheModel
- extends Object
- implements CacheModel<SocialActivityCounter>, Serializable
The cache model class for representing SocialActivityCounter in entity cache.
- See Also:
SocialActivityCounter
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
activityCounterId
public long activityCounterId
groupId
public long groupId
companyId
public long companyId
classNameId
public long classNameId
classPK
public long classPK
name
public String name
ownerType
public int ownerType
currentValue
public int currentValue
totalValue
public int totalValue
graceValue
public int graceValue
startPeriod
public int startPeriod
endPeriod
public int endPeriod
SocialActivityCounterCacheModel
public SocialActivityCounterCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public SocialActivityCounter toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<SocialActivityCounter>