com.ibm.commerce.order.beans
Interface OrderQuotationRelInputDataBean
-
- All Superinterfaces:
- DataBean, InputDataBean, java.io.Serializable
- All Known Implementing Classes:
- OrderQuotationRelDataBean
public interface OrderQuotationRelInputDataBean extends InputDataBean
This interface extends InputDataBean to provide an interface for the OrderQuotationRelDataBean.- See Also:
com.ibm.commerce.beans.InputDataBean
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
The IBM copyright notice 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
setDataBeanKeyOrderQuotationRelId(java.lang.String aOrderQuotationRelId)
This method sets the dataBean key: OrderQuotationRelId.-
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
The IBM copyright notice field.- See Also:
- Constant Field Values
-
-