com.liferay.portlet.social.model.impl
Class SocialRequestCacheModel
java.lang.Object
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.
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
SocialRequestCacheModel
public SocialRequestCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public SocialRequest toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<SocialRequest>