|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.walluck.oscar.handlers.icq.ICQOfflineMsg
public class ICQOfflineMsg
ICQ offline message.
| Constructor Summary | |
|---|---|
ICQOfflineMsg()
Creates a new ICQ offline message. |
|
| Method Summary | |
|---|---|
int |
getDay()
Get the value of day. |
int |
getHour()
Get the value of hour. |
int |
getMinute()
Get the value of minute. |
int |
getMonth()
Get the value of month. |
String |
getMsg()
Get the value of msg. |
int |
getSender()
Get the value of sender. |
int |
getType()
Get the value of type. |
int |
getYear()
Get the value of year. |
void |
setDay(int day)
Set the value of day. |
void |
setHour(int hour)
Set the value of hour. |
void |
setMinute(int minute)
Set the value of minute. |
void |
setMonth(int month)
Set the value of month. |
void |
setMsg(String msg)
Set the value of msg. |
void |
setSender(int sender)
Set the value of sender. |
void |
setType(int type)
Set the value of type. |
void |
setYear(int year)
Set the value of year. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ICQOfflineMsg()
| Method Detail |
|---|
public int getSender()
public void setSender(int sender)
sender - Value to assign to sender.public int getYear()
public void setYear(int year)
year - Value to assign to year.public int getMonth()
public void setMonth(int month)
month - Value to assign to month.public int getDay()
public void setDay(int day)
day - Value to assign to day.public int getHour()
public void setHour(int hour)
hour - Value to assign to hour.public int getMinute()
public void setMinute(int minute)
minute - Value to assign to minute.public int getType()
public void setType(int type)
type - Value to assign to type.public String getMsg()
public void setMsg(String msg)
msg - Value to assign to msg.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||