|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
int getAddressFormatId()
void setAddressFormatId(int addressFormatId)
addressFormatId - The addressFormatId to set.int getId()
void setId(int id)
id - The id to set.java.lang.String getIsoCode2()
void setIsoCode2(java.lang.String isoCode2)
isoCode2 - The isoCode2 to set.java.lang.String getIsoCode3()
void setIsoCode3(java.lang.String isoCode3)
isoCode3 - The isoCode3 to set.java.lang.String getName()
void setName(java.lang.String name)
name - The name to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||