|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.json.app.J_Country
public class J_Country
Describes a country for use within KonaKart.
| Constructor Summary | |
|---|---|
J_Country()
|
|
| 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 |
getMsgCatKey()
|
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 |
setMsgCatKey(java.lang.String _msgCatKey)
|
void |
setName(java.lang.String _name)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public J_Country()
| Method Detail |
|---|
public int getAddressFormatId()
public void setAddressFormatId(int _addressFormatId)
_addressFormatId - The addressFormatId to set.public int getId()
public void setId(int _id)
_id - The id to set.public java.lang.String getIsoCode2()
public void setIsoCode2(java.lang.String _isoCode2)
_isoCode2 - The isoCode2 to set.public java.lang.String getIsoCode3()
public void setIsoCode3(java.lang.String _isoCode3)
_isoCode3 - The isoCode3 to set.public java.lang.String getName()
public void setName(java.lang.String _name)
_name - The name to set.public java.lang.String getMsgCatKey()
public void setMsgCatKey(java.lang.String _msgCatKey)
_msgCatKey - the msgCatKey to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||