com.konakart.app
Class ExportOrderOptions

java.lang.Object
  extended by com.konakart.app.ExportOrderOptions
All Implemented Interfaces:
ExportOrderOptionsIf

public class ExportOrderOptions
extends java.lang.Object
implements ExportOrderOptionsIf

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)
           
 java.lang.String toString()
          Returns a string containing the attributes of the ExportOrderOptions object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExportOrderOptions

public ExportOrderOptions()
Method Detail

toString

public java.lang.String toString()
Returns a string containing the attributes of the ExportOrderOptions object

Overrides:
toString in class java.lang.Object

getCode

public int getCode()
Specified by:
getCode in interface ExportOrderOptionsIf
Returns:
the code

setCode

public void setCode(int code)
Specified by:
setCode in interface ExportOrderOptionsIf
Parameters:
code - the code to set. For example:
  • KKConstants.EXP_ORDER_FULL_ORDER_TO_XML
  • KKConstants.EXP_ORDER_RETURN_XML_STRING
  • KKConstants.EXP_ORDER_BY_SHIPPING_MODULE

getParams

public java.lang.String[] getParams()
Specified by:
getParams in interface ExportOrderOptionsIf
Returns:
the params

setParams

public void setParams(java.lang.String[] params)
Specified by:
setParams in interface ExportOrderOptionsIf
Parameters:
params - the params to set

getCustom1

public java.lang.String getCustom1()
Specified by:
getCustom1 in interface ExportOrderOptionsIf
Returns:
the custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Specified by:
setCustom1 in interface ExportOrderOptionsIf
Parameters:
custom1 - the custom1 to set

getCustom2

public java.lang.String getCustom2()
Specified by:
getCustom2 in interface ExportOrderOptionsIf
Returns:
the custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Specified by:
setCustom2 in interface ExportOrderOptionsIf
Parameters:
custom2 - the custom2 to set

getCustom3

public java.lang.String getCustom3()
Specified by:
getCustom3 in interface ExportOrderOptionsIf
Returns:
the custom3

setCustom3

public void setCustom3(java.lang.String custom3)
Specified by:
setCustom3 in interface ExportOrderOptionsIf
Parameters:
custom3 - the custom3 to set

getOrderId

public int getOrderId()
Specified by:
getOrderId in interface ExportOrderOptionsIf
Returns:
the orderId

setOrderId

public void setOrderId(int orderId)
Specified by:
setOrderId in interface ExportOrderOptionsIf
Parameters:
orderId - the orderId to set


Copyright © 2011 DS Data Systems UK Ltd.