com.ibm.commerce.condition
Class SimpleCondition.Qualifier

java.lang.Object
  com.ibm.commerce.condition.SimpleCondition.Qualifier
Enclosing class:
SimpleCondition

public static final class SimpleCondition.Qualifier
extends java.lang.Object

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

SimpleCondition.Qualifier

public SimpleCondition.Qualifier(java.lang.String name,
                                 java.lang.String data)
This constructor takes the name and data for the qualifier.
Parameters:
name - The name of the qualifier.
data - The data for the qualifier.
Method Detail

clone

public java.lang.Object clone()

getName

public java.lang.String getName()
Gets the name of the qualifier.
Returns:
The name of the qualifier.

setName

public void setName(java.lang.String name)
Sets the name of the qualifier.
Parameters:
name - The name of the qualifier.

getData

public java.lang.String getData()
Gets the data for the qualifier.
Returns:
The data for the qualifier.

setData

public void setData(java.lang.String data)
Sets the data for the qualifier.
Parameters:
data - The data for the qualifier.

Feedback