com.konakart.appif
Interface GeoZoneIf

All Known Implementing Classes:
GeoZone

public interface GeoZoneIf

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.


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.
 

Method Detail

getGeoZoneDescription

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

Returns:
the geoZoneDescription.

setGeoZoneDescription

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

Parameters:
geoZoneDescription - the geoZoneDescription to set

getGeoZoneId

int getGeoZoneId()
Returns:
the geoZoneId

setGeoZoneId

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

getGeoZoneName

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

Returns:
the geoZoneName.

setGeoZoneName

void setGeoZoneName(java.lang.String geoZoneName)
e.g. Florida

Parameters:
geoZoneName - the geoZoneName to set


Copyright © 2011 DS Data Systems UK Ltd.