|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
java.lang.String getGeoZoneDescription()
void setGeoZoneDescription(java.lang.String geoZoneDescription)
geoZoneDescription - the geoZoneDescription to setint getGeoZoneId()
void setGeoZoneId(int geoZoneId)
geoZoneId - the geoZoneId to setjava.lang.String getGeoZoneName()
void setGeoZoneName(java.lang.String geoZoneName)
geoZoneName - the geoZoneName to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||