com.ibm.commerce.messaging.adapters.jcasample
Class SampleInteractionSpec

java.lang.Object
  |
  +--com.ibm.commerce.messaging.adapters.jcasample.SampleInteractionSpec
All Implemented Interfaces:
java.io.Serializable

public class SampleInteractionSpec
extends java.lang.Object
implements java.io.Serializable

The class provides the object containing all possible interaction specific data. In this case, it contains input.

See Also:
Serialized Form

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
Copyright statement.
See Also:
Constant Field Values
Constructor Detail

SampleInteractionSpec

public SampleInteractionSpec()
SampleInteractionSpec constructor
Method Detail

setInput

public void setInput(java.lang.String input)
Sets the input.
Parameters:
input - The input string.

getInput

public java.lang.String getInput()
Gets the input.
Returns:
input