com.konakart.json.req
Class KKJSON_Req_deleteReservedPoints

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

public class KKJSON_Req_deleteReservedPoints
extends KKJSON_Request

KonaKart JSON Request Class - Generated by CreateKK_JSON_Requests

See Also:
Serialized Form

Constructor Summary
KKJSON_Req_deleteReservedPoints()
          Constructor
 
Method Summary
 java.lang.String getCode()
           
 java.lang.String getDescription()
           
 int getReservationId()
           
 java.lang.String getSessionId()
           
 void setCode(java.lang.String code)
           
 void setDescription(java.lang.String description)
           
 void setReservationId(int reservationId)
           
 void setSessionId(java.lang.String sessionId)
           
 
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_deleteReservedPoints

public KKJSON_Req_deleteReservedPoints()
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

getReservationId

public int getReservationId()
Returns:
the reservationId

setReservationId

public void setReservationId(int reservationId)
Parameters:
reservationId - the reservationId to set

getCode

public java.lang.String getCode()
Returns:
the code

setCode

public void setCode(java.lang.String code)
Parameters:
code - the code to set

getDescription

public java.lang.String getDescription()
Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - the description to set


Copyright © 2011 DS Data Systems UK Ltd.