public class CreateSimulatedOrderItemTaskCmdImpl extends TaskCommandImpl implements CreateSimulatedOrderItemTaskCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASSNAME
The name of this class.
|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
CreateSimulatedOrderItemTaskCmdImpl() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String | getCatalogEntryId()
Gets the CatalogEntry ID.
|
OrderItem | getOrderItem()
Gets the created OrderItem object.
|
protected long | getOrderItemId()
Gets the OrderItem ID.
|
protected java.math.BigDecimal | getQuantity()
Gets the quantity.
|
protected StoreKey | getStoreKey()
Gets the StoreKey.
|
void | performExecute()
This method creates a WCSOrderItem object.
|
void | setCatalogEntryId(java.lang.String aCatalogEntryId)
This implementation only support ItemBean or PackageBean type of CatalogEntry.
|
protected void | setOrderItem(OrderItem orderItem)
Sets the OrderItem.
|
void | setOrderItemId(long orderItemId)
Sets the OrderItem ID.
|
void | setQuantity(java.math.BigDecimal quantity)
Sets the quantity for the OrderItem.
|
void | setStoreKey(StoreKey storeKey)
Sets the StoreKey object.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public void performExecute() throws ECException
protected java.lang.String getCatalogEntryId()
public void setCatalogEntryId(java.lang.String aCatalogEntryId)
protected long getOrderItemId()
public void setOrderItemId(long orderItemId)
protected java.math.BigDecimal getQuantity()
public void setQuantity(java.math.BigDecimal quantity)
protected StoreKey getStoreKey()
public void setStoreKey(StoreKey storeKey)
public OrderItem getOrderItem()
protected void setOrderItem(OrderItem orderItem)