Liferay 6.0.3

com.liferay.portlet.social.model
Interface SocialActivity

All Superinterfaces:
BaseModel<SocialActivity>, Cloneable, Comparable<SocialActivity>, Serializable, SocialActivityModel
All Known Implementing Classes:
SocialActivityImpl, SocialActivityWrapper

public interface SocialActivity
extends SocialActivityModel

This interface is a model that represents the SocialActivity table in the database.

Customize SocialActivityImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
SocialActivityModel, SocialActivityImpl, SocialActivityModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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
 


Liferay 6.0.3