Package com.liferay.social.kernel.model
Interface SocialRelation
- All Superinterfaces:
BaseModel<SocialRelation>
,ClassedModel
,Cloneable
,Comparable<SocialRelation>
,CTModel<SocialRelation>
,MVCCModel
,PersistedModel
,Serializable
,ShardedModel
,SocialRelationModel
- All Known Implementing Classes:
SocialRelationWrapper
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:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.social.kernel.model.SocialRelationModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getCtCollectionId, getMvccVersion, getPrimaryKey, getRelationId, getType, getUserId1, getUserId2, getUuid, setCompanyId, setCreateDate, setCtCollectionId, setMvccVersion, setPrimaryKey, setRelationId, setType, setUserId1, setUserId2, setUuid, toXmlString
-
Field Details
-
RELATION_ID_ACCESSOR
-