|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.handlers.icq.ICQMetaWP
public class ICQMetaWP
ICQ meta wp.
Constructor Summary | |
---|---|
ICQMetaWP()
Creates a new ICQ meta wp class. |
Method Summary | |
---|---|
short |
getAffiliationArea()
Get the value of affiliationArea. |
String |
getAffiliationDescription()
Get the value of affiliationDescription. |
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 |
getEmail()
Get the value of email. |
String |
getFirst()
Get the value of first. |
short |
getHomepageArea()
Get the value of homepageArea. |
String |
getHomepageDescription()
Get the value of homepageDescription. |
short |
getInterestArea()
Get the value of interestArea. |
String |
getInterestDescription()
Get the value of interestDescription. |
byte |
getLanguage()
Get the value of language. |
String |
getLast()
Get the value of last. |
short |
getMaxAge()
Get the value of maxAge. |
short |
getMinAge()
Get the value of minAge. |
String |
getNick()
Get the value of nick. |
byte |
getOccupation()
Get the value of occupation. |
short |
getPastArea()
Get the value of pastArea. |
String |
getPastDescription()
Get the value of pastDescription. |
String |
getPosition()
Get the value of position. |
byte |
getSex()
Get the value of sex. |
String |
getState()
Get the value of state. |
boolean |
isOnline()
Get the value of online. |
void |
setAffiliationArea(short affiliationArea)
Set the value of affiliationArea. |
void |
setAffiliationDescription(String affiliationDescription)
Set the value of affiliationDescription. |
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 |
setEmail(String email)
Set the value of email. |
void |
setFirst(String first)
Set the value of first. |
void |
setHomepageArea(short homepageArea)
Set the value of homepageArea. |
void |
setHomepageDescription(String homepageDescription)
Set the value of homepageDescription. |
void |
setInterestArea(short interestArea)
Set the value of interestArea. |
void |
setInterestDescription(String interestDescription)
Set the value of interestDescription. |
void |
setLanguage(byte language)
Set the value of language. |
void |
setLast(String last)
Set the value of last. |
void |
setMaxAge(short maxAge)
Set the value of maxAge. |
void |
setMinAge(short minAge)
Set the value of minAge. |
void |
setNick(String nick)
Set the value of nick. |
void |
setOccupation(byte occupation)
Set the value of occupation. |
void |
setOnline(boolean online)
Set the value of online. |
void |
setPastArea(short pastArea)
Set the value of pastArea. |
void |
setPastDescription(String pastDescription)
Set the value of pastDescription. |
void |
setPosition(String position)
Set the value of position. |
void |
setSex(byte sex)
Set the value of sex. |
void |
setState(String state)
Set the value of state. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ICQMetaWP()
Method Detail |
---|
public String getFirst()
public void setFirst(String first)
first
- Value to assign to first.public String getLast()
public void setLast(String last)
last
- Value to assign to last.public String getNick()
public void setNick(String nick)
nick
- Value to assign to nick.public String getEmail()
public void setEmail(String email)
email
- Value to assign to email.public short getMinAge()
public void setMinAge(short minAge)
minAge
- Value to assign to minAge.public short getMaxAge()
public void setMaxAge(short maxAge)
maxAge
- Value to assign to maxAge.public byte getSex()
public void setSex(byte sex)
sex
- Value to assign to sex.public byte getLanguage()
public void setLanguage(byte language)
language
- Value to assign to language.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 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 byte getOccupation()
public void setOccupation(byte occupation)
occupation
- Value to assign to occupation.public short getPastArea()
public void setPastArea(short pastArea)
pastArea
- Value to assign to pastArea.public String getPastDescription()
public void setPastDescription(String pastDescription)
pastDescription
- Value to assign to pastDescription.public short getInterestArea()
public void setInterestArea(short interestArea)
interestArea
- Value to assign to interestArea.public String getInterestDescription()
public void setInterestDescription(String interestDescription)
interestDescription
- Value to assign to interestDescription.public short getAffiliationArea()
public void setAffiliationArea(short affiliationArea)
affiliationArea
- Value to assign to affiliationArea.public String getAffiliationDescription()
public void setAffiliationDescription(String affiliationDescription)
affiliationDescription
- Value to assign to affiliationDescription.public short getHomepageArea()
public void setHomepageArea(short homepageArea)
homepageArea
- Value to assign to homepageArea.public String getHomepageDescription()
public void setHomepageDescription(String homepageDescription)
homepageDescription
- Value to assign to homepageDescription.public boolean isOnline()
public void setOnline(boolean online)
online
- Value to assign to online.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |