Liferay 6.2-ce-ga5

com.liferay.portlet.social.model
Interface SocialActivitySet

All Superinterfaces:
AttachedModel, BaseModel<SocialActivitySet>, ClassedModel, Cloneable, Comparable<SocialActivitySet>, PersistedModel, Serializable, SocialActivitySetModel, TypedModel
All Known Implementing Classes:
SocialActivitySetWrapper

@ProviderType
public interface SocialActivitySet
extends SocialActivitySetModel, PersistedModel

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

See Also:
SocialActivitySetModel, SocialActivitySetImpl, SocialActivitySetModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.social.model.SocialActivitySetModel
clone, compareTo, getActivityCount, getActivitySetId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getExtraData, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getType, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setActivityCount, setActivitySetId, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExtraData, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setType, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.2-ce-ga5