com.konakart.appif
Interface ExportOrderResponseIf

All Known Implementing Classes:
ExportOrderResponse

public interface ExportOrderResponseIf

The response from the exportOrder API call


Method Summary
 int getCode()
           
 java.lang.String getConfirmationText()
           
 java.lang.String getCustom1()
           
 java.lang.String getCustom2()
           
 java.lang.String getCustom3()
           
 java.lang.String getOrderAsXml()
           
 int getOrderId()
           
 java.lang.String[] getParams()
           
 void setCode(int code)
           
 void setConfirmationText(java.lang.String confirmationText)
           
 void setCustom1(java.lang.String custom1)
           
 void setCustom2(java.lang.String custom2)
           
 void setCustom3(java.lang.String custom3)
           
 void setOrderAsXml(java.lang.String orderAsXml)
           
 void setOrderId(int orderId)
           
 void setParams(java.lang.String[] params)
           
 

Method Detail

getCode

int getCode()
Returns:
the code

setCode

void setCode(int code)
Parameters:
code - the code to set

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

getConfirmationText

java.lang.String getConfirmationText()
Returns:
the confirmationText

setConfirmationText

void setConfirmationText(java.lang.String confirmationText)
Parameters:
confirmationText - the confirmationText to set

getOrderId

int getOrderId()
Returns:
the orderId

setOrderId

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

getOrderAsXml

java.lang.String getOrderAsXml()
Returns:
the orderAsXml

setOrderAsXml

void setOrderAsXml(java.lang.String orderAsXml)
Parameters:
orderAsXml - the orderAsXml to set


Copyright © 2011 DS Data Systems UK Ltd.