@ProviderType public interface SocialActivityCounterModel extends AttachedModel, BaseModel<SocialActivityCounter>, CTModel<SocialActivityCounter>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portlet.social.model.impl.SocialActivityCounterModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portlet.social.model.impl.SocialActivityCounterImpl.
SocialActivityCounter| Modifier and Type | Method and Description |
|---|---|
SocialActivityCounter |
cloneWithOriginalValues() |
boolean |
getActive()
Returns the active of this social activity counter.
|
long |
getActivityCounterId()
Returns the activity counter ID of this social activity counter.
|
String |
getClassName()
Returns the fully qualified class name of this social activity counter.
|
long |
getClassNameId()
Returns the class name ID of this social activity counter.
|
long |
getClassPK()
Returns the class pk of this social activity counter.
|
long |
getCompanyId()
Returns the company ID of this social activity counter.
|
long |
getCtCollectionId()
Returns the ct collection ID of this social activity counter.
|
int |
getCurrentValue()
Returns the current value of this social activity counter.
|
int |
getEndPeriod()
Returns the end period of this social activity counter.
|
int |
getGraceValue()
Returns the grace value of this social activity counter.
|
long |
getGroupId()
Returns the group ID of this social activity counter.
|
long |
getMvccVersion()
Returns the mvcc version of this social activity counter.
|
String |
getName()
Returns the name of this social activity counter.
|
int |
getOwnerType()
Returns the owner type of this social activity counter.
|
long |
getPrimaryKey()
Returns the primary key of this social activity counter.
|
int |
getStartPeriod()
Returns the start period of this social activity counter.
|
int |
getTotalValue()
Returns the total value of this social activity counter.
|
boolean |
isActive()
Returns
true if this social activity counter is active. |
void |
setActive(boolean active)
Sets whether this social activity counter is active.
|
void |
setActivityCounterId(long activityCounterId)
Sets the activity counter ID of this social activity counter.
|
void |
setClassName(String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this social activity counter.
|
void |
setClassPK(long classPK)
Sets the class pk of this social activity counter.
|
void |
setCompanyId(long companyId)
Sets the company ID of this social activity counter.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this social activity counter.
|
void |
setCurrentValue(int currentValue)
Sets the current value of this social activity counter.
|
void |
setEndPeriod(int endPeriod)
Sets the end period of this social activity counter.
|
void |
setGraceValue(int graceValue)
Sets the grace value of this social activity counter.
|
void |
setGroupId(long groupId)
Sets the group ID of this social activity counter.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this social activity counter.
|
void |
setName(String name)
Sets the name of this social activity counter.
|
void |
setOwnerType(int ownerType)
Sets the owner type of this social activity counter.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this social activity counter.
|
void |
setStartPeriod(int startPeriod)
Sets the start period of this social activity counter.
|
void |
setTotalValue(int totalValue)
Sets the total value of this social activity counter.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
getPrimaryKey in interface CTModel<SocialActivityCounter>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTModel<SocialActivityCounter>primaryKey - the primary key of this social activity counterlong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this social activity counterlong getCtCollectionId()
getCtCollectionId in interface CTModel<SocialActivityCounter>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CTModel<SocialActivityCounter>ctCollectionId - the ct collection ID of this social activity counterlong getActivityCounterId()
void setActivityCounterId(long activityCounterId)
activityCounterId - the activity counter ID of this social activity counterlong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this social activity counterlong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this social activity counterString getClassName()
getClassName in interface TypedModelvoid setClassName(String className)
long getClassNameId()
getClassNameId in interface TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface TypedModelclassNameId - the class name ID of this social activity counterlong getClassPK()
getClassPK in interface AttachedModelvoid setClassPK(long classPK)
setClassPK in interface AttachedModelclassPK - the class pk of this social activity counter@AutoEscape String getName()
void setName(String name)
name - the name of this social activity counterint getOwnerType()
void setOwnerType(int ownerType)
ownerType - the owner type of this social activity counterint getCurrentValue()
void setCurrentValue(int currentValue)
currentValue - the current value of this social activity counterint getTotalValue()
void setTotalValue(int totalValue)
totalValue - the total value of this social activity counterint getGraceValue()
void setGraceValue(int graceValue)
graceValue - the grace value of this social activity counterint getStartPeriod()
void setStartPeriod(int startPeriod)
startPeriod - the start period of this social activity counterint getEndPeriod()
void setEndPeriod(int endPeriod)
endPeriod - the end period of this social activity counterboolean getActive()
boolean isActive()
true if this social activity counter is active.true if this social activity counter is active; false otherwisevoid setActive(boolean active)
active - the active of this social activity counterSocialActivityCounter cloneWithOriginalValues()
cloneWithOriginalValues in interface BaseModel<SocialActivityCounter>