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

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


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

Constructor Detail

ClientHelper.FileEntry

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

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.