|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.handlers.icq.ICQMetaWork
ICQ meta work.
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 |
public ICQMetaWork()
Method Detail |
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 getPhone()
public void setPhone(java.lang.String phone)
phone
- Value to assign to phone.public java.lang.String getFax()
public void setFax(java.lang.String fax)
fax
- Value to assign to fax.public java.lang.String getAddress()
public void setAddress(java.lang.String address)
address
- Value to assign to address.public java.lang.String getZip()
public void setZip(java.lang.String zip)
zip
- Value to assign to zip.public short getCountry()
public void setCountry(short country)
country
- Value to assign to country.public java.lang.String getCompany()
public void setCompany(java.lang.String company)
company
- Value to assign to company.public java.lang.String getDepartment()
public void setDepartment(java.lang.String department)
department
- Value to assign to department.public java.lang.String getPosition()
public void setPosition(java.lang.String position)
position
- Value to assign to position.public short getOccupation()
public void setOccupation(short occupation)
occupation
- Value to assign to occupation.public java.lang.String getHomepage()
public void setHomepage(java.lang.String homepage)
homepage
- Value to assign to homepage.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |