org.ow2.bonita.facade.def.element.impl
Class RoleMapperDefImpl
java.lang.Object
org.ow2.bonita.facade.def.DefImpl
org.ow2.bonita.facade.def.element.impl.RoleMapperDefImpl
- All Implemented Interfaces:
- RoleMapperDef
public class RoleMapperDefImpl
- extends DefImpl
- implements RoleMapperDef
Field Summary |
protected java.lang.String |
className
|
protected java.util.Map<java.lang.String,java.lang.String> |
parameters
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
className
protected java.lang.String className
parameters
protected java.util.Map<java.lang.String,java.lang.String> parameters
RoleMapperDefImpl
protected RoleMapperDefImpl()
RoleMapperDefImpl
public RoleMapperDefImpl(java.lang.String className,
java.util.Map<java.lang.String,java.lang.String> parameters)
copy
public RoleMapperDefImpl copy()
- Specified by:
copy
in class DefImpl
getClassName
public java.lang.String getClassName()
- Specified by:
getClassName
in interface RoleMapperDef
getParameters
public java.util.Map<java.lang.String,java.lang.String> getParameters()
- Specified by:
getParameters
in interface RoleMapperDef