Liferay 6.2-ce-ga5

com.liferay.portlet.social.model
Interface SocialRelation

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

@ProviderType
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.

See Also:
SocialRelationModel, SocialRelationImpl, SocialRelationModelImpl

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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setRelationId, setType, setUserId1, setUserId2, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, 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
 


Liferay 6.2-ce-ga5