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.model.impl.SocialRelationImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
SocialRelationModel, com.liferay.portlet.social.model.impl.SocialRelationImpl, com.liferay.portlet.social.model.impl.SocialRelationModelImpl

Method Summary
 
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 com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo