org.walluck.oscar.handlers.icq
Class ICQMetaMore

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

public class ICQMetaMore
extends java.lang.Object

ICQ meta more.

Since:
1.0
Version:
1.0
Author:
David Walluck

Constructor Summary
ICQMetaMore()
          Creates a new ICQ meta more class.
 
Method Summary
 short getAge()
          Get the value of age.
 byte getDay()
          Get the value of day.
 java.lang.String getHomepage()
          Get the value of homepage.
 byte getLang1()
          Get the value of lang1.
 byte getLang2()
          Get the value of lang2.
 byte getLang3()
          Get the value of lang3.
 byte getMonth()
          Get the value of month.
 byte getSex()
          Get the value of sex.
 short getUnknown()
          Get the value of unknown.
 short getYear()
          Get the value of year.
 void setAge(short age)
          Set the value of age.
 void setDay(byte day)
          Set the value of day.
 void setHomepage(java.lang.String homepage)
          Set the value of homepage.
 void setLang1(byte lang1)
          Set the value of lang1.
 void setLang2(byte lang2)
          Set the value of lang2.
 void setLang3(byte lang3)
          Set the value of lang3.
 void setMonth(byte month)
          Set the value of month.
 void setSex(byte sex)
          Set the value of sex.
 void setUnknown(short unknown)
          Set the value of unknown.
 void setYear(short year)
          Set the value of year.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICQMetaMore

public ICQMetaMore()
Creates a new ICQ meta more class.

Method Detail

getAge

public short getAge()
Get the value of age.

Returns:
value of age.

setAge

public void setAge(short age)
Set the value of age.

Parameters:
age - Value to assign to age.

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.

getHomepage

public java.lang.String getHomepage()
Get the value of homepage.

Returns:
value of homepage.

setHomepage

public void setHomepage(java.lang.String homepage)
Set the value of homepage.

Parameters:
homepage - Value to assign to homepage.

getYear

public short getYear()
Get the value of year.

Returns:
value of year.

setYear

public void setYear(short year)
Set the value of year.

Parameters:
year - Value to assign to year.

getMonth

public byte getMonth()
Get the value of month.

Returns:
value of month.

setMonth

public void setMonth(byte month)
Set the value of month.

Parameters:
month - Value to assign to month.

getDay

public byte getDay()
Get the value of day.

Returns:
value of day.

setDay

public void setDay(byte day)
Set the value of day.

Parameters:
day - Value to assign to day.

getLang1

public byte getLang1()
Get the value of lang1.

Returns:
value of lang1.

setLang1

public void setLang1(byte lang1)
Set the value of lang1.

Parameters:
lang1 - Value to assign to lang1.

getLang2

public byte getLang2()
Get the value of lang2.

Returns:
value of lang2.

setLang2

public void setLang2(byte lang2)
Set the value of lang2.

Parameters:
lang2 - Value to assign to lang2.

getLang3

public byte getLang3()
Get the value of lang3.

Returns:
value of lang3.

setLang3

public void setLang3(byte lang3)
Set the value of lang3.

Parameters:
lang3 - Value to assign to lang3.

getUnknown

public short getUnknown()
Get the value of unknown.

Returns:
value of unknown.

setUnknown

public void setUnknown(short unknown)
Set the value of unknown.

Parameters:
unknown - Value to assign to unknown.