com.rapidtransform.admin.model
Class UserRoleRelation

java.lang.Object
  extended by com.rapidtransform.core.model.AbstractBaseModel
      extended by com.rapidtransform.admin.model.UserRoleRelation
All Implemented Interfaces:
Model, java.io.Serializable

public class UserRoleRelation
extends AbstractBaseModel

Author:
S. Werner
See Also:
Serialized Form

Constructor Summary
UserRoleRelation()
           
 
Method Summary
 Role getRole()
           
 void setRole(Role role)
           
 
Methods inherited from class com.rapidtransform.core.model.AbstractBaseModel
equals, generateUuid, getId, getMetaTypeName, getPropertyHolder, getUuid, hashCode, setId, setMetaTypeName, setPropertyHolder, setUuid
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserRoleRelation

public UserRoleRelation()
Method Detail

getRole

public Role getRole()

setRole

public void setRole(Role role)