|
|||||||||
| Home >> All >> org >> mrbook >> mrpostman >> another >> [ summary overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mrbook.mrpostman.another.summary
Class SummaryItem

java.lang.Objectorg.mrbook.mrpostman.another.summary.SummaryItem
- public class SummaryItem
- extends java.lang.Object
Represents the summary info for a particular message.
| Field Summary | |
static java.lang.String |
CVSID
|
private CmdSummary |
dele
A DELE command summary |
private HeaderInfo |
header
The message's header. |
private CmdSummary |
retr
A RETR command summary |
private CmdSummary |
top
A TOP command summary |
| Constructor Summary | |
SummaryItem()
|
|
| Method Summary | |
CmdSummary |
getDele()
|
HeaderInfo |
getHeader()
|
CmdSummary |
getRetr()
|
CmdSummary |
getTop()
|
void |
setHeader(HeaderInfo newHeader)
|
java.lang.String |
toString()
Return a string prepresentation of this summary information |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
CVSID
public static final java.lang.String CVSID
- See Also:
- Constant Field Values
header
private HeaderInfo header
- The message's header.
top
private CmdSummary top
- A TOP command summary
retr
private CmdSummary retr
- A RETR command summary
dele
private CmdSummary dele
- A DELE command summary
| Constructor Detail |
SummaryItem
public SummaryItem()
| Method Detail |
toString
public java.lang.String toString()
- Return a string prepresentation of this summary information
setHeader
public void setHeader(HeaderInfo newHeader)
getHeader
public HeaderInfo getHeader()
getTop
public CmdSummary getTop()
getRetr
public CmdSummary getRetr()
getDele
public CmdSummary getDele()
|
|||||||||
| Home >> All >> org >> mrbook >> mrpostman >> another >> [ summary overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.mrbook.mrpostman.another.summary.SummaryItem