|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.EmailInfo
public class EmailInfo
Email information.
Constructor Summary | |
---|---|
EmailInfo()
|
Method Summary | |
---|---|
byte[] |
getCookie16()
Get the Cookie16 value. |
byte[] |
getCookie8()
Get the Cookie8 value. |
String |
getDomain()
Get the Domain value. |
int |
getFlag()
Get the Flag value. |
int |
getNumMsgs()
Get the NumMsgs value. |
int |
getUnread()
Get the Unread value. |
String |
getURL()
Get the URL value. |
void |
setCookie16(byte[] cookie16)
Set the Cookie16 value. |
void |
setCookie8(byte[] cookie8)
Set the Cookie8 value. |
void |
setDomain(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(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 |
---|
public EmailInfo()
Method Detail |
---|
public byte[] getCookie8()
public void setCookie8(byte[] cookie8)
cookie8
- The new Cookie8 value.public byte[] getCookie16()
public void setCookie16(byte[] cookie16)
cookie16
- The new Cookie16 value.public String getURL()
public void setURL(String url)
url
- The new URL value.public int getNumMsgs()
public void setNumMsgs(int numMsgs)
numMsgs
- The new NumMsgs value.public int getUnread()
public void setUnread(int unread)
unread
- The new Unread value.public String getDomain()
public void setDomain(String domain)
domain
- The new Domain value.public int getFlag()
public void setFlag(int flag)
flag
- The new Flag value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |