Liferay 6.1.2-ce-ga3

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

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

Field Summary
 long activityCounterId
           
 long classNameId
           
 long classPK
           
 long companyId
           
 int currentValue
           
 int endPeriod
           
 int graceValue
           
 long groupId
           
 String name
           
 int ownerType
           
 int startPeriod
           
 int totalValue
           
 
Constructor Summary
SocialActivityCounterCacheModel()
           
 
Method Summary
 SocialActivityCounter toEntityModel()
           
 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 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 String toString()
Overrides:
toString in class Object

toEntityModel

public SocialActivityCounter toEntityModel()
Specified by:
toEntityModel in interface CacheModel<SocialActivityCounter>

Liferay 6.1.2-ce-ga3