Liferay 6.1.2-ce-ga3

com.liferay.portlet.social.model.impl
Class SocialRelationCacheModel

java.lang.Object
  extended by com.liferay.portlet.social.model.impl.SocialRelationCacheModel
All Implemented Interfaces:
CacheModel<SocialRelation>, Serializable

public class SocialRelationCacheModel
extends Object
implements CacheModel<SocialRelation>, Serializable

The cache model class for representing SocialRelation in entity cache.

See Also:
SocialRelation, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 long companyId
           
 long createDate
           
 long relationId
           
 int type
           
 long userId1
           
 long userId2
           
 String uuid
           
 
Constructor Summary
SocialRelationCacheModel()
           
 
Method Summary
 SocialRelation toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public String uuid

relationId

public long relationId

companyId

public long companyId

createDate

public long createDate

userId1

public long userId1

userId2

public long userId2

type

public int type
Constructor Detail

SocialRelationCacheModel

public SocialRelationCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public SocialRelation toEntityModel()
Specified by:
toEntityModel in interface CacheModel<SocialRelation>

Liferay 6.1.2-ce-ga3