org.exoplatform.clouddrive.cmis.ecms.viewer.storage
Class PDFViewerStorage.FileKey

java.lang.Object
  extended by org.exoplatform.clouddrive.cmis.ecms.viewer.storage.PDFViewerStorage.FileKey
All Implemented Interfaces:
Serializable
Enclosing class:
PDFViewerStorage

protected class PDFViewerStorage.FileKey
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String driveName
           
protected  String fileId
           
protected  int hashCode
           
protected  String repository
           
protected  String username
           
protected  String workspace
           
 
Constructor Summary
protected PDFViewerStorage.FileKey(String repository, String workspace, String username, String driveName, String fileId)
           
 
Method Summary
 boolean equals(Object obj)
          
 int hashCode()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

repository

protected final String repository

workspace

protected final String workspace

username

protected final String username

driveName

protected final String driveName

fileId

protected final String fileId

hashCode

protected final int hashCode
Constructor Detail

PDFViewerStorage.FileKey

protected PDFViewerStorage.FileKey(String repository,
                                   String workspace,
                                   String username,
                                   String driveName,
                                   String fileId)
Method Detail

hashCode

public int hashCode()

Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)

Overrides:
equals in class Object

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2003–2015 eXo Platform SAS. All rights reserved.