com.konakart.json.req
Class KKJSON_Req_updateOrder

java.lang.Object
  extended by com.konakart.json.req.KKJSON_Request
      extended by com.konakart.json.req.KKJSON_Req_updateOrder
All Implemented Interfaces:
java.io.Serializable

public class KKJSON_Req_updateOrder
extends KKJSON_Request

KonaKart JSON Request Class - Generated by CreateKK_JSON_Requests

See Also:
Serialized Form

Constructor Summary
KKJSON_Req_updateOrder()
          Constructor
 
Method Summary
 java.lang.String getComments()
           
 boolean getCustomerNotified()
           
 int getOrderId()
           
 java.lang.String getSessionId()
           
 int getStatus()
           
 J_OrderUpdate getUpdateOrder()
           
 void setComments(java.lang.String comments)
           
 void setCustomerNotified(boolean customerNotified)
           
 void setOrderId(int orderId)
           
 void setSessionId(java.lang.String sessionId)
           
 void setStatus(int status)
           
 void setUpdateOrder(J_OrderUpdate updateOrder)
           
 
Methods inherited from class com.konakart.json.req.KKJSON_Request
getF, getI, getS, handleUnknown, setF, setI, setS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KKJSON_Req_updateOrder

public KKJSON_Req_updateOrder()
Constructor

Method Detail

getSessionId

public java.lang.String getSessionId()
Returns:
the sessionId

setSessionId

public void setSessionId(java.lang.String sessionId)
Parameters:
sessionId - the sessionId to set

getOrderId

public int getOrderId()
Returns:
the orderId

setOrderId

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

getStatus

public int getStatus()
Returns:
the status

setStatus

public void setStatus(int status)
Parameters:
status - the status to set

getCustomerNotified

public boolean getCustomerNotified()
Returns:
the customerNotified

setCustomerNotified

public void setCustomerNotified(boolean customerNotified)
Parameters:
customerNotified - the customerNotified to set

getComments

public java.lang.String getComments()
Returns:
the comments

setComments

public void setComments(java.lang.String comments)
Parameters:
comments - the comments to set

getUpdateOrder

public J_OrderUpdate getUpdateOrder()
Returns:
the updateOrder

setUpdateOrder

public void setUpdateOrder(J_OrderUpdate updateOrder)
Parameters:
updateOrder - the updateOrder to set


Copyright © 2011 DS Data Systems UK Ltd.