org.mftech.dawn.server.projects.impl
Class RoleFactoryImpl

java.lang.Object
  extended by org.mftech.dawn.server.projects.impl.RoleFactoryImpl
All Implemented Interfaces:
RoleFactory

public class RoleFactoryImpl
extends java.lang.Object
implements RoleFactory


Field Summary
 
Fields inherited from interface org.mftech.dawn.server.projects.RoleFactory
ADMIN, mfInstance, STANDARD, VIEWER
 
Constructor Summary
RoleFactoryImpl()
           
 
Method Summary
 Role createRole(int groupID)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleFactoryImpl

public RoleFactoryImpl()
Method Detail

createRole

public Role createRole(int groupID)
Specified by:
createRole in interface RoleFactory