org.walluck.oscar.handlers.icq
Class ICQMetaWP

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

public class ICQMetaWP
extends java.lang.Object

ICQ meta wp.

Since:
1.0
Version:
1.0
Author:
David Walluck

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

ICQMetaWP

public ICQMetaWP()
Creates a new ICQ meta wp class.

Method Detail

getFirst

public java.lang.String getFirst()
Get the value of first.

Returns:
value of first.

setFirst

public void setFirst(java.lang.String first)
Set the value of first.

Parameters:
first - Value to assign to first.

getLast

public java.lang.String getLast()
Get the value of last.

Returns:
value of last.

setLast

public void setLast(java.lang.String last)
Set the value of last.

Parameters:
last - Value to assign to last.

getNick

public java.lang.String getNick()
Get the value of nick.

Returns:
value of nick.

setNick

public void setNick(java.lang.String nick)
Set the value of nick.

Parameters:
nick - Value to assign to nick.

getEmail

public java.lang.String getEmail()
Get the value of email.

Returns:
value of email.

setEmail

public void setEmail(java.lang.String email)
Set the value of email.

Parameters:
email - Value to assign to email.

getMinAge

public short getMinAge()
Get the value of minAge.

Returns:
value of minAge.

setMinAge

public void setMinAge(short minAge)
Set the value of minAge.

Parameters:
minAge - Value to assign to minAge.

getMaxAge

public short getMaxAge()
Get the value of maxAge.

Returns:
value of maxAge.

setMaxAge

public void setMaxAge(short maxAge)
Set the value of maxAge.

Parameters:
maxAge - Value to assign to maxAge.

getSex

public byte getSex()
Get the value of sex.

Returns:
value of sex.

setSex

public void setSex(byte sex)
Set the value of sex.

Parameters:
sex - Value to assign to sex.

getLanguage

public byte getLanguage()
Get the value of language.

Returns:
value of language.

setLanguage

public void setLanguage(byte language)
Set the value of language.

Parameters:
language - Value to assign to language.

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.

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 byte getOccupation()
Get the value of occupation.

Returns:
value of occupation.

setOccupation

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

Parameters:
occupation - Value to assign to occupation.

getPastArea

public short getPastArea()
Get the value of pastArea.

Returns:
value of pastArea.

setPastArea

public void setPastArea(short pastArea)
Set the value of pastArea.

Parameters:
pastArea - Value to assign to pastArea.

getPastDescription

public java.lang.String getPastDescription()
Get the value of pastDescription.

Returns:
value of pastDescription.

setPastDescription

public void setPastDescription(java.lang.String pastDescription)
Set the value of pastDescription.

Parameters:
pastDescription - Value to assign to pastDescription.

getInterestArea

public short getInterestArea()
Get the value of interestArea.

Returns:
value of interestArea.

setInterestArea

public void setInterestArea(short interestArea)
Set the value of interestArea.

Parameters:
interestArea - Value to assign to interestArea.

getInterestDescription

public java.lang.String getInterestDescription()
Get the value of interestDescription.

Returns:
value of interestDescription.

setInterestDescription

public void setInterestDescription(java.lang.String interestDescription)
Set the value of interestDescription.

Parameters:
interestDescription - Value to assign to interestDescription.

getAffiliationArea

public short getAffiliationArea()
Get the value of affiliationArea.

Returns:
value of affiliationArea.

setAffiliationArea

public void setAffiliationArea(short affiliationArea)
Set the value of affiliationArea.

Parameters:
affiliationArea - Value to assign to affiliationArea.

getAffiliationDescription

public java.lang.String getAffiliationDescription()
Get the value of affiliationDescription.

Returns:
value of affiliationDescription.

setAffiliationDescription

public void setAffiliationDescription(java.lang.String affiliationDescription)
Set the value of affiliationDescription.

Parameters:
affiliationDescription - Value to assign to affiliationDescription.

getHomepageArea

public short getHomepageArea()
Get the value of homepageArea.

Returns:
value of homepageArea.

setHomepageArea

public void setHomepageArea(short homepageArea)
Set the value of homepageArea.

Parameters:
homepageArea - Value to assign to homepageArea.

getHomepageDescription

public java.lang.String getHomepageDescription()
Get the value of homepageDescription.

Returns:
value of homepageDescription.

setHomepageDescription

public void setHomepageDescription(java.lang.String homepageDescription)
Set the value of homepageDescription.

Parameters:
homepageDescription - Value to assign to homepageDescription.

isOnline

public boolean isOnline()
Get the value of online.

Returns:
value of online.

setOnline

public void setOnline(boolean online)
Set the value of online.

Parameters:
online - Value to assign to online.