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
-
theContentType
-
-
theMessageID
-
-
theMessagePart
-
-
ContentID(MediaRef, int, int)
-
-
convertTo(int)
-
-
equals(Object)
-
-
getMessageID()
-
-
getPartNumber()
-
-
getReturnType()
-
-
hashCode()
-
-
PrettyPrint(PrintStream)
-
-
toString()
-
theMessageID
protected MediaRef theMessageID
theMessagePart
protected int theMessagePart
theContentType
protected int theContentType
ContentID
public ContentID(MediaRef theID,
int part,
int type)
getReturnType
public int getReturnType()
getMessageID
public MediaRef getMessageID()
getPartNumber
public int getPartNumber()
toString
public String toString()
- Overrides:
- toString in class Object
PrettyPrint
public void PrettyPrint(PrintStream out)
equals
public boolean equals(Object other)
- Overrides:
- equals in class Object
hashCode
public int hashCode()
- Overrides:
- hashCode in class Object
convertTo
public ContentID convertTo(int returnType)
All Packages Class Hierarchy This Package Previous Next Index