java.lang.Objectcom.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)
Method Detail |
public java.util.List getOrderItems()
public void setOrderItems(java.util.List orderItems)
public java.lang.Long getOrganizationId()
public void setOrganizationId(java.lang.Long organizationId)
public java.lang.String getUserId()
public void setUserId(java.lang.String userId)
public java.lang.String getPassword()
public void setPassword(java.lang.String password)
public OrderAccessBean getParentOrderAB()
public void setParentOrderAB(OrderAccessBean parentOrderAB)
public java.lang.Integer getQuotationStoreId()
public void setQuotationStoreId(java.lang.Integer quotationStoreId)
public java.lang.String getQuotationType()
public void setQuotationType(java.lang.String quotationType)
public java.lang.Long getQuotationContractId()
public void setQuotationContractId(java.lang.Long quotationContractId)
public java.lang.Double getDisplaySequence()
public void setDisplaySequence(java.lang.Double displaySequence)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.