edu.uoc.tfc.dbmodel.security
Class Role.Factory

java.lang.Object
  extended by edu.uoc.tfc.dbmodel.security.Role.Factory
Enclosing class:
Role

public static final class Role.Factory
extends java.lang.Object

Constructs new instances of Role.


Constructor Summary
Role.Factory()
           
 
Method Summary
static Role newInstance()
          Constructs a new instance of Role.
static Role newInstance(java.lang.String roleId, java.lang.String description)
          Constructs a new instance of Role, taking all required and/or read-only properties as arguments.
static Role newInstance(java.lang.String roleId, java.lang.String description, java.util.Collection users, java.util.Collection operations)
          Constructs a new instance of Role, taking all possible properties (except the identifier(s))as arguments.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Role.Factory

public Role.Factory()
Method Detail

newInstance

public static Role newInstance()
Constructs a new instance of Role.


newInstance

public static Role newInstance(java.lang.String roleId,
                               java.lang.String description)
Constructs a new instance of Role, taking all required and/or read-only properties as arguments.


newInstance

public static Role newInstance(java.lang.String roleId,
                               java.lang.String description,
                               java.util.Collection users,
                               java.util.Collection operations)
Constructs a new instance of Role, taking all possible properties (except the identifier(s))as arguments.