org.abstracthorizon.mercury.imap.util.section
Class MultipartSection

java.lang.Object
  extended by org.abstracthorizon.mercury.imap.util.Section
      extended by org.abstracthorizon.mercury.imap.util.section.PointerSection
          extended by org.abstracthorizon.mercury.imap.util.section.MultipartSection

public class MultipartSection
extends PointerSection

Multipart section

Author:
Daniel Sendula

Field Summary
 int partNo
           
 
Fields inherited from class org.abstracthorizon.mercury.imap.util.section.PointerSection
child
 
Constructor Summary
MultipartSection()
           
 
Method Summary
 String toString()
          Returns string representation of this object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

partNo

public int partNo
Constructor Detail

MultipartSection

public MultipartSection()
Method Detail

toString

public String toString()
Returns string representation of this object

Overrides:
toString in class Object
Returns:
string representation of this object


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.