com.liferay.portlet.social.model
Interface SocialActivity

All Superinterfaces:
BaseModel<SocialActivity>, java.lang.Cloneable, java.lang.Comparable<SocialActivity>, java.io.Serializable, SocialActivityModel
All Known Implementing Classes:
SocialActivityWrapper

public interface SocialActivity
extends SocialActivityModel

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

Never modify this interface directly. Add methods to com.liferay.portlet.social.model.impl.SocialActivityImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a social activity model instance should use the SocialActivity interface instead.

Author:
Brian Wing Shun Chan
See Also:
SocialActivityModel, com.liferay.portlet.social.model.impl.SocialActivityImpl, com.liferay.portlet.social.model.impl.SocialActivityModelImpl
Generated:

Method Summary
 
Methods inherited from interface com.liferay.portlet.social.model.SocialActivityModel
clone, compareTo, getActivityId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getExtraData, getGroupId, getMirrorActivityId, getPrimaryKey, getPrimaryKeyObj, getReceiverUserId, getReceiverUserUuid, getType, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setActivityId, setCachedModel, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setExtraData, setGroupId, setMirrorActivityId, setNew, setPrimaryKey, setReceiverUserId, setReceiverUserUuid, setType, setUserId, setUserUuid, toEscapedModel, toString, toXmlString