edu.uoc.tfc.dbmodel.security
Class RoleImpl

java.lang.Object
  extended by edu.uoc.tfc.dbmodel.security.Role
      extended by edu.uoc.tfc.dbmodel.security.RoleImpl
All Implemented Interfaces:
java.io.Serializable

public class RoleImpl
extends Role

See Also:
Role, Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class edu.uoc.tfc.dbmodel.security.Role
Role.Factory
 
Constructor Summary
RoleImpl()
           
 
Method Summary
 
Methods inherited from class edu.uoc.tfc.dbmodel.security.Role
equals, getDescription, getId, getOperations, getRoleId, getUsers, hashCode, setDescription, setId, setOperations, setRoleId, setUsers
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleImpl

public RoleImpl()