java.lang.Object | +--com.ibm.commerce.condition.SimpleCondition.Qualifier
This class describes a simple condition qualifier.
Constructor Summary | |
---|---|
SimpleCondition.Qualifier(java.lang.String name,
java.lang.String data) This constructor takes the name and data for the qualifier. |
Method Summary | |
---|---|
java.lang.Object |
clone() |
java.lang.String |
getData() Gets the data for the qualifier. |
java.lang.String |
getName() Gets the name of the qualifier. |
void |
setData(java.lang.String data) Sets the data for the qualifier. |
void |
setName(java.lang.String name) Sets the name of the qualifier. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString,
wait, wait, wait |
Constructor Detail |
---|
public SimpleCondition.Qualifier(java.lang.String name, java.lang.String data)
name
- The name of the qualifier.data
- The data for the qualifier.Method Detail |
---|
public java.lang.Object clone()
clone
in class
java.lang.Object
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name of the qualifier.public java.lang.String getData()
public void setData(java.lang.String data)
data
- The data for the qualifier.