|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.handlers.icq.ICQMetaGeneral
ICQ meta general.
Constructor Summary | |
ICQMetaGeneral()
Creates a new ICQ meta general class. |
Method Summary | |
java.lang.String |
getCellular()
Get the value of cellular. |
java.lang.String |
getCity()
Get the value of city. |
short |
getCountry()
Get the value of country. |
java.lang.String |
getEmail()
Get the value of email. |
java.lang.String |
getEmail2()
Get the value of email2. |
java.lang.String |
getEmail3()
Get the value of email3. |
java.lang.String |
getFax()
Get the value of fax. |
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. |
java.lang.String |
getPhone()
Get the value of phone. |
java.lang.String |
getState()
Get the value of state. |
java.lang.String |
getStreet()
Get the value of street. |
byte |
getTimezone()
Get the value of timezone. |
short |
getUnknown()
Get the value of unknown. |
java.lang.String |
getZip()
Get the value of zip. |
void |
setCellular(java.lang.String cellular)
Set the value of cellular. |
void |
setCity(java.lang.String city)
Set the value of city. |
void |
setCountry(short country)
Set the value of country. |
void |
setEmail(java.lang.String email)
Set the value of email. |
void |
setEmail2(java.lang.String email2)
Set the value of email2. |
void |
setEmail3(java.lang.String email3)
Set the value of email3. |
void |
setFax(java.lang.String fax)
Set the value of fax. |
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 |
setPhone(java.lang.String phone)
Set the value of phone. |
void |
setState(java.lang.String state)
Set the value of state. |
void |
setStreet(java.lang.String street)
Set the value of street. |
void |
setTimezone(byte timezone)
Set the value of timezone. |
void |
setUnknown(short unknown)
Set the value of unknown. |
void |
setZip(java.lang.String zip)
Set the value of zip. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ICQMetaGeneral()
Method Detail |
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 java.lang.String getEmail2()
public void setEmail2(java.lang.String email2)
email2
- Value to assign to email2.public java.lang.String getEmail3()
public void setEmail3(java.lang.String email3)
email3
- Value to assign to email3.public java.lang.String getCity()
public void setCity(java.lang.String city)
city
- Value to assign to city.public java.lang.String getState()
public void setState(java.lang.String state)
state
- Value to assign to state.public java.lang.String getPhone()
public void setPhone(java.lang.String phone)
phone
- Value to assign to phone.public java.lang.String getFax()
public void setFax(java.lang.String fax)
fax
- Value to assign to fax.public java.lang.String getStreet()
public void setStreet(java.lang.String street)
street
- Value to assign to street.public java.lang.String getCellular()
public void setCellular(java.lang.String cellular)
cellular
- Value to assign to cellular.public java.lang.String getZip()
public void setZip(java.lang.String zip)
zip
- Value to assign to zip.public short getCountry()
public void setCountry(short country)
country
- Value to assign to country.public byte getTimezone()
public void setTimezone(byte timezone)
timezone
- Value to assign to timezone.public byte getFlags()
public void setFlags(byte flags)
flags
- Value to assign to flags.public short getUnknown()
public void setUnknown(short unknown)
unknown
- Value to assign to unknown.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |