Liferay 6.2-ce-ga5

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

java.lang.Object
  extended by com.liferay.portlet.social.model.impl.SocialActivityLimitCacheModel
All Implemented Interfaces:
CacheModel<SocialActivityLimit>, Externalizable, Serializable

public class SocialActivityLimitCacheModel
extends Object
implements CacheModel<SocialActivityLimit>, Externalizable

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.

Field Summary
 String activityCounterName
           
 long activityLimitId
           
 int activityType
           
 long classNameId
           
 long classPK
           
 long companyId
           
 long groupId
           
 long userId
           
 String value
           
 
Constructor Summary
SocialActivityLimitCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 SocialActivityLimit toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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

SocialActivityLimitCacheModel

public SocialActivityLimitCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Specified by:
readExternal in interface Externalizable
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

Liferay 6.2-ce-ga5