IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.config.impl
Class AttributeImp

java.lang.Object
  extended by com.ibm.btt.config.impl.AttributeImp
All Implemented Interfaces:
TagAttribute

public class AttributeImp
extends java.lang.Object
implements TagAttribute

Attribute implementation class


Constructor Summary
AttributeImp()
          The constructor
AttributeImp(java.lang.String name, java.lang.String value)
          The constructor
 
Method Summary
 java.lang.String getName()
          Get attribute name
 java.lang.String getValue()
          Get attribute value
 void setName(java.lang.String name)
          Set attribute name
 void setValue(java.lang.String value)
          Set attribute value
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeImp

public AttributeImp()
The constructor


AttributeImp

public AttributeImp(java.lang.String name,
                    java.lang.String value)
The constructor

Parameters:
name - attribute name
value - attribute value
Method Detail

getName

public java.lang.String getName()
Description copied from interface: TagAttribute
Get attribute name

Specified by:
getName in interface TagAttribute
Returns:
attribute name

setName

public void setName(java.lang.String name)
Description copied from interface: TagAttribute
Set attribute name

Specified by:
setName in interface TagAttribute
Parameters:
name - attribute name

getValue

public java.lang.String getValue()
Description copied from interface: TagAttribute
Get attribute value

Specified by:
getValue in interface TagAttribute
Returns:
attribute value

setValue

public void setValue(java.lang.String value)
Description copied from interface: TagAttribute
Set attribute value

Specified by:
setValue in interface TagAttribute
Parameters:
value - attribute value

toString

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

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011