com.konakart.app
Class ExportOrderResponse
java.lang.Object
com.konakart.app.ExportOrderResponse
- All Implemented Interfaces:
- ExportOrderResponseIf
public class ExportOrderResponse
- extends java.lang.Object
- implements ExportOrderResponseIf
The response from the exportOrder API call
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ExportOrderResponse
public ExportOrderResponse()
toString
public java.lang.String toString()
- Returns a string containing the attributes of the ExportOrderResponse object
- Overrides:
toString in class java.lang.Object
getCode
public int getCode()
- Specified by:
getCode in interface ExportOrderResponseIf
- Returns:
- the code
setCode
public void setCode(int code)
- Specified by:
setCode in interface ExportOrderResponseIf
- Parameters:
code - the code to set
getParams
public java.lang.String[] getParams()
- Specified by:
getParams in interface ExportOrderResponseIf
- Returns:
- the params
setParams
public void setParams(java.lang.String[] params)
- Specified by:
setParams in interface ExportOrderResponseIf
- Parameters:
params - the params to set
getCustom1
public java.lang.String getCustom1()
- Specified by:
getCustom1 in interface ExportOrderResponseIf
- Returns:
- the custom1
setCustom1
public void setCustom1(java.lang.String custom1)
- Specified by:
setCustom1 in interface ExportOrderResponseIf
- Parameters:
custom1 - the custom1 to set
getCustom2
public java.lang.String getCustom2()
- Specified by:
getCustom2 in interface ExportOrderResponseIf
- Returns:
- the custom2
setCustom2
public void setCustom2(java.lang.String custom2)
- Specified by:
setCustom2 in interface ExportOrderResponseIf
- Parameters:
custom2 - the custom2 to set
getCustom3
public java.lang.String getCustom3()
- Specified by:
getCustom3 in interface ExportOrderResponseIf
- Returns:
- the custom3
setCustom3
public void setCustom3(java.lang.String custom3)
- Specified by:
setCustom3 in interface ExportOrderResponseIf
- Parameters:
custom3 - the custom3 to set
getConfirmationText
public java.lang.String getConfirmationText()
- Specified by:
getConfirmationText in interface ExportOrderResponseIf
- Returns:
- the confirmationText
setConfirmationText
public void setConfirmationText(java.lang.String confirmationText)
- Specified by:
setConfirmationText in interface ExportOrderResponseIf
- Parameters:
confirmationText - the confirmationText to set
getOrderId
public int getOrderId()
- Specified by:
getOrderId in interface ExportOrderResponseIf
- Returns:
- the orderId
setOrderId
public void setOrderId(int orderId)
- Specified by:
setOrderId in interface ExportOrderResponseIf
- Parameters:
orderId - the orderId to set
getOrderAsXml
public java.lang.String getOrderAsXml()
- Specified by:
getOrderAsXml in interface ExportOrderResponseIf
- Returns:
- the orderAsXml
setOrderAsXml
public void setOrderAsXml(java.lang.String orderAsXml)
- Specified by:
setOrderAsXml in interface ExportOrderResponseIf
- Parameters:
orderAsXml - the orderAsXml to set
Copyright © 2011 DS Data Systems UK Ltd.