com.ibm.commerce.order.beans
Interface OrderQuotationRelInputDataBean

All Superinterfaces:
DataBean, InputDataBean, java.io.Serializable
All Known Implementing Classes:
OrderQuotationRelDataBean

public interface OrderQuotationRelInputDataBean
extends InputDataBean

IBM internal use only.


Field Summary
static java.lang.String COPYRIGHT
          The IBM copyright string.
 
Fields inherited from interface com.ibm.commerce.beans. DataBean
emptyString
 
Method Summary
 void setDataBeanKeyOrderQuotationRelId(java.lang.String aOrderQuotationRelId)
           
 
Methods inherited from interface com.ibm.commerce.beans. InputDataBean
getRequestProperties, setRequestProperties
 

Field Detail
public static final java.lang.String COPYRIGHT
The IBM copyright string.
See Also:
Constant Field Values
Method Detail

setDataBeanKeyOrderQuotationRelId

public void setDataBeanKeyOrderQuotationRelId(java.lang.String aOrderQuotationRelId)
Parameters:
aOrderQuotationRelId - java.lang.String
Returns:
void