IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.config.impl.macro
Class Attribute

java.lang.Object
  extended by com.ibm.btt.config.impl.macro.Attribute

public class Attribute
extends java.lang.Object

Attribute class


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

Constructor Detail

Attribute

public Attribute()
The constructor


Attribute

public Attribute(java.lang.String name,
                 java.lang.String defaultValue)
The constructor

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

getName

public java.lang.String getName()
Get attribute name

Returns:
attribute name

setName

public void setName(java.lang.String name)
Set attribute name

Parameters:
name - attribute name

getDefaultValue

public java.lang.String getDefaultValue()
Get attribute default value

Returns:
attribute default value

setDefaultValue

public void setDefaultValue(java.lang.String defaultValue)
Set attribute default value

Parameters:
defaultValue - attribute default value

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010