public class DocumentDescriptor
extends java.lang.Object
Constructor and Description |
---|
DocumentDescriptor(POIFSDocumentPath path,
java.lang.String name)
Trivial constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
equality.
|
int |
hashCode()
calculate and return the hashcode
|
java.lang.String |
toString() |
public DocumentDescriptor(POIFSDocumentPath path, java.lang.String name)
path
- the Document pathname
- the Document namepublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object we're checking equality forpublic int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.