|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.jdc.lang.Object
|
+--com.jdc.rdb.tbl.dto.DataTransferObject
|
+--com.jdc.rdb.tbl.dto.ReferenceTableDTO
|
+--com.jdc.app.rdb.tbl.ref.dto.CountryDTO
The CountryDTO data transfer object represents a row from the
Country table. The data contained in the Country table is
derived from ISO 3166 definitions.
Country,
CountryDAO| Field Summary |
| Fields inherited from class com.jdc.lang.Object |
string |
| Constructor Summary | |
CountryDTO(int countryId,
String alphaTwoCode,
String alphaThreeCode,
int numericThreeCode,
String countryName,
String longName,
String shortName,
String alsoKnownAs,
String formerName,
String remarks,
String enabled,
int changeDate)
Constructs a new CountryDTO data transfer object. |
|
| Method Summary | |
String |
getAlphaThreeCode()
Returns the alpha 3 code for this country. |
String |
getAlphaTwoCode()
Returns the alpha 2 code for this country. |
String |
getAlsoKnownAs()
Returns the name the country is also known as, if any. |
Timestamp |
getChangeDate()
Returns the ISO 3166 change date. |
String |
getFormerName()
Returns the country's former name, if any. |
int |
getId()
Returns the country identifier. |
String |
getLongName()
Returns the country long name. |
String |
getName()
Returns the country name. |
int |
getNumericThreeCode()
Returns the numeric 3 code for this country. |
String |
getProperName()
Returns the country proper name. |
String |
getRemarks()
Returns the country remarks. |
String |
getShortName()
Returns the country short name. |
boolean |
isEnabled()
Returns true if this country is enabled. |
| Methods inherited from class com.jdc.rdb.tbl.dto.DataTransferObject |
isFound, setFound |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CountryDTO(int countryId,
String alphaTwoCode,
String alphaThreeCode,
int numericThreeCode,
String countryName,
String longName,
String shortName,
String alsoKnownAs,
String formerName,
String remarks,
String enabled,
int changeDate)
CountryDTO data transfer object.
| Method Detail |
public String getAlphaTwoCode()
public String getAlphaThreeCode()
public String getAlsoKnownAs()
public Timestamp getChangeDate()
public String getFormerName()
public int getId()
public String getLongName()
public String getName()
public int getNumericThreeCode()
public String getProperName()
public String getShortName()
public String getRemarks()
public boolean isEnabled()
true if this country is enabled.
True if this country is enabled. False if this country is not enabled.
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||