IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.struts.config
Class ConditionConfig

java.lang.Object
  extended bycom.ibm.btt.struts.config.ConditionConfig
All Implemented Interfaces:
java.io.Serializable

public class ConditionConfig
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  boolean configured
          Has configuration of this component been completed?
 
Constructor Summary
ConditionConfig()
           
 
Method Summary
 java.lang.String getName()
          Returns the name of this condition.
 java.lang.String getOnFalse()
          Returns the onFalse.
 java.lang.String getOnTrue()
          Returns the onTrue.
 java.lang.String getType()
          Returns the type.
 void setName(java.lang.String name)
          Sets the name of this condition
 void setOnFalse(java.lang.String onFalse)
          Sets the onFalse.
 void setOnTrue(java.lang.String onTrue)
          Sets the onTrue.
 void setType(java.lang.String type)
          Sets the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configured

protected boolean configured
Has configuration of this component been completed?

Constructor Detail

ConditionConfig

public ConditionConfig()
Method Detail

getName

public java.lang.String getName()
Returns the name of this condition.

Returns:
String

setName

public void setName(java.lang.String name)
Sets the name of this condition

Parameters:
name - The name to set

getOnFalse

public java.lang.String getOnFalse()
Returns the onFalse.

Returns:
String

getOnTrue

public java.lang.String getOnTrue()
Returns the onTrue.

Returns:
String

setOnFalse

public void setOnFalse(java.lang.String onFalse)
Sets the onFalse.

Parameters:
onFalse - The onFalse to set

setOnTrue

public void setOnTrue(java.lang.String onTrue)
Sets the onTrue.

Parameters:
onTrue - The onTrue to set

getType

public java.lang.String getType()
Returns the type.

Returns:
String

setType

public void setType(java.lang.String type)
Sets the type.

Parameters:
type - The type to set

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005