|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.Country
public class Country
The Country object
| Constructor Summary | |
|---|---|
Country()
Constructor |
|
Country(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()
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()
|
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 |
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)
|
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 |
| Constructor Detail |
|---|
public Country()
public Country(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 class java.lang.Objectpublic java.lang.String toStringBrief()
public int getAddressFormatId()
CountryIf
getAddressFormatId in interface CountryIfpublic void setAddressFormatId(int addressFormatId)
CountryIf
setAddressFormatId in interface CountryIfaddressFormatId - The addressFormatId to set.public int getId()
getId in interface CountryIfpublic void setId(int id)
setId in interface CountryIfid - The id to set.public java.lang.String getIsoCode2()
CountryIf
getIsoCode2 in interface CountryIfpublic void setIsoCode2(java.lang.String isoCode2)
CountryIf
setIsoCode2 in interface CountryIfisoCode2 - The isoCode2 to set.public java.lang.String getIsoCode3()
CountryIf
getIsoCode3 in interface CountryIfpublic void setIsoCode3(java.lang.String isoCode3)
CountryIf
setIsoCode3 in interface CountryIfisoCode3 - The isoCode3 to set.public java.lang.String getName()
getName in interface CountryIfpublic void setName(java.lang.String name)
setName in interface CountryIfname - The name to set.public java.lang.String getMsgCatKey()
getMsgCatKey in interface CountryIfpublic void setMsgCatKey(java.lang.String msgCatKey)
setMsgCatKey in interface CountryIfmsgCatKey - 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 | ||||||||