com.konakart.appif
Interface GeoZoneIf


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.util.Date getDateAdded()
           
 java.lang.String getGeoZoneDescription()
          e.g.
 int getGeoZoneId()
           
 java.lang.String getGeoZoneName()
          e.g.
 java.util.Date getLastModified()
           
 void setDateAdded(java.util.Date dateAdded)
           
 void setGeoZoneDescription(java.lang.String geoZoneDescription)
          e.g.
 void setGeoZoneId(int geoZoneId)
           
 void setGeoZoneName(java.lang.String geoZoneName)
          e.g.
 void setLastModified(java.util.Date lastModified)
           
 

Method Detail

getDateAdded

java.util.Date getDateAdded()
Returns:
the dateAdded

setDateAdded

void setDateAdded(java.util.Date dateAdded)
Parameters:
dateAdded - the dateAdded to set

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

getLastModified

java.util.Date getLastModified()
Returns:
the lastModified

setLastModified

void setLastModified(java.util.Date lastModified)
Parameters:
lastModified - the lastModified to set


Copyright © 2006 DS Data Systems UK Ltd.