com.konakartadmin.app
Class AdminProductMgrOptions

java.lang.Object
  extended by com.konakartadmin.app.AdminProductMgrOptions

public class AdminProductMgrOptions
extends java.lang.Object

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

catalogId

private java.lang.String catalogId
The id of the catalog which contains dynamic product information such as the price and quantity


priceDate

private java.util.Calendar priceDate
The date for which a price is requested. It could be out in the future.


useExternalPrice

private boolean useExternalPrice
If true we attempt to use the prices from the external table


useExternalQuantity

private boolean useExternalQuantity
If true we attempt to use the quantities from the external table

Constructor Detail

AdminProductMgrOptions

public AdminProductMgrOptions()
Constructor

Method Detail

getCatalogId

public java.lang.String getCatalogId()
Returns:
the catalogId

setCatalogId

public void setCatalogId(java.lang.String catalogId)
Parameters:
catalogId - the catalogId to set

getPriceDate

public java.util.Calendar getPriceDate()
Returns:
the priceDate

setPriceDate

public void setPriceDate(java.util.Calendar priceDate)
Parameters:
priceDate - the priceDate to set

isUseExternalPrice

public boolean isUseExternalPrice()
Returns:
the useExternalPrice

setUseExternalPrice

public void setUseExternalPrice(boolean useExternalPrice)
Parameters:
useExternalPrice - the useExternalPrice to set

isUseExternalQuantity

public boolean isUseExternalQuantity()
Returns:
the useExternalQuantity

setUseExternalQuantity

public void setUseExternalQuantity(boolean useExternalQuantity)
Parameters:
useExternalQuantity - the useExternalQuantity to set


Copyright © 2011 DS Data Systems UK Ltd.