com.liferay.portlet.social.model
Interface SocialRelation
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, SocialRelationModel
public interface SocialRelation
- extends SocialRelationModel
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 SocialRelation
table
in the database.
Customize com.liferay.portlet.social.service.model.impl.SocialRelationImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.social.service.model.SocialRelationModel
,
com.liferay.portlet.social.service.model.impl.SocialRelationImpl
,
com.liferay.portlet.social.service.model.impl.SocialRelationModelImpl
Methods inherited from interface com.liferay.portlet.social.model.SocialRelationModel |
getCompanyId, getCreateDate, getPrimaryKey, getRelationId, getType, getUserId1, getUserId2, getUuid, setCompanyId, setCreateDate, setPrimaryKey, setRelationId, setType, setUserId1, setUserId2, setUuid, toEscapedModel |
Methods inherited from interface java.lang.Comparable |
compareTo |