Liferay 7.0-ce-b4

com.liferay.portlet.social.model
Interface SocialActivitySet

All Superinterfaces:
AttachedModel, BaseModel<SocialActivitySet>, ClassedModel, Cloneable, Comparable<SocialActivitySet>, PersistedModel, Serializable, ShardedModel, 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

Field Summary
static Accessor<SocialActivitySet,Long> ACTIVITY_SET_ID_ACCESSOR
           
 
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, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

ACTIVITY_SET_ID_ACCESSOR

static final Accessor<SocialActivitySet,Long> ACTIVITY_SET_ID_ACCESSOR

Liferay 7.0-ce-b4