Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class UserGroupRoleCacheModel

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

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

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
 void readExternal(ObjectInput objectInput)
           
 UserGroupRole toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
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>

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Specified by:
readExternal in interface Externalizable
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

Liferay 6.2-ce-ga5