com.konakart.appif
Interface CountryIf


public interface CountryIf

Describes a country for use within KonaKart.


Method Summary
 int getAddressFormatId()
          An address format can be associated to a country so that the address of a customer can be formatted according to the rules of the country.
 int getId()
           
 java.lang.String getIsoCode2()
          Two letter ISO code.
 java.lang.String getIsoCode3()
          Three letter ISO code.
 java.lang.String getName()
           
 void setAddressFormatId(int addressFormatId)
          An address format can be associated to a country so that the address of a customer can be formatted according to the rules of the country.
 void setId(int id)
           
 void setIsoCode2(java.lang.String isoCode2)
          Two letter ISO code.
 void setIsoCode3(java.lang.String isoCode3)
          Three letter ISO code.
 void setName(java.lang.String name)
           
 

Method Detail

getAddressFormatId

int getAddressFormatId()
An address format can be associated to a country so that the address of a customer can be formatted according to the rules of the country.

Returns:
Returns the addressFormatId.

setAddressFormatId

void setAddressFormatId(int addressFormatId)
An address format can be associated to a country so that the address of a customer can be formatted according to the rules of the country.

Parameters:
addressFormatId - The addressFormatId to set.

getId

int getId()
Returns:
Returns the id.

setId

void setId(int id)
Parameters:
id - The id to set.

getIsoCode2

java.lang.String getIsoCode2()
Two letter ISO code. e.g. US or GB

Returns:
Returns the isoCode2.

setIsoCode2

void setIsoCode2(java.lang.String isoCode2)
Two letter ISO code. e.g. US or GB

Parameters:
isoCode2 - The isoCode2 to set.

getIsoCode3

java.lang.String getIsoCode3()
Three letter ISO code. e.g. USA or GBR

Returns:
Returns the isoCode3.

setIsoCode3

void setIsoCode3(java.lang.String isoCode3)
Three letter ISO code. e.g. USA or GBR

Parameters:
isoCode3 - The isoCode3 to set.

getName

java.lang.String getName()
Returns:
Returns the name.

setName

void setName(java.lang.String name)
Parameters:
name - The name to set.


Copyright © 2006 DS Data Systems UK Ltd.