|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.handlers.icq.ICQMetaFound
ICQ meta found.
Constructor Summary | |
ICQMetaFound()
Creates a new ICQ meta found class. |
Method Summary | |
byte |
getAge()
Get the value of age. |
java.lang.String |
getEmail()
Get the value of email. |
java.lang.String |
getFirst()
Get the value of first. |
byte |
getFlags()
Get the value of flags. |
java.lang.String |
getLast()
Get the value of last. |
java.lang.String |
getNick()
Get the value of nick. |
byte |
getSex()
Get the value of sex. |
short |
getStatus()
Get the value of status. |
int |
getUIN()
Get the value of UIN. |
byte |
getUnknown()
Get the value of unknown. |
void |
setAge(byte age)
Set the value of age. |
void |
setEmail(java.lang.String email)
Set the value of email. |
void |
setFirst(java.lang.String first)
Set the value of first. |
void |
setFlags(byte flags)
Set the value of flags. |
void |
setLast(java.lang.String last)
Set the value of last. |
void |
setNick(java.lang.String nick)
Set the value of nick. |
void |
setSex(byte sex)
Set the value of sex. |
void |
setStatus(short status)
Set the value of status. |
void |
setUIN(int uin)
Set the value of UIN. |
void |
setUnknown(byte unknown)
Set the value of unknown. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ICQMetaFound()
Method Detail |
public int getUIN()
public void setUIN(int uin)
uin
- Value to assign to UIN.public java.lang.String getNick()
public void setNick(java.lang.String nick)
nick
- Value to assign to nick.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 getEmail()
public void setEmail(java.lang.String email)
email
- Value to assign to email.public byte getFlags()
public void setFlags(byte flags)
flags
- Value to assign to flags.public short getStatus()
public void setStatus(short status)
status
- Value to assign to status.public byte getSex()
public void setSex(byte sex)
sex
- Value to assign to sex.public byte getAge()
public void setAge(byte age)
age
- Value to assign to age.public byte getUnknown()
public void setUnknown(byte unknown)
unknown
- Value to assign to unknown.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |