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. |
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- Copyright statement.
- See Also:
- Constant Field Values
SampleInteractionSpec
public SampleInteractionSpec()
- SampleInteractionSpec constructor
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
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.