com.konakart.json.req
Class KKJSON_Req_getTax
java.lang.Object
com.konakart.json.req.KKJSON_Request
com.konakart.json.req.KKJSON_Req_getTax
- All Implemented Interfaces:
- java.io.Serializable
public class KKJSON_Req_getTax
- extends KKJSON_Request
KonaKart JSON Request Class - Generated by CreateKK_JSON_Requests
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KKJSON_Req_getTax
public KKJSON_Req_getTax()
- Constructor
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.