com.liferay.portal.model.impl
Class UserGroupRoleCacheModel
java.lang.Object
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.
userId
public long userId
groupId
public long groupId
roleId
public long roleId
UserGroupRoleCacheModel
public UserGroupRoleCacheModel()
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