java.lang.Object | +--com.ibm.commerce.orderquotation.commands.QuotationRequest
This class represents a quotation request. It consists of a OrderQuotationRel, a list of OrderItems, a trading agreement access bean, and other optional components.
Constructor Summary | |
---|---|
protected |
QuotationRequest() Constructor for QuotationRequest |
|
QuotationRequest(
OrderAccessBean theParentOrderAB, java.lang.Integer theQuotationStoreId,
java.lang.Long theQuotationContractId, java.lang.String theQuotationType,
java.lang.Double theDisplaySequence, java.util.List theOrderItems) Constructor for QuotationRequest |
Method Summary | |
---|---|
java.lang.Double |
getDisplaySequence() Gets the display sequence. |
java.util.List |
getOrderItems() Gets the orderItems |
java.lang.Long |
getOrganizationId() Gets the organizationId |
OrderAccessBean |
getParentOrderAB() Gets the parent order access bean. |
java.lang.String |
getPassword() Gets the password |
java.lang.Long |
getQuotationContractId() Gets the quotation contract id. |
java.lang.Integer |
getQuotationStoreId() Gets the quotation store id. |
java.lang.String |
getQuotationType() Gets the quotation type. |
java.lang.String |
getUserId() Gets the userId |
void |
setDisplaySequence(java.lang.Double displaySequence) Sets the display sequence. |
void |
setOrderItems(java.util.List orderItems) Sets the orderItems |
void |
setOrganizationId(java.lang.Long organizationId) Sets the organizationId |
void |
setParentOrderAB(
OrderAccessBean parentOrderAB) Sets the parent order access bean. |
void |
setPassword(java.lang.String password) Sets the password |
void |
setQuotationContractId(java.lang.Long quotationContractId) Sets the quotation contract id. |
void |
setQuotationStoreId(java.lang.Integer quotationStoreId) Sets the quotation store id. |
void |
setQuotationType(java.lang.String quotationType) Sets the quotation type. |
void |
setUserId(java.lang.String userId) Sets the userId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
protected QuotationRequest()
public QuotationRequest(OrderAccessBean theParentOrderAB, java.lang.Integer theQuotationStoreId, java.lang.Long theQuotationContractId, java.lang.String theQuotationType, java.lang.Double theDisplaySequence, java.util.List theOrderItems)
theParentOrderAB
- The parent order access bean.theQuotationStoreId
- The quotation store id.theQuotationContractId
- The quotation contract id.theQuotationType
- The quotation type.theDisplaySequence
- The display sequence for the
request.theOrderItems
- The orderitems for the request.Method Detail |
---|
public java.util.List getOrderItems()
public void setOrderItems(java.util.List orderItems)
orderItems
- The orderItems to setpublic java.lang.Long getOrganizationId()
public void setOrganizationId(java.lang.Long organizationId)
organizationId
- The organizationId to setpublic java.lang.String getUserId()
public void setUserId(java.lang.String userId)
userId
- The userId to setpublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- The password to setpublic OrderAccessBean getParentOrderAB()
public void setParentOrderAB(OrderAccessBean parentOrderAB)
parentOrderAB
- The parent order access
bean.public java.lang.Integer getQuotationStoreId()
public void setQuotationStoreId(java.lang.Integer quotationStoreId)
quotationStoreId
- The quotation store id.public java.lang.String getQuotationType()
public void setQuotationType(java.lang.String quotationType)
quotationType
- The quotation type.public java.lang.Long getQuotationContractId()
public void setQuotationContractId(java.lang.Long quotationContractId)
quotationContractId
- The quotation contract
id.public java.lang.Double getDisplaySequence()
public void setDisplaySequence(java.lang.Double displaySequence)
displaySequence
- The display sequence.