public class ICQMetaWork extends Object
Constructor and Description |
---|
ICQMetaWork()
Creates a new ICQ meta work class.
|
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Get the value of address.
|
String |
getCity()
Get the value of city.
|
String |
getCompany()
Get the value of company.
|
short |
getCountry()
Get the value of country.
|
String |
getDepartment()
Get the value of department.
|
String |
getFax()
Get the value of fax.
|
String |
getHomepage()
Get the value of homepage.
|
short |
getOccupation()
Get the value of occupation.
|
String |
getPhone()
Get the value of phone.
|
String |
getPosition()
Get the value of position.
|
String |
getState()
Get the value of state.
|
String |
getZip()
Get the value of zip.
|
void |
setAddress(String address)
Set the value of address.
|
void |
setCity(String city)
Set the value of city.
|
void |
setCompany(String company)
Set the value of company.
|
void |
setCountry(short country)
Set the value of country.
|
void |
setDepartment(String department)
Set the value of department.
|
void |
setFax(String fax)
Set the value of fax.
|
void |
setHomepage(String homepage)
Set the value of homepage.
|
void |
setOccupation(short occupation)
Set the value of occupation.
|
void |
setPhone(String phone)
Set the value of phone.
|
void |
setPosition(String position)
Set the value of position.
|
void |
setState(String state)
Set the value of state.
|
void |
setZip(String zip)
Set the value of zip.
|
public String getCity()
public void setCity(String city)
city
- Value to assign to city.public String getState()
public void setState(String state)
state
- Value to assign to state.public String getPhone()
public void setPhone(String phone)
phone
- Value to assign to phone.public String getFax()
public void setFax(String fax)
fax
- Value to assign to fax.public String getAddress()
public void setAddress(String address)
address
- Value to assign to address.public String getZip()
public void setZip(String zip)
zip
- Value to assign to zip.public short getCountry()
public void setCountry(short country)
country
- Value to assign to country.public String getCompany()
public void setCompany(String company)
company
- Value to assign to company.public String getDepartment()
public void setDepartment(String department)
department
- Value to assign to department.public String getPosition()
public void setPosition(String position)
position
- Value to assign to position.public short getOccupation()
public void setOccupation(short occupation)
occupation
- Value to assign to occupation.public String getHomepage()
public void setHomepage(String homepage)
homepage
- Value to assign to homepage.