Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class MembershipRequestCacheModel

java.lang.Object
  extended by com.liferay.portal.model.impl.MembershipRequestCacheModel
All Implemented Interfaces:
CacheModel<MembershipRequest>, Serializable

public class MembershipRequestCacheModel
extends Object
implements CacheModel<MembershipRequest>, Serializable

The cache model class for representing MembershipRequest in entity cache.

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

Field Summary
 String comments
           
 long companyId
           
 long createDate
           
 long groupId
           
 long membershipRequestId
           
 long replierUserId
           
 String replyComments
           
 long replyDate
           
 int statusId
           
 long userId
           
 
Constructor Summary
MembershipRequestCacheModel()
           
 
Method Summary
 MembershipRequest toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

membershipRequestId

public long membershipRequestId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

createDate

public long createDate

comments

public String comments

replyComments

public String replyComments

replyDate

public long replyDate

replierUserId

public long replierUserId

statusId

public int statusId
Constructor Detail

MembershipRequestCacheModel

public MembershipRequestCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3