public class ICQOfflineMsg extends Object
Constructor and Description |
---|
ICQOfflineMsg()
Creates a new ICQ offline message.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.