com.liferay.portlet.social.model.impl
Class SocialActivityCounterCacheModel

java.lang.Object
  extended by 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:

Field Summary
 long activityCounterId
           
 long classNameId
           
 long classPK
           
 long companyId
           
 int currentValue
           
 int endPeriod
           
 int graceValue
           
 long groupId
           
 java.lang.String name
           
 int ownerType
           
 int startPeriod
           
 int totalValue
           
 
Constructor Summary
SocialActivityCounterCacheModel()
           
 
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
 

Field Detail

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
Constructor Detail

SocialActivityCounterCacheModel

public SocialActivityCounterCacheModel()
Method Detail

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>