com.konakart.appif
Interface ExportOrderOptionsIf
- All Known Implementing Classes:
- ExportOrderOptions
public interface ExportOrderOptionsIf
The object used as an argument to the Order Export API calls
getCode
int getCode()
- Returns:
- the code
setCode
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
java.lang.String[] getParams()
- Returns:
- the params
setParams
void setParams(java.lang.String[] params)
- Parameters:
params - the params to set
getCustom1
java.lang.String getCustom1()
- Returns:
- the custom1
setCustom1
void setCustom1(java.lang.String custom1)
- Parameters:
custom1 - the custom1 to set
getCustom2
java.lang.String getCustom2()
- Returns:
- the custom2
setCustom2
void setCustom2(java.lang.String custom2)
- Parameters:
custom2 - the custom2 to set
getCustom3
java.lang.String getCustom3()
- Returns:
- the custom3
setCustom3
void setCustom3(java.lang.String custom3)
- Parameters:
custom3 - the custom3 to set
getOrderId
int getOrderId()
- Returns:
- the orderId
setOrderId
void setOrderId(int orderId)
- Parameters:
orderId - the orderId to set
Copyright © 2011 DS Data Systems UK Ltd.