Package org.marketcetera.admin
Interface MutableRoleFactory
-
- All Superinterfaces:
RoleFactory
- All Known Implementing Classes:
SimpleRoleFactory
public interface MutableRoleFactory extends RoleFactory
CreatesMutableRoleobjects.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MutableRolecreate()Create aMutableRoleobject.MutableRolecreate(String inName, String inDescription)Create aMutableRoleobject with the given attributes.
-
-
-
Method Detail
-
create
MutableRole create(String inName, String inDescription)
Create aMutableRoleobject with the given attributes.- Specified by:
createin interfaceRoleFactory- Parameters:
inName- aStringvalueinDescription- aStringvalue- Returns:
- a
MutableRolevalue
-
create
MutableRole create()
Create aMutableRoleobject.- Returns:
- a
MutableRolevalue
-
-