public class ICQMetaMore extends Object
Constructor and Description |
---|
ICQMetaMore()
Creates a new ICQ meta more class.
|
Modifier and Type | Method and Description |
---|---|
short |
getAge()
Get the value of age.
|
byte |
getDay()
Get the value of day.
|
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(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.
|
public short getAge()
public void setAge(short age)
age
- Value to assign to age.public byte getSex()
public void setSex(byte sex)
sex
- Value to assign to sex.public String getHomepage()
public void setHomepage(String homepage)
homepage
- Value to assign to homepage.public short getYear()
public void setYear(short year)
year
- Value to assign to year.public byte getMonth()
public void setMonth(byte month)
month
- Value to assign to month.public byte getDay()
public void setDay(byte day)
day
- Value to assign to day.public byte getLang1()
public void setLang1(byte lang1)
lang1
- Value to assign to lang1.public byte getLang2()
public void setLang2(byte lang2)
lang2
- Value to assign to lang2.public byte getLang3()
public void setLang3(byte lang3)
lang3
- Value to assign to lang3.public short getUnknown()
public void setUnknown(short unknown)
unknown
- Value to assign to unknown.