public class AdminCountry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
active
active flag - the country is active if this flag is true
|
private int |
addressFormatId
addressFormatId
|
private java.lang.String |
custom1
custom1
|
private int |
id
id
|
private java.lang.String |
isoCode2
isoCode2
|
private java.lang.String |
isoCode3
isoCode3
|
private java.lang.String |
isoNumeric
isoNumeric
|
private java.lang.String |
msgCatKey |
private java.lang.String |
name
name
|
Constructor and Description |
---|
AdminCountry()
Constructor
|
AdminCountry(com.workingdogs.village.Record vr,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the Country object from a Record object
|
Modifier and Type | Method and Description |
---|---|
int |
getAddressFormatId() |
java.lang.String |
getCustom1() |
int |
getId() |
java.lang.String |
getIsoCode2() |
java.lang.String |
getIsoCode3() |
java.lang.String |
getIsoNumeric() |
java.lang.String |
getMsgCatKey() |
java.lang.String |
getName() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setAddressFormatId(int addressFormatId) |
void |
setCustom1(java.lang.String custom1) |
void |
setId(int id) |
void |
setIsoCode2(java.lang.String isoCode2) |
void |
setIsoCode3(java.lang.String isoCode3) |
void |
setIsoNumeric(java.lang.String isoNumeric) |
void |
setMsgCatKey(java.lang.String msgCatKey) |
void |
setName(java.lang.String name) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
private int id
private java.lang.String name
private java.lang.String isoCode2
private java.lang.String isoCode3
private java.lang.String isoNumeric
private java.lang.String custom1
private int addressFormatId
private java.lang.String msgCatKey
private boolean active
public AdminCountry()
public AdminCountry(com.workingdogs.village.Record vr, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
vr
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
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 setpublic boolean isActive()
public void setActive(boolean active)
active
- the active to setpublic java.lang.String getIsoNumeric()
public void setIsoNumeric(java.lang.String isoNumeric)
isoNumeric
- the isoNumeric to setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setCopyright © 2018 DS Data Systems UK Ltd.