Liferay 6.1.0

com.liferay.portlet.social.model
Interface SocialActivityLimit

All Superinterfaces:
AttachedModel, BaseModel<SocialActivityLimit>, ClassedModel, Cloneable, Comparable<SocialActivityLimit>, PersistedModel, Serializable, SocialActivityLimitModel
All Known Implementing Classes:
SocialActivityLimitWrapper

public interface SocialActivityLimit
extends SocialActivityLimitModel, PersistedModel

The extended model interface for the SocialActivityLimit service. Represents a row in the "SocialActivityLimit" database table, with each column mapped to a property of this class.

See Also:
SocialActivityLimitModel, SocialActivityLimitImpl, SocialActivityLimitModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.social.model.SocialActivityLimitModel
clone, compareTo, getActivityCounterName, getActivityLimitId, getActivityType, getClassName, getClassNameId, getClassPK, getCompanyId, getExpandoBridge, getGroupId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, getValue, hashCode, isCachedModel, isEscapedModel, isNew, setActivityCounterName, setActivityLimitId, setActivityType, setCachedModel, setClassNameId, setClassPK, setCompanyId, setExpandoBridgeAttributes, setGroupId, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, setValue, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.1.0