net.sf.dexterim.msn
Class HotmailMailStatus

java.lang.Object
  extended bynet.sf.dexterim.msn.HotmailMailStatus

public class HotmailMailStatus
extends java.lang.Object

Author:
Christoph Walcher

Constructor Summary
HotmailMailStatus()
          Creates a new instance of HotmailMailStatus
 
Method Summary
 int getUnreadFolders()
          Getter for property unreadFolders.
 int getUnreadInbox()
          Getter for property unreadInbox.
 void setUnreadFolders(int unreadFolders)
          Setter for property unreadFolders.
 void setUnreadInbox(int unreadInbox)
          Setter for property unreadInbox.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotmailMailStatus

public HotmailMailStatus()
Creates a new instance of HotmailMailStatus

Method Detail

getUnreadInbox

public int getUnreadInbox()
Getter for property unreadInbox.

Returns:
Value of property unreadInbox.

setUnreadInbox

public void setUnreadInbox(int unreadInbox)
Setter for property unreadInbox.

Parameters:
unreadInbox - New value of property unreadInbox.

getUnreadFolders

public int getUnreadFolders()
Getter for property unreadFolders.

Returns:
Value of property unreadFolders.

setUnreadFolders

public void setUnreadFolders(int unreadFolders)
Setter for property unreadFolders.

Parameters:
unreadFolders - New value of property unreadFolders.


Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.