Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class UserGroupRoleCacheModel

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

public class UserGroupRoleCacheModel
extends Object
implements CacheModel<UserGroupRole>, Serializable

The cache model class for representing UserGroupRole in entity cache.

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

Field Summary
 long groupId
           
 long roleId
           
 long userId
           
 
Constructor Summary
UserGroupRoleCacheModel()
           
 
Method Summary
 UserGroupRole toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

userId

public long userId

groupId

public long groupId

roleId

public long roleId
Constructor Detail

UserGroupRoleCacheModel

public UserGroupRoleCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3