|
IBM Bank 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.ConditionsConfig
public class ConditionsConfig
Field Summary | |
---|---|
protected boolean |
configured
Has configuration of this component been completed? |
Constructor Summary | |
---|---|
ConditionsConfig()
|
Method Summary | |
---|---|
void |
addConditionConfig(ConditionConfig config)
Add a new ConditionConfig instance to the set associated
with this conditions. |
ConditionConfig[] |
findConditionConfigs()
|
java.lang.String |
getId()
Returns the id. |
void |
removeConditionConfig(ConditionConfig config)
Remove the specified condition configuration instance. |
void |
setId(java.lang.String id)
Sets the id. |
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 ConditionsConfig()
Method Detail |
---|
public void addConditionConfig(ConditionConfig config)
ConditionConfig
instance to the set associated
with this conditions.
public void removeConditionConfig(ConditionConfig config)
public ConditionConfig[] findConditionConfigs()
public java.lang.String getId()
public void setId(java.lang.String id)
id
- The id to set
|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |