| java.lang.Object org.apache.poi.poifs.filesystem.DocumentDescriptor
DocumentDescriptor | public class DocumentDescriptor (Code) | | Class DocumentDescriptor
author: Marc Johnson (mjohnson at apache dot org) version: %I%, %G% |
DocumentDescriptor | public DocumentDescriptor(POIFSDocumentPath path, String name)(Code) | | Trivial constructor
Parameters: path - the Document path Parameters: name - the Document name |
equals | public boolean equals(Object o)(Code) | | equality. Two DocumentDescriptor instances are equal if they
have equal paths and names
Parameters: o - the object we're checking equality for true if the object is equal to this object |
hashCode | public int hashCode()(Code) | | calculate and return the hashcode
hashcode |
|
|