com.konakart.json.app
Class J_Zone

java.lang.Object
  extended by com.konakart.json.app.J_Zone
All Implemented Interfaces:
java.io.Serializable

public class J_Zone
extends java.lang.Object
implements java.io.Serializable

Describes a physical zone. (i.e. Texas or Madrid)

See Also:
Serialized Form

Constructor Summary
J_Zone()
           
 
Method Summary
 java.lang.String getCustom1()
           
 java.lang.String getCustom2()
           
 java.lang.String getCustom3()
           
 java.lang.String getZoneCode()
          In the case of the US, this maps to a state code such as CA or TX Get the ZoneCode
 int getZoneCountryId()
          The country where the zone can be found.
 int getZoneId()
          Get the ZoneId
 java.lang.String getZoneName()
          In the case of the US, this maps to a state name such as California or Texas Get the ZoneName
 java.lang.String getZoneSearch()
          Used to search match a search string when searching for the zone.
 boolean isZoneInvisible()
          Determines whether the zone is retrieved by API calls for being displayed in the UI for selection purposes.
 void setCustom1(java.lang.String _custom1)
           
 void setCustom2(java.lang.String _custom2)
           
 void setCustom3(java.lang.String _custom3)
           
 void setZoneCode(java.lang.String _zoneCode)
          In the case of the US, this maps to a state code such as CA or TX Set the value of ZoneCode
 void setZoneCountryId(int _zoneCountryId)
          The country where the zone can be found.
 void setZoneId(int _zoneId)
          Set the value of ZoneId
 void setZoneInvisible(boolean _zoneInvisible)
          Determines whether the zone is retrieved by API calls for being displayed in the UI for selection purposes.
 void setZoneName(java.lang.String _zoneName)
          In the case of the US, this maps to a state name such as California or Texas Set the value of ZoneName
 void setZoneSearch(java.lang.String _zoneSearch)
          Used to search match a search string when searching for the zone.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J_Zone

public J_Zone()
Method Detail

getZoneId

public int getZoneId()
Get the ZoneId

Returns:
int

setZoneId

public void setZoneId(int _zoneId)
Set the value of ZoneId

Parameters:
_zoneId - new value

getZoneCountryId

public int getZoneCountryId()
The country where the zone can be found. Get the ZoneCountryId

Returns:
int

setZoneCountryId

public void setZoneCountryId(int _zoneCountryId)
The country where the zone can be found. Set the value of ZoneCountryId

Parameters:
_zoneCountryId - new value

getZoneCode

public java.lang.String getZoneCode()
In the case of the US, this maps to a state code such as CA or TX Get the ZoneCode

Returns:
String

setZoneCode

public void setZoneCode(java.lang.String _zoneCode)
In the case of the US, this maps to a state code such as CA or TX Set the value of ZoneCode

Parameters:
_zoneCode - new value

getZoneName

public java.lang.String getZoneName()
In the case of the US, this maps to a state name such as California or Texas Get the ZoneName

Returns:
String

setZoneName

public void setZoneName(java.lang.String _zoneName)
In the case of the US, this maps to a state name such as California or Texas Set the value of ZoneName

Parameters:
_zoneName - new value

isZoneInvisible

public boolean isZoneInvisible()
Determines whether the zone is retrieved by API calls for being displayed in the UI for selection purposes. For example, some US States have many zones determined by zip code or a combination of zip code and county where the tax rate is different.

Returns:
the zoneInvisible

setZoneInvisible

public void setZoneInvisible(boolean _zoneInvisible)
Determines whether the zone is retrieved by API calls for being displayed in the UI for selection purposes. For example, some US States have many zones determined by zip code or a combination of zip code and county where the tax rate is different.

Parameters:
_zoneInvisible - the zoneInvisible to set

getZoneSearch

public java.lang.String getZoneSearch()
Used to search match a search string when searching for the zone.

Returns:
the zoneSearch

setZoneSearch

public void setZoneSearch(java.lang.String _zoneSearch)
Used to search match a search string when searching for the zone.

Parameters:
_zoneSearch - the zoneSearch to set

getCustom1

public java.lang.String getCustom1()
Returns:
the custom1

setCustom1

public void setCustom1(java.lang.String _custom1)
Parameters:
_custom1 - the custom1 to set

getCustom2

public java.lang.String getCustom2()
Returns:
the custom2

setCustom2

public void setCustom2(java.lang.String _custom2)
Parameters:
_custom2 - the custom2 to set

getCustom3

public java.lang.String getCustom3()
Returns:
the custom3

setCustom3

public void setCustom3(java.lang.String _custom3)
Parameters:
_custom3 - the custom3 to set


Copyright © 2011 DS Data Systems UK Ltd.