org.walluck.oscar
Class EmailInfo

java.lang.Object
  extended byorg.walluck.oscar.EmailInfo

public class EmailInfo
extends java.lang.Object

Email information.

Since:
1.0
Version:
1.0
Author:
David Walluck

Constructor Summary
EmailInfo()
           
 
Method Summary
 byte[] getCookie16()
          Get the Cookie16 value.
 byte[] getCookie8()
          Get the Cookie8 value.
 java.lang.String getDomain()
          Get the Domain value.
 int getFlag()
          Get the Flag value.
 int getNumMsgs()
          Get the NumMsgs value.
 int getUnread()
          Get the Unread value.
 java.lang.String getURL()
          Get the URL value.
 void setCookie16(byte[] cookie16)
          Set the Cookie16 value.
 void setCookie8(byte[] cookie8)
          Set the Cookie8 value.
 void setDomain(java.lang.String domain)
          Set the Domain value.
 void setFlag(int flag)
          Set the Flag value.
 void setNumMsgs(int numMsgs)
          Set the NumMsgs value.
 void setUnread(int unread)
          Set the Unread value.
 void setURL(java.lang.String url)
          Set the URL value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailInfo

public EmailInfo()
Method Detail

getCookie8

public byte[] getCookie8()
Get the Cookie8 value.

Returns:
the Cookie8 value.

setCookie8

public void setCookie8(byte[] cookie8)
Set the Cookie8 value.

Parameters:
cookie8 - The new Cookie8 value.

getCookie16

public byte[] getCookie16()
Get the Cookie16 value.

Returns:
the Cookie16 value.

setCookie16

public void setCookie16(byte[] cookie16)
Set the Cookie16 value.

Parameters:
cookie16 - The new Cookie16 value.

getURL

public java.lang.String getURL()
Get the URL value.

Returns:
the URL value.

setURL

public void setURL(java.lang.String url)
Set the URL value.

Parameters:
url - The new URL value.

getNumMsgs

public int getNumMsgs()
Get the NumMsgs value.

Returns:
the NumMsgs value.

setNumMsgs

public void setNumMsgs(int numMsgs)
Set the NumMsgs value.

Parameters:
numMsgs - The new NumMsgs value.

getUnread

public int getUnread()
Get the Unread value.

Returns:
the Unread value.

setUnread

public void setUnread(int unread)
Set the Unread value.

Parameters:
unread - The new Unread value.

getDomain

public java.lang.String getDomain()
Get the Domain value.

Returns:
the Domain value.

setDomain

public void setDomain(java.lang.String domain)
Set the Domain value.

Parameters:
domain - The new Domain value.

getFlag

public int getFlag()
Get the Flag value.

Returns:
the Flag value.

setFlag

public void setFlag(int flag)
Set the Flag value.

Parameters:
flag - The new Flag value.