com.ibm.commerce.order.beans
Interface OrderChangeReasonInputDataBean
-
- All Superinterfaces:
- DataBean, InputDataBean, java.io.Serializable
- All Known Implementing Classes:
- OrderChangeReasonDataBean
public interface OrderChangeReasonInputDataBean extends InputDataBean
This interface extends InputDataBean to provide an interface for the OrderChangeReasonDataBean.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
The IBM copyright field.-
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
setOrderChangeReasonId(java.lang.String argOrderChangeReasonId)
This method sets the order change reason Id.-
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
The IBM copyright field.- See Also:
- Constant Field Values
-
-