IBM Bank Transformation Toolkit Javadoc

com.ibm.btt.invoker
Class Parameter

java.lang.Object
  extended by com.ibm.btt.invoker.Parameter
Direct Known Subclasses:
WebServiceDIInvokerParameter

public class Parameter
extends java.lang.Object


Constructor Summary
Parameter()
           
 
Method Summary
 Parameter clone()
           
 java.lang.String getId()
           
 java.lang.String getType()
           
 java.lang.Object getValue()
           
 void setId(java.lang.String id)
           
 void setType(java.lang.String type)
           
 void setValue(java.lang.Object value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Parameter

public Parameter()
Method Detail

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

clone

public Parameter clone()
Overrides:
clone in class java.lang.Object

IBM Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2008