org.apache.chemistry.opencmis.workbench
Class ClientHelper.FileEntry
java.lang.Object
org.apache.chemistry.opencmis.workbench.ClientHelper.FileEntry
- All Implemented Interfaces:
- java.lang.Comparable<ClientHelper.FileEntry>
- Enclosing class:
- ClientHelper
public static class ClientHelper.FileEntry
- extends java.lang.Object
- implements java.lang.Comparable<ClientHelper.FileEntry>
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ClientHelper.FileEntry
public ClientHelper.FileEntry(java.lang.String name,
java.lang.String file)
getName
public java.lang.String getName()
getFile
public java.lang.String getFile()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
compareTo
public int compareTo(ClientHelper.FileEntry o)
- Specified by:
compareTo
in interface java.lang.Comparable<ClientHelper.FileEntry>
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.