|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakartadmin.app.AdminProductMgrOptions
public class AdminProductMgrOptions
An object used to define options used when calling ProductMgr API calls
| Field Summary | |
|---|---|
private java.lang.String |
catalogId
The id of the catalog which contains dynamic product information such as the price and quantity |
private java.util.Calendar |
priceDate
The date for which a price is requested. |
private boolean |
useExternalPrice
If true we attempt to use the prices from the external table |
private boolean |
useExternalQuantity
If true we attempt to use the quantities from the external table |
| Constructor Summary | |
|---|---|
AdminProductMgrOptions()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getCatalogId()
|
java.util.Calendar |
getPriceDate()
|
boolean |
isUseExternalPrice()
|
boolean |
isUseExternalQuantity()
|
void |
setCatalogId(java.lang.String catalogId)
|
void |
setPriceDate(java.util.Calendar priceDate)
|
void |
setUseExternalPrice(boolean useExternalPrice)
|
void |
setUseExternalQuantity(boolean useExternalQuantity)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String catalogId
private java.util.Calendar priceDate
private boolean useExternalPrice
private boolean useExternalQuantity
| Constructor Detail |
|---|
public AdminProductMgrOptions()
| Method Detail |
|---|
public java.lang.String getCatalogId()
public void setCatalogId(java.lang.String catalogId)
catalogId - the catalogId to setpublic java.util.Calendar getPriceDate()
public void setPriceDate(java.util.Calendar priceDate)
priceDate - the priceDate to setpublic boolean isUseExternalPrice()
public void setUseExternalPrice(boolean useExternalPrice)
useExternalPrice - the useExternalPrice to setpublic boolean isUseExternalQuantity()
public void setUseExternalQuantity(boolean useExternalQuantity)
useExternalQuantity - the useExternalQuantity to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||