|
|||||||||
| Home >> All >> org >> fencedb >> [ base overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.fencedb.base
Class Country

java.lang.Objectorg.fencedb.base.BaseObject
org.fencedb.base.Country
- All Implemented Interfaces:
- java.io.Serializable
- public class Country
- extends BaseObject
Description of the Class
| Field Summary | |
private java.lang.String |
name
|
private java.lang.String |
shortName
|
| Fields inherited from class org.fencedb.base.BaseObject |
|
| Constructor Summary | |
Country()
Constructor for the Country object |
|
Country(java.lang.String shortName,
java.lang.String name)
Constructor for the Country object |
|
| Method Summary | |
java.lang.String |
getName()
Gets the name attribute of the Country object |
java.lang.String |
getShortName()
Gets the shortName attribute of the Country object |
void |
setName(java.lang.String name)
Sets the name attribute of the Country object |
void |
setShortName(java.lang.String shortName)
Sets the shortName attribute of the Country object |
java.lang.String |
toString()
Description of the Method |
| Methods inherited from class org.fencedb.base.BaseObject |
getBaseId, setBaseId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
shortName
private java.lang.String shortName
name
private java.lang.String name
| Constructor Detail |
Country
public Country()
- Constructor for the Country object
Country
public Country(java.lang.String shortName, java.lang.String name)
- Constructor for the Country object
| Method Detail |
setShortName
public void setShortName(java.lang.String shortName)
- Sets the shortName attribute of the Country object
setName
public void setName(java.lang.String name)
- Sets the name attribute of the Country object
getShortName
public java.lang.String getShortName()
- Gets the shortName attribute of the Country object
getName
public java.lang.String getName()
- Gets the name attribute of the Country object
toString
public java.lang.String toString()
- Description of the Method
|
|||||||||
| Home >> All >> org >> fencedb >> [ base overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC