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