org.walluck.oscar.handlers.icq
Class ICQMetaWork

java.lang.Object
  extended byorg.walluck.oscar.handlers.icq.ICQMetaWork

public class ICQMetaWork
extends java.lang.Object

ICQ meta work.

Since:
1.0
Version:
1.0
Author:
David Walluck

Constructor Summary
ICQMetaWork()
          Creates a new ICQ meta work class.
 
Method Summary
 java.lang.String getAddress()
          Get the value of address.
 java.lang.String getCity()
          Get the value of city.
 java.lang.String getCompany()
          Get the value of company.
 short getCountry()
          Get the value of country.
 java.lang.String getDepartment()
          Get the value of department.
 java.lang.String getFax()
          Get the value of fax.
 java.lang.String getHomepage()
          Get the value of homepage.
 short getOccupation()
          Get the value of occupation.
 java.lang.String getPhone()
          Get the value of phone.
 java.lang.String getPosition()
          Get the value of position.
 java.lang.String getState()
          Get the value of state.
 java.lang.String getZip()
          Get the value of zip.
 void setAddress(java.lang.String address)
          Set the value of address.
 void setCity(java.lang.String city)
          Set the value of city.
 void setCompany(java.lang.String company)
          Set the value of company.
 void setCountry(short country)
          Set the value of country.
 void setDepartment(java.lang.String department)
          Set the value of department.
 void setFax(java.lang.String fax)
          Set the value of fax.
 void setHomepage(java.lang.String homepage)
          Set the value of homepage.
 void setOccupation(short occupation)
          Set the value of occupation.
 void setPhone(java.lang.String phone)
          Set the value of phone.
 void setPosition(java.lang.String position)
          Set the value of position.
 void setState(java.lang.String state)
          Set the value of state.
 void setZip(java.lang.String zip)
          Set the value of zip.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICQMetaWork

public ICQMetaWork()
Creates a new ICQ meta work class.

Method Detail

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.

getPhone

public java.lang.String getPhone()
Get the value of phone.

Returns:
value of phone.

setPhone

public void setPhone(java.lang.String phone)
Set the value of phone.

Parameters:
phone - Value to assign to phone.

getFax

public java.lang.String getFax()
Get the value of fax.

Returns:
value of fax.

setFax

public void setFax(java.lang.String fax)
Set the value of fax.

Parameters:
fax - Value to assign to fax.

getAddress

public java.lang.String getAddress()
Get the value of address.

Returns:
value of address.

setAddress

public void setAddress(java.lang.String address)
Set the value of address.

Parameters:
address - Value to assign to address.

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 short getCountry()
Get the value of country.

Returns:
value of country.

setCountry

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

Parameters:
country - Value to assign to country.

getCompany

public java.lang.String getCompany()
Get the value of company.

Returns:
value of company.

setCompany

public void setCompany(java.lang.String company)
Set the value of company.

Parameters:
company - Value to assign to company.

getDepartment

public java.lang.String getDepartment()
Get the value of department.

Returns:
value of department.

setDepartment

public void setDepartment(java.lang.String department)
Set the value of department.

Parameters:
department - Value to assign to department.

getPosition

public java.lang.String getPosition()
Get the value of position.

Returns:
value of position.

setPosition

public void setPosition(java.lang.String position)
Set the value of position.

Parameters:
position - Value to assign to position.

getOccupation

public short getOccupation()
Get the value of occupation.

Returns:
value of occupation.

setOccupation

public void setOccupation(short occupation)
Set the value of occupation.

Parameters:
occupation - Value to assign to occupation.

getHomepage

public java.lang.String getHomepage()
Get the value of homepage.

Returns:
value of homepage.

setHomepage

public void setHomepage(java.lang.String homepage)
Set the value of homepage.

Parameters:
homepage - Value to assign to homepage.