org.walluck.oscar.handlers.icq
Class ICQOfflineMsg

java.lang.Object
  extended by org.walluck.oscar.handlers.icq.ICQOfflineMsg

public class ICQOfflineMsg
extends Object

ICQ offline message.

Since:
1.0
Version:
1.0
Author:
David Walluck

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

ICQOfflineMsg

public ICQOfflineMsg()
Creates a new ICQ offline message.

Method Detail

getSender

public int getSender()
Get the value of sender.

Returns:
value of sender.

setSender

public void setSender(int sender)
Set the value of sender.

Parameters:
sender - Value to assign to sender.

getYear

public int getYear()
Get the value of year.

Returns:
value of year.

setYear

public void setYear(int year)
Set the value of year.

Parameters:
year - Value to assign to year.

getMonth

public int getMonth()
Get the value of month.

Returns:
value of month.

setMonth

public void setMonth(int month)
Set the value of month.

Parameters:
month - Value to assign to month.

getDay

public int getDay()
Get the value of day.

Returns:
value of day.

setDay

public void setDay(int day)
Set the value of day.

Parameters:
day - Value to assign to day.

getHour

public int getHour()
Get the value of hour.

Returns:
value of hour.

setHour

public void setHour(int hour)
Set the value of hour.

Parameters:
hour - Value to assign to hour.

getMinute

public int getMinute()
Get the value of minute.

Returns:
value of minute.

setMinute

public void setMinute(int minute)
Set the value of minute.

Parameters:
minute - Value to assign to minute.

getType

public int getType()
Get the value of type.

Returns:
value of type.

setType

public void setType(int type)
Set the value of type.

Parameters:
type - Value to assign to type.

getMsg

public String getMsg()
Get the value of msg.

Returns:
value of msg.

setMsg

public void setMsg(String msg)
Set the value of msg.

Parameters:
msg - Value to assign to msg.