|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminCountry
public class AdminCountry
Country object for the Admin App
Field Summary | |
---|---|
private boolean |
active
active flag - the country is active if this flag is true |
private int |
addressFormatId
addressFormatId |
private int |
id
id |
private java.lang.String |
isoCode2
isoCode2 |
private java.lang.String |
isoCode3
isoCode3 |
private java.lang.String |
msgCatKey
|
private java.lang.String |
name
name |
Constructor Summary | |
---|---|
AdminCountry()
Constructor |
|
AdminCountry(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the Country object from a Record object |
Method Summary | |
---|---|
int |
getAddressFormatId()
|
int |
getId()
|
java.lang.String |
getIsoCode2()
|
java.lang.String |
getIsoCode3()
|
java.lang.String |
getMsgCatKey()
|
java.lang.String |
getName()
|
boolean |
isActive()
|
void |
setActive(boolean active)
|
void |
setAddressFormatId(int addressFormatId)
|
void |
setId(int id)
|
void |
setIsoCode2(java.lang.String isoCode2)
|
void |
setIsoCode3(java.lang.String isoCode3)
|
void |
setMsgCatKey(java.lang.String msgCatKey)
|
void |
setName(java.lang.String name)
|
java.lang.String |
toString()
|
java.lang.String |
toStringBrief()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int id
private java.lang.String name
private java.lang.String isoCode2
private java.lang.String isoCode3
private int addressFormatId
private java.lang.String msgCatKey
private boolean active
Constructor Detail |
---|
public AdminCountry()
public AdminCountry(com.workingdogs.village.Record vr, org.apache.torque.util.Criteria c) throws com.workingdogs.village.DataSetException
vr
- Record containing datac
- Criteria containing column names
com.workingdogs.village.DataSetException
Method Detail |
---|
public java.lang.String toString()
toString
in interface AdminObjectIf
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()
getId
in interface AdminObjectIf
public void setId(int id)
setId
in interface AdminObjectIf
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 set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |