com.konakart.json.req
Class KKJSON_Req_addTax

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

public class KKJSON_Req_addTax
extends KKJSON_Request

KonaKart JSON Request Class - Generated by CreateKK_JSON_Requests

See Also:
Serialized Form

Constructor Summary
KKJSON_Req_addTax()
          Constructor
 
Method Summary
 java.math.BigDecimal getCost()
           
 int getCountryId()
           
 int getTaxClassId()
           
 int getZoneId()
           
 void setCost(java.math.BigDecimal cost)
           
 void setCountryId(int countryId)
           
 void setTaxClassId(int taxClassId)
           
 void setZoneId(int zoneId)
           
 
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_addTax

public KKJSON_Req_addTax()
Constructor

Method Detail

getCost

public java.math.BigDecimal getCost()
Returns:
the cost

setCost

public void setCost(java.math.BigDecimal cost)
Parameters:
cost - the cost to set

getCountryId

public int getCountryId()
Returns:
the countryId

setCountryId

public void setCountryId(int countryId)
Parameters:
countryId - the countryId to set

getZoneId

public int getZoneId()
Returns:
the zoneId

setZoneId

public void setZoneId(int zoneId)
Parameters:
zoneId - the zoneId to set

getTaxClassId

public int getTaxClassId()
Returns:
the taxClassId

setTaxClassId

public void setTaxClassId(int taxClassId)
Parameters:
taxClassId - the taxClassId to set


Copyright © 2011 DS Data Systems UK Ltd.