java.lang.Object | +--com.ibm.commerce.orderquotation.commands.OrderItemSelectCmd.EnumerationGroup
The OrderItemSelect enumeration group.
Constructor Summary | |
---|---|
OrderItemSelectCmd.EnumerationGroup() Constructor for EnumerationGroup. | |
OrderItemSelectCmd.EnumerationGroup(java.lang.Integer anEnumerationGroupId,
java.lang.Integer anQuotationStoreId, java.lang.Long anQuotationContractId,
OrderItemAccessBean[] aabOrderItems, java.lang.Double adQuantity,
java.lang.String astrUOM) Constructor for EnumerationGroup. | |
OrderItemSelectCmd.EnumerationGroup(java.lang.Integer anEnumerationGroupId,
java.lang.Integer anQuotationStoreId, java.lang.Long anQuotationContractId,
java.lang.String[] astrOrderAbbreviations,
java.lang.String[] astrOrderItemAbbreviations, java.lang.Double adQuantity,
java.lang.String astrUOM) Constructor for EnumerationGroup. |
Method Summary | |
---|---|
java.lang.Integer |
getEnumerationGroupId() Returns the enumeration group ID. |
java.lang.String[] |
getOrderAbbreviations() Returns the Order abbreviations used to resolve OrderItemId abbreviations specified by the orderItemId_<i> parameter. |
java.lang.String[] |
getOrderItemAbbreviations() Returns the OrderItems to be copied to selection Orders. |
OrderItemAccessBean[] |
getOrderItems() Returns the OrderItems to be copied to selection Orders. |
java.lang.Double |
getQuantity() Returns the quantity to be set in the shopcart's quotation selection Orders for each of the items specified by orderItemId_>i<. |
java.lang.Long |
getQuotationContractId() Returns the Contract for which quotation selection Orders should be created or updated as specified by the orderItemId_<i> parameter. |
java.lang.Integer |
getQuotationStoreId() Returns the Store for which quotation selection Orders should be created or updated as specified by the orderItemId_<i> parameter. |
java.lang.String |
getUOM() Returns the unit of measure for the quantities specified by quantity_>i<. |
boolean |
isResolved() Returns whether the OrderItem abbreviations is/should be resolved. |
void |
setEnumerationGroupId(java.lang.Integer anEnumerationGroupId) Sets the enumeration group ID. |
void |
setOrderAbbreviations(java.lang.String[] astrOrderAbbreviations) Sets the Order abbreviations used to resolve OrderItemId abbreviations specified by the orderItemId_<i> parameter. |
void |
setOrderItemAbbreviations(java.lang.String[] astrOrderItemAbbreviations) Sets the OrderItems to be copied to selection Orders. |
void |
setOrderItems(
OrderItemAccessBean[] aabOrderItems) Sets the OrderItems to be copied to selection Orders. |
void |
setQuantity(java.lang.Double adQuantity) Sets the quantity to be set in the shopcart's quotation selection Orders for each of the items specified by orderItemId_>i<. |
void |
setQuotationContractId(java.lang.Long anQuotationContractId) Sets the Contract for which quotation selection Orders should be created or updated as specified by the orderItemId_<i> parameter. |
void |
setQuotationStoreId(java.lang.Integer anQuotationStoreId) Sets the Store for which quotation selection Orders should be created or updated as specified by the orderItemId_<i> parameter. |
void |
setResolved(boolean abResolved) Sets whether the OrderItem abbreviations is/should be resolved. |
void |
setUOM(java.lang.String astrUOM) Sets the unit of measure for the quantities specified by quantity_>i<. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public OrderItemSelectCmd.EnumerationGroup()
public OrderItemSelectCmd.EnumerationGroup(java.lang.Integer anEnumerationGroupId, java.lang.Integer anQuotationStoreId, java.lang.Long anQuotationContractId, java.lang.String[] astrOrderAbbreviations, java.lang.String[] astrOrderItemAbbreviations, java.lang.Double adQuantity, java.lang.String astrUOM)
anEnumerationGroupId
- the enumeration group ID.anQuotationStoreId
- the quotation Store ID.anQuotationContractId
- the quotation Contract ID.astrOrderAbbreviations
- the Order abbreviations.astrOrderItemAbbreviations
- the OrderItem abbreviations.adQuantity
- the quantity.astrUOM
- the UOM.public OrderItemSelectCmd.EnumerationGroup(java.lang.Integer anEnumerationGroupId, java.lang.Integer anQuotationStoreId, java.lang.Long anQuotationContractId, OrderItemAccessBean[] aabOrderItems, java.lang.Double adQuantity, java.lang.String astrUOM)
anEnumerationGroupId
- the enumeration group ID.anQuotationStoreId
- the quotation Store ID.anQuotationContractId
- the quotation Contract ID.aabOrderItems
- the OrderItems.adQuantity
- the quantity.astrUOM
- the UOM.Method Detail |
---|
public java.lang.Integer getEnumerationGroupId()
public java.lang.Integer getQuotationStoreId()
public java.lang.Long getQuotationContractId()
public java.lang.String[] getOrderAbbreviations()
public java.lang.String[] getOrderItemAbbreviations()
public java.lang.Double getQuantity()
public java.lang.String getUOM()
public OrderItemAccessBean[] getOrderItems()
public boolean isResolved()
public void setEnumerationGroupId(java.lang.Integer anEnumerationGroupId)
public void setQuotationStoreId(java.lang.Integer anQuotationStoreId)
anQuotationStoreId
- the quotation Store
ID.public void setQuotationContractId(java.lang.Long anQuotationContractId)
anQuotationContractId
- the quotation Contract
ID.public void setOrderAbbreviations(java.lang.String[] astrOrderAbbreviations)
astrOrderAbbreviations
- the Order
abbreviations.public void setOrderItemAbbreviations(java.lang.String[] astrOrderItemAbbreviations)
astrOrderItemAbbreviations
- the OrderItem
abbreviations.public void setQuantity(java.lang.Double adQuantity)
adQuantity
- the quantity.public void setUOM(java.lang.String astrUOM)
astrUOM
- the UOM.public void setOrderItems(OrderItemAccessBean[] aabOrderItems)
aabOrderItems
- the OrderItems.public void setResolved(boolean abResolved)
abResolved
- whether the OrderItem abbreviations is/should be
resolved.