Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mrbook.mrpostman.another
Class AnotherMailDropSummary  view AnotherMailDropSummary download AnotherMailDropSummary.java

java.lang.Object
  extended byorg.mrbook.mrpostman.another.summary.MailDropSummary
      extended byorg.mrbook.mrpostman.another.AnotherMailDropSummary

class AnotherMailDropSummary
extends org.mrbook.mrpostman.another.summary.MailDropSummary

Another.com Summary class. This will store the mail drop summary info specific to Another.com


Field Summary
static java.lang.String CVSID
           
private  int numberOfMoves
          The number of msg move to 'READ' actions performed.
 
Fields inherited from class org.mrbook.mrpostman.another.summary.MailDropSummary
 
Constructor Summary
(package private) AnotherMailDropSummary()
           
 
Method Summary
protected  java.lang.String getSessionSpecificSummaryInfo()
          Return supplementary summary info specific to Another.com sessions.
 void moveMsgSuccess()
           
 
Methods inherited from class org.mrbook.mrpostman.another.summary.MailDropSummary
addGeneralError, deleFailure, deleSuccess, getSummaryItemForMsg, retrFailure, retrSuccess, setMsgHeader, setNumberOfMessages, setUsername, topFailure, topSuccess, toString
 
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

numberOfMoves

private int numberOfMoves
The number of msg move to 'READ' actions performed.

Constructor Detail

AnotherMailDropSummary

AnotherMailDropSummary()
Method Detail

getSessionSpecificSummaryInfo

protected java.lang.String getSessionSpecificSummaryInfo()
Return supplementary summary info specific to Another.com sessions.


moveMsgSuccess

public void moveMsgSuccess()