org.apache.chemistry.opencmis.workbench
Class ClientHelper.FileEntry

java.lang.Object
  extended by 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>


Constructor Summary
ClientHelper.FileEntry(String name, String file)
           
 
Method Summary
 int compareTo(ClientHelper.FileEntry o)
           
 boolean equals(Object obj)
           
 String getFile()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientHelper.FileEntry

public ClientHelper.FileEntry(String name,
                              String file)
Method Detail

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.