ZMObject
└─ZMCountry
public class ZMCountry
extends ZMObject
| Fields inherited from org.zenmagick.core.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| int | Get the address format id. |
| int | getId() Get the country id. |
| string | Get the country ISO code 2. |
| string | Get the country ISO code 3. |
| string | getName() Get the country name. |
| void | setAddressFormatId(int addressFormatId) Set the address format id. |
| void | setId(int id) Set the country id. |
| void | setIsoCode2(string code) Set the country ISO code 2. |
| void | setIsoCode3(string code) Set the country ISO code 3. |
| void | setName(string name) Set the country name. |
| Methods inherited from org.zenmagick.core.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMCountry()
Create new instance.
public int getAddressFormatId()
Get the address format id.
public int getId()
Get the country id.
public string getIsoCode2()
Get the country ISO code 2.
public string getIsoCode3()
Get the country ISO code 3.
public string getName()
Get the country name.
public void setAddressFormatId(int addressFormatId)
Set the address format id.
public void setId(int id)
Set the country id.
public void setIsoCode2(string code)
Set the country ISO code 2.
public void setIsoCode3(string code)
Set the country ISO code 3.
public void setName(string name)
Set the country name.
A single country.