java.lang.Object | +--com.ibm.commerce.messaging.adapters.jcasample.SampleInteractionSpec
The class provides the object containing all possible interaction specific
data. In this case, it contains input
.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright statement. |
Constructor Summary | |
---|---|
SampleInteractionSpec() SampleInteractionSpec constructor |
Method Summary | |
---|---|
java.lang.String |
getInput() Gets the input. |
void |
setInput(java.lang.String input) Sets the input. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public SampleInteractionSpec()
Method Detail |
---|
public void setInput(java.lang.String input)
input
- The input string.public java.lang.String getInput()