org.walluck.oscar
Class ODirInfo

java.lang.Object
  extended byorg.walluck.oscar.ODirInfo

public class ODirInfo
extends java.lang.Object

OSCAR Directory Information.

Since:
1.0
Version:
1.0
Author:
David Walluck

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

ODirInfo

public ODirInfo()
Creates a new ODirInfo class.

Method Detail

getFirst

public java.lang.String getFirst()
Get the value of first.

Returns:
value of first.

setFirst

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

Parameters:
first - Value to assign to first.

getMiddle

public java.lang.String getMiddle()
Get the value of middle.

Returns:
value of middle.

setMiddle

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

Parameters:
middle - Value to assign to middle.

getLast

public java.lang.String getLast()
Get the value of last.

Returns:
value of last.

setLast

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

Parameters:
last - Value to assign to last.

getMaiden

public java.lang.String getMaiden()
Get the value of maiden.

Returns:
value of maiden.

setMaiden

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

Parameters:
maiden - Value to assign to maiden.

getNickname

public java.lang.String getNickname()
Get the value of nickname.

Returns:
value of nickname.

setNickname

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

Parameters:
nickname - Value to assign to nickname.

getCity

public java.lang.String getCity()
Get the value of city.

Returns:
value of city.

setCity

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

Parameters:
city - Value to assign to city.

getState

public java.lang.String getState()
Get the value of state.

Returns:
value of state.

setState

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

Parameters:
state - Value to assign to state.

getZip

public java.lang.String getZip()
Get the value of zip.

Returns:
value of zip.

setZip

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

Parameters:
zip - Value to assign to zip.

getCountry

public java.lang.String getCountry()
Get the value of country.

Returns:
value of country.

setCountry

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

Parameters:
country - Value to assign to country.

getLanguge

public java.lang.String getLanguge()
Get the value of language.

Returns:
value of language.

setLanguage

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

Parameters:
language - Value to assign to language.

getStreet

public java.lang.String getStreet()
Get the value of street.

Returns:
value of street.

setStreet

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

Parameters:
street - Value to assign to street.

toString

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

Returns:
the string representation of this ODirInfo