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