Liferay 6.0.3

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

This interface is a model that represents the SocialRelation table in the database.

Customize SocialRelationImpl and rerun the ServiceBuilder to generate the new methods.

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.3