com.liferay.portlet.social.model
Interface SocialRelation

All Superinterfaces:
BaseModel<SocialRelation>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<SocialRelation>, PersistedModel, java.io.Serializable, SocialRelationModel
All Known Implementing Classes:
SocialRelationWrapper

public interface SocialRelation
extends SocialRelationModel, PersistedModel

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

Author:
Brian Wing Shun Chan
See Also:
SocialRelationModel, SocialRelationImpl, SocialRelationModelImpl
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, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setRelationId, setType, setUserId1, setUserId2, setUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist