Liferay 6.1.2-ce-ga3

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

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

public class SocialRequestCacheModel
extends Object
implements CacheModel<SocialRequest>, Serializable

The cache model class for representing SocialRequest in entity cache.

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

Field Summary
 long classNameId
           
 long classPK
           
 long companyId
           
 long createDate
           
 String extraData
           
 long groupId
           
 long modifiedDate
           
 long receiverUserId
           
 long requestId
           
 int status
           
 int type
           
 long userId
           
 String uuid
           
 
Constructor Summary
SocialRequestCacheModel()
           
 
Method Summary
 SocialRequest 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

requestId

public long requestId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

createDate

public long createDate

modifiedDate

public long modifiedDate

classNameId

public long classNameId

classPK

public long classPK

type

public int type

extraData

public String extraData

receiverUserId

public long receiverUserId

status

public int status
Constructor Detail

SocialRequestCacheModel

public SocialRequestCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3