|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.struts.config.ConditionConfig
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 |
protected boolean configured
Constructor Detail |
public ConditionConfig()
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to setpublic java.lang.String getOnFalse()
public java.lang.String getOnTrue()
public void setOnFalse(java.lang.String onFalse)
onFalse
- The onFalse to setpublic void setOnTrue(java.lang.String onTrue)
onTrue
- The onTrue to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- The type to set
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |