com.konakart.appif
Interface ZoneIf

All Known Implementing Classes:
Zone

public interface ZoneIf

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


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.
 

Method Detail

getZoneId

int getZoneId()
Get the ZoneId

Returns:
int

setZoneId

void setZoneId(int zoneId)
Set the value of ZoneId

Parameters:
zoneId - new value

getZoneCountryId

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

Returns:
int

setZoneCountryId

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

Parameters:
zoneCountryId - new value

getZoneCode

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

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

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

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

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

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

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

Returns:
the zoneSearch

setZoneSearch

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

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

setCustom1

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

getCustom2

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

setCustom2

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

getCustom3

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

setCustom3

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


Copyright © 2011 DS Data Systems UK Ltd.