public interface CountryIf
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.String |
getCustom1() |
int |
getId() |
java.lang.String |
getIsoCode2()
Two letter ISO code.
|
java.lang.String |
getIsoCode3()
Three letter ISO code.
|
java.lang.String |
getIsoNumeric() |
java.lang.String |
getMsgCatKey() |
java.lang.String |
getName() |
boolean |
isActive() |
void |
setActive(boolean active) |
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 |
setCustom1(java.lang.String custom1) |
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 |
setIsoNumeric(java.lang.String isoNumeric) |
void |
setMsgCatKey(java.lang.String msgCatKey) |
void |
setName(java.lang.String name) |
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.java.lang.String getMsgCatKey()
void setMsgCatKey(java.lang.String msgCatKey)
msgCatKey
- the msgCatKey to setboolean isActive()
void setActive(boolean active)
active
- the active to setjava.lang.String getIsoNumeric()
void setIsoNumeric(java.lang.String isoNumeric)
isoNumeric
- the isoNumeric to setjava.lang.String getCustom1()
void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setCopyright © 2018 DS Data Systems UK Ltd.