org.walluck.oscar.handlers.icq
Class ICQMetaFound

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

public class ICQMetaFound
extends java.lang.Object

ICQ meta found.

Since:
1.0
Version:
1.0
Author:
David Walluck

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

ICQMetaFound

public ICQMetaFound()
Creates a new ICQ meta found class.

Method Detail

getUIN

public int getUIN()
Get the value of UIN.

Returns:
value of UIN.

setUIN

public void setUIN(int uin)
Set the value of UIN.

Parameters:
uin - Value to assign to UIN.

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.

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.

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.

getFlags

public byte getFlags()
Get the value of flags.

Returns:
value of flags.

setFlags

public void setFlags(byte flags)
Set the value of flags.

Parameters:
flags - Value to assign to flags.

getStatus

public short getStatus()
Get the value of status.

Returns:
value of status.

setStatus

public void setStatus(short status)
Set the value of status.

Parameters:
status - Value to assign to status.

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.

getAge

public byte getAge()
Get the value of age.

Returns:
value of age.

setAge

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

Parameters:
age - Value to assign to age.

getUnknown

public byte getUnknown()
Get the value of unknown.

Returns:
value of unknown.

setUnknown

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

Parameters:
unknown - Value to assign to unknown.