com.liferay.portlet.social.model
Interface SocialActivity
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, SocialActivityModel
public interface SocialActivity
- extends SocialActivityModel
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the SocialActivity
table
in the database.
Customize com.liferay.portlet.social.service.model.impl.SocialActivityImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.social.service.model.SocialActivityModel
,
com.liferay.portlet.social.service.model.impl.SocialActivityImpl
,
com.liferay.portlet.social.service.model.impl.SocialActivityModelImpl
Methods inherited from interface com.liferay.portlet.social.model.SocialActivityModel |
getActivityId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExtraData, getGroupId, getMirrorActivityId, getPrimaryKey, getReceiverUserId, getType, getUserId, setActivityId, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExtraData, setGroupId, setMirrorActivityId, setPrimaryKey, setReceiverUserId, setType, setUserId, toEscapedModel |
Methods inherited from interface java.lang.Comparable |
compareTo |