com.konakart.json.app
Class J_GeoZone

java.lang.Object
  extended by com.konakart.json.app.J_GeoZone
All Implemented Interfaces:
java.io.Serializable

public class J_GeoZone
extends java.lang.Object
implements java.io.Serializable

Describes a tax zone. Normally we start from a physical address of a customer, and based on the Zone and Country for that customer we determine how many tax zones he belongs to. i.e. Someone living in California may have to pay state tax and federal tax, so there would be two GeoZones associated with CA, USA.

See Also:
Serialized Form

Constructor Summary
J_GeoZone()
           
 
Method Summary
 java.lang.String getGeoZoneDescription()
          e.g.
 int getGeoZoneId()
           
 java.lang.String getGeoZoneName()
          e.g.
 void setGeoZoneDescription(java.lang.String _geoZoneDescription)
          e.g.
 void setGeoZoneId(int _geoZoneId)
           
 void setGeoZoneName(java.lang.String _geoZoneName)
          e.g.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J_GeoZone

public J_GeoZone()
Method Detail

getGeoZoneDescription

public java.lang.String getGeoZoneDescription()
e.g. Florida local sales tax zone

Returns:
the geoZoneDescription.

setGeoZoneDescription

public void setGeoZoneDescription(java.lang.String _geoZoneDescription)
e.g. Florida local sales tax zone

Parameters:
_geoZoneDescription - the geoZoneDescription to set

getGeoZoneId

public int getGeoZoneId()
Returns:
the geoZoneId

setGeoZoneId

public void setGeoZoneId(int _geoZoneId)
Parameters:
_geoZoneId - the geoZoneId to set

getGeoZoneName

public java.lang.String getGeoZoneName()
e.g. Florida

Returns:
the geoZoneName.

setGeoZoneName

public void setGeoZoneName(java.lang.String _geoZoneName)
e.g. Florida

Parameters:
_geoZoneName - the geoZoneName to set


Copyright © 2011 DS Data Systems UK Ltd.