com.konakart.appif
Interface ZoneIf


public interface ZoneIf

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


Method Summary
 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
 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 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
 

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


Copyright © 2006 DS Data Systems UK Ltd.