com.konakart.wsapp
Class ExportOrderOptions

java.lang.Object
  extended by com.konakart.wsapp.ExportOrderOptions

public class ExportOrderOptions
extends java.lang.Object

The object used as an argument to the Order Export API calls


Constructor Summary
ExportOrderOptions()
           
 
Method Summary
 int getCode()
           
 java.lang.String getCustom1()
           
 java.lang.String getCustom2()
           
 java.lang.String getCustom3()
           
 int getOrderId()
           
 java.lang.String[] getParams()
           
 void setCode(int _code)
           
 void setCustom1(java.lang.String _custom1)
           
 void setCustom2(java.lang.String _custom2)
           
 void setCustom3(java.lang.String _custom3)
           
 void setOrderId(int _orderId)
           
 void setParams(java.lang.String[] _params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportOrderOptions

public ExportOrderOptions()
Method Detail

getCode

public int getCode()
Returns:
the code

setCode

public void setCode(int _code)
Parameters:
_code - the code to set. For example:
  • KKConstants.EXP_ORDER_RETURN_XML_STRING
  • KKConstants.EXP_ORDER_FULL_ORDER_TO_XML
  • KKConstants.EXP_ORDER_BY_SHIPPING_MODULE

getParams

public java.lang.String[] getParams()
Returns:
the params

setParams

public void setParams(java.lang.String[] _params)
Parameters:
_params - the params to set

getCustom1

public java.lang.String getCustom1()
Returns:
the custom1

setCustom1

public void setCustom1(java.lang.String _custom1)
Parameters:
_custom1 - the custom1 to set

getCustom2

public java.lang.String getCustom2()
Returns:
the custom2

setCustom2

public void setCustom2(java.lang.String _custom2)
Parameters:
_custom2 - the custom2 to set

getCustom3

public java.lang.String getCustom3()
Returns:
the custom3

setCustom3

public void setCustom3(java.lang.String _custom3)
Parameters:
_custom3 - the custom3 to set

getOrderId

public int getOrderId()
Returns:
the orderId

setOrderId

public void setOrderId(int _orderId)
Parameters:
_orderId - the orderId to set


Copyright © 2011 DS Data Systems UK Ltd.