org.ow2.bonita.facade.def.element.impl
Class ToolDefImpl

java.lang.Object
  extended by org.ow2.bonita.facade.def.DefImpl
      extended by org.ow2.bonita.facade.def.element.impl.ToolDefImpl
All Implemented Interfaces:
ToolDef

public class ToolDefImpl
extends DefImpl
implements ToolDef


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.bonita.facade.def.element.ToolDef
ToolDef.Type
 
Field Summary
protected  java.util.List<java.lang.String> actualParameters
           
protected  java.lang.String description
           
protected  java.lang.String id
           
protected  ToolDef.Type type
           
 
Constructor Summary
protected ToolDefImpl()
           
protected ToolDefImpl(java.util.List<java.lang.String> actualParameters, java.lang.String description, java.lang.String id, ToolDef.Type type)
           
 
Method Summary
 ToolDefImpl copy()
           
 java.util.List<java.lang.String> getActualParameters()
           
 java.lang.String getDescription()
           
 java.lang.String getId()
           
 ToolDef.Type getType()
           
 
Methods inherited from class org.ow2.bonita.facade.def.DefImpl
copy, copy, copy, copy, copy, copy, copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actualParameters

protected java.util.List<java.lang.String> actualParameters

description

protected java.lang.String description

id

protected java.lang.String id

type

protected ToolDef.Type type
Constructor Detail

ToolDefImpl

protected ToolDefImpl()

ToolDefImpl

protected ToolDefImpl(java.util.List<java.lang.String> actualParameters,
                      java.lang.String description,
                      java.lang.String id,
                      ToolDef.Type type)
Method Detail

copy

public ToolDefImpl copy()
Specified by:
copy in class DefImpl

getActualParameters

public java.util.List<java.lang.String> getActualParameters()
Specified by:
getActualParameters in interface ToolDef

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface ToolDef

getId

public java.lang.String getId()
Specified by:
getId in interface ToolDef

getType

public ToolDef.Type getType()
Specified by:
getType in interface ToolDef