@ProviderType
public class SocialActivityCounterCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portlet.social.model.SocialActivityCounter>, java.io.Externalizable
SocialActivityCounter,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
boolean |
active |
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 and Description |
|---|
SocialActivityCounterCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
readExternal(java.io.ObjectInput objectInput) |
com.liferay.portlet.social.model.SocialActivityCounter |
toEntityModel() |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
public long activityCounterId
public long groupId
public long companyId
public long classNameId
public long classPK
public java.lang.String name
public int ownerType
public int currentValue
public int totalValue
public int graceValue
public int startPeriod
public int endPeriod
public boolean active
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic com.liferay.portlet.social.model.SocialActivityCounter toEntityModel()
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.social.model.SocialActivityCounter>public void readExternal(java.io.ObjectInput objectInput)
throws java.io.IOException
readExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void writeExternal(java.io.ObjectOutput objectOutput)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException