public interface GetProductAvailabilityCmd extends TaskCommand
Name | Description |
---|---|
SKU | the SKU of the product that need get productAvailability |
action | the action that need perform |
Modifier and Type | Field and Description |
---|---|
static java.lang.String | ACTION_GET_PRODUCTAVAILABILITY
the GetProductAvailability action
|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
static java.lang.String | defaultCommandClassName
The default implementation of this command.
|
static java.lang.String | NAME
The full name of this command.
|
Modifier and Type | Method and Description |
---|---|
CatalogEntryAccessBean | getCatalogEntry()
This method gets the CatalogEntry
|
com.ibm.commerce.inventory.datatypes.ShowProductAvailabilityType | getShowProductAvailability()
This method gets the showProductAvailability
|
void | setAction(java.lang.String astrAction)
This method sets the action
|
void | setCatalogEntry(CatalogEntryAccessBean catalogAB)
This method sets the catalog entry.
|
void | setSKU(java.lang.String argSKU)
This method sets the SKU
|
static final java.lang.String COPYRIGHT
static final java.lang.String ACTION_GET_PRODUCTAVAILABILITY
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setSKU(java.lang.String argSKU)
void setCatalogEntry(CatalogEntryAccessBean catalogAB)
CatalogEntryAccessBean getCatalogEntry()
com.ibm.commerce.inventory.datatypes.ShowProductAvailabilityType getShowProductAvailability()
void setAction(java.lang.String astrAction)