com.liferay.portlet.social.model.impl
Class SocialActivityCounterCacheModel
java.lang.Object
com.liferay.portlet.social.model.impl.SocialActivityCounterCacheModel
- All Implemented Interfaces:
- com.liferay.portal.model.CacheModel<com.liferay.portlet.social.model.SocialActivityCounter>, java.io.Serializable
public class SocialActivityCounterCacheModel
- extends java.lang.Object
- implements com.liferay.portal.model.CacheModel<com.liferay.portlet.social.model.SocialActivityCounter>, java.io.Serializable
The cache model class for representing SocialActivityCounter in entity cache.
- Author:
- Brian Wing Shun Chan
- See Also:
SocialActivityCounter,
Serialized Form- Generated:
|
Method Summary |
com.liferay.portlet.social.model.SocialActivityCounter |
toEntityModel()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
activityCounterId
public long activityCounterId
groupId
public long groupId
companyId
public long companyId
classNameId
public long classNameId
classPK
public long classPK
name
public java.lang.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 java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toEntityModel
public com.liferay.portlet.social.model.SocialActivityCounter toEntityModel()
- Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.social.model.SocialActivityCounter>