|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.json.app.J_GeoZone
public class J_GeoZone
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.
| 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 |
|---|
public J_GeoZone()
| Method Detail |
|---|
public java.lang.String getGeoZoneDescription()
public void setGeoZoneDescription(java.lang.String _geoZoneDescription)
_geoZoneDescription - the geoZoneDescription to setpublic int getGeoZoneId()
public void setGeoZoneId(int _geoZoneId)
_geoZoneId - the geoZoneId to setpublic java.lang.String getGeoZoneName()
public 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 | ||||||||