public class ODirInfo extends Object
Constructor and Description |
---|
ODirInfo()
Creates a new ODirInfo class.
|
Modifier and Type | Method and Description |
---|---|
String |
getCity()
Get the value of city.
|
String |
getCountry()
Get the value of country.
|
String |
getFirst()
Get the value of first.
|
String |
getLanguge()
Get the value of language.
|
String |
getLast()
Get the value of last.
|
String |
getMaiden()
Get the value of maiden.
|
String |
getMiddle()
Get the value of middle.
|
String |
getNickname()
Get the value of nickname.
|
String |
getState()
Get the value of state.
|
String |
getStreet()
Get the value of street.
|
String |
getZip()
Get the value of zip.
|
void |
setCity(String city)
Set the value of city.
|
void |
setCountry(String country)
Set the value of country.
|
void |
setFirst(String first)
Set the value of first.
|
void |
setLanguage(String language)
Set the value of language.
|
void |
setLast(String last)
Set the value of last.
|
void |
setMaiden(String maiden)
Set the value of maiden.
|
void |
setMiddle(String middle)
Set the value of middle.
|
void |
setNickname(String nickname)
Set the value of nickname.
|
void |
setState(String state)
Set the value of state.
|
void |
setStreet(String street)
Set the value of street.
|
void |
setZip(String zip)
Set the value of zip.
|
String |
toString()
Return a string representation of this ODirInfo.
|
public String getFirst()
public void setFirst(String first)
first
- Value to assign to first.public String getMiddle()
public void setMiddle(String middle)
middle
- Value to assign to middle.public String getLast()
public void setLast(String last)
last
- Value to assign to last.public String getMaiden()
public void setMaiden(String maiden)
maiden
- Value to assign to maiden.public String getNickname()
public void setNickname(String nickname)
nickname
- Value to assign to nickname.public String getCity()
public void setCity(String city)
city
- Value to assign to city.public String getState()
public void setState(String state)
state
- Value to assign to state.public String getZip()
public void setZip(String zip)
zip
- Value to assign to zip.public String getCountry()
public void setCountry(String country)
country
- Value to assign to country.public String getLanguge()
public void setLanguage(String language)
language
- Value to assign to language.public String getStreet()
public void setStreet(String street)
street
- Value to assign to street.