|
|||||||||
| 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.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 |
|---|
java.util.Date getDateAdded()
void setDateAdded(java.util.Date dateAdded)
dateAdded - the dateAdded to setjava.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 setjava.util.Date getLastModified()
void setLastModified(java.util.Date lastModified)
lastModified - the lastModified to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||