|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.ODirInfo
OSCAR Directory Information.
Constructor Summary | |
ODirInfo()
Creates a new ODirInfo class. |
Method Summary | |
java.lang.String |
getCity()
Get the value of city. |
java.lang.String |
getCountry()
Get the value of country. |
java.lang.String |
getFirst()
Get the value of first. |
java.lang.String |
getLanguge()
Get the value of language. |
java.lang.String |
getLast()
Get the value of last. |
java.lang.String |
getMaiden()
Get the value of maiden. |
java.lang.String |
getMiddle()
Get the value of middle. |
java.lang.String |
getNickname()
Get the value of nickname. |
java.lang.String |
getState()
Get the value of state. |
java.lang.String |
getStreet()
Get the value of street. |
java.lang.String |
getZip()
Get the value of zip. |
void |
setCity(java.lang.String city)
Set the value of city. |
void |
setCountry(java.lang.String country)
Set the value of country. |
void |
setFirst(java.lang.String first)
Set the value of first. |
void |
setLanguage(java.lang.String language)
Set the value of language. |
void |
setLast(java.lang.String last)
Set the value of last. |
void |
setMaiden(java.lang.String maiden)
Set the value of maiden. |
void |
setMiddle(java.lang.String middle)
Set the value of middle. |
void |
setNickname(java.lang.String nickname)
Set the value of nickname. |
void |
setState(java.lang.String state)
Set the value of state. |
void |
setStreet(java.lang.String street)
Set the value of street. |
void |
setZip(java.lang.String zip)
Set the value of zip. |
java.lang.String |
toString()
Return a string representation of this ODirInfo. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ODirInfo()
Method Detail |
public java.lang.String getFirst()
public void setFirst(java.lang.String first)
first
- Value to assign to first.public java.lang.String getMiddle()
public void setMiddle(java.lang.String middle)
middle
- Value to assign to middle.public java.lang.String getLast()
public void setLast(java.lang.String last)
last
- Value to assign to last.public java.lang.String getMaiden()
public void setMaiden(java.lang.String maiden)
maiden
- Value to assign to maiden.public java.lang.String getNickname()
public void setNickname(java.lang.String nickname)
nickname
- Value to assign to nickname.public java.lang.String getCity()
public void setCity(java.lang.String city)
city
- Value to assign to city.public java.lang.String getState()
public void setState(java.lang.String state)
state
- Value to assign to state.public java.lang.String getZip()
public void setZip(java.lang.String zip)
zip
- Value to assign to zip.public java.lang.String getCountry()
public void setCountry(java.lang.String country)
country
- Value to assign to country.public java.lang.String getLanguge()
public void setLanguage(java.lang.String language)
language
- Value to assign to language.public java.lang.String getStreet()
public void setStreet(java.lang.String street)
street
- Value to assign to street.public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |