Liferay 6.0.5

com.liferay.portlet.social.model
Interface SocialRelation

All Superinterfaces:
BaseModel<SocialRelation>, Cloneable, Comparable<SocialRelation>, Serializable, SocialRelationModel
All Known Implementing Classes:
SocialRelationImpl, SocialRelationWrapper

public interface SocialRelation
extends SocialRelationModel

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

Never modify this interface directly. Add methods to SocialRelationImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

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

See Also:
SocialRelationModel, SocialRelationImpl, SocialRelationModelImpl
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.SocialRelationModel
clone, compareTo, getCompanyId, getCreateDate, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getRelationId, getType, getUserId1, getUserId2, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setNew, setPrimaryKey, setRelationId, setType, setUserId1, setUserId2, setUuid, toEscapedModel, toString, toXmlString
 


Liferay 6.0.5