|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.handlers.icq.ICQMetaFound
public class ICQMetaFound
ICQ meta found.
Constructor Summary | |
---|---|
ICQMetaFound()
Creates a new ICQ meta found class. |
Method Summary | |
---|---|
byte |
getAge()
Get the value of age. |
String |
getEmail()
Get the value of email. |
String |
getFirst()
Get the value of first. |
byte |
getFlags()
Get the value of flags. |
String |
getLast()
Get the value of last. |
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(String email)
Set the value of email. |
void |
setFirst(String first)
Set the value of first. |
void |
setFlags(byte flags)
Set the value of flags. |
void |
setLast(String last)
Set the value of last. |
void |
setNick(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 String getNick()
public void setNick(String nick)
nick
- Value to assign to nick.public String getFirst()
public void setFirst(String first)
first
- Value to assign to first.public String getLast()
public void setLast(String last)
last
- Value to assign to last.public String getEmail()
public void setEmail(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 |