All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.mediamanager.ContentID

java.lang.Object
   |
   +----iceberg.mediamanager.ContentID

public class ContentID
extends Object
implements Serializable

Variable Index

 o theContentType
 o theMessageID
 o theMessagePart

Constructor Index

 o ContentID(MediaRef, int, int)

Method Index

 o convertTo(int)
 o equals(Object)
 o getMessageID()
 o getPartNumber()
 o getReturnType()
 o hashCode()
 o PrettyPrint(PrintStream)
 o toString()

Variables

 o theMessageID
 protected MediaRef theMessageID
 o theMessagePart
 protected int theMessagePart
 o theContentType
 protected int theContentType

Constructors

 o ContentID
 public ContentID(MediaRef theID,
                  int part,
                  int type)

Methods

 o getReturnType
 public int getReturnType()
 o getMessageID
 public MediaRef getMessageID()
 o getPartNumber
 public int getPartNumber()
 o toString
 public String toString()
Overrides:
toString in class Object
 o PrettyPrint
 public void PrettyPrint(PrintStream out)
 o equals
 public boolean equals(Object other)
Overrides:
equals in class Object
 o hashCode
 public int hashCode()
Overrides:
hashCode in class Object
 o convertTo
 public ContentID convertTo(int returnType)

All Packages  Class Hierarchy  This Package  Previous  Next  Index