Package org.marketcetera.admin.impl
Class SimpleRoleFactory
- java.lang.Object
-
- org.marketcetera.admin.impl.SimpleRoleFactory
-
- All Implemented Interfaces:
MutableRoleFactory,RoleFactory
public class SimpleRoleFactory extends Object implements MutableRoleFactory
CreatesRoleobjects.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Constructor Summary
Constructors Constructor Description SimpleRoleFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutableRolecreate()Create aMutableRoleobject.MutableRolecreate(String inName, String inDescription)Create aMutableRoleobject with the given attributes.
-
-
-
Method Detail
-
create
public MutableRole create(String inName, String inDescription)
Description copied from interface:MutableRoleFactoryCreate aMutableRoleobject with the given attributes.- Specified by:
createin interfaceMutableRoleFactory- Specified by:
createin interfaceRoleFactory- Parameters:
inName- aStringvalueinDescription- aStringvalue- Returns:
- a
MutableRolevalue
-
create
public MutableRole create()
Description copied from interface:MutableRoleFactoryCreate aMutableRoleobject.- Specified by:
createin interfaceMutableRoleFactory- Returns:
- a
MutableRolevalue
-
-