Liferay 7.0-ce-b4

com.liferay.portlet.social.model
Interface SocialRelation

All Superinterfaces:
BaseModel<SocialRelation>, ClassedModel, Cloneable, Comparable<SocialRelation>, PersistedModel, Serializable, ShardedModel, SocialRelationModel
All Known Implementing Classes:
SocialRelationBaseImpl, SocialRelationImpl, 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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Accessor<SocialRelation,Long> RELATION_ID_ACCESSOR
           
 
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, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

RELATION_ID_ACCESSOR

static final Accessor<SocialRelation,Long> RELATION_ID_ACCESSOR

Liferay 7.0-ce-b4