org.walluck.oscar
Class ODirInfo

java.lang.Object
  extended by org.walluck.oscar.ODirInfo

public class ODirInfo
extends Object

OSCAR Directory Information.

Since:
1.0
Version:
1.0
Author:
David Walluck

Constructor Summary
ODirInfo()
          Creates a new ODirInfo class.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ODirInfo

public ODirInfo()
Creates a new ODirInfo class.

Method Detail

getFirst

public String getFirst()
Get the value of first.

Returns:
value of first.

setFirst

public void setFirst(String first)
Set the value of first.

Parameters:
first - Value to assign to first.

getMiddle

public String getMiddle()
Get the value of middle.

Returns:
value of middle.

setMiddle

public void setMiddle(String middle)
Set the value of middle.

Parameters:
middle - Value to assign to middle.

getLast

public String getLast()
Get the value of last.

Returns:
value of last.

setLast

public void setLast(String last)
Set the value of last.

Parameters:
last - Value to assign to last.

getMaiden

public String getMaiden()
Get the value of maiden.

Returns:
value of maiden.

setMaiden

public void setMaiden(String maiden)
Set the value of maiden.

Parameters:
maiden - Value to assign to maiden.

getNickname

public String getNickname()
Get the value of nickname.

Returns:
value of nickname.

setNickname

public void setNickname(String nickname)
Set the value of nickname.

Parameters:
nickname - Value to assign to nickname.

getCity

public String getCity()
Get the value of city.

Returns:
value of city.

setCity

public void setCity(String city)
Set the value of city.

Parameters:
city - Value to assign to city.

getState

public String getState()
Get the value of state.

Returns:
value of state.

setState

public void setState(String state)
Set the value of state.

Parameters:
state - Value to assign to state.

getZip

public String getZip()
Get the value of zip.

Returns:
value of zip.

setZip

public void setZip(String zip)
Set the value of zip.

Parameters:
zip - Value to assign to zip.

getCountry

public String getCountry()
Get the value of country.

Returns:
value of country.

setCountry

public void setCountry(String country)
Set the value of country.

Parameters:
country - Value to assign to country.

getLanguge

public String getLanguge()
Get the value of language.

Returns:
value of language.

setLanguage

public void setLanguage(String language)
Set the value of language.

Parameters:
language - Value to assign to language.

getStreet

public String getStreet()
Get the value of street.

Returns:
value of street.

setStreet

public void setStreet(String street)
Set the value of street.

Parameters:
street - Value to assign to street.

toString

public String toString()
Return a string representation of this ODirInfo.

Overrides:
toString in class Object
Returns:
the string representation of this ODirInfo