Package org.marketcetera.admin
Interface RoleFactory
-
- All Known Subinterfaces:
MutableRoleFactory
- All Known Implementing Classes:
SimpleRoleFactory
public interface RoleFactoryCreatesRoleobjects.- Since:
- 1.0.1
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rolecreate(String inName, String inDescription)Creates aRoleobject with the given attributes.
-