org.exoplatform.clouddrive.cmis.ecms.viewer.storage
Class PDFViewerStorage.PDFFile.PageKey

java.lang.Object
  extended by org.exoplatform.clouddrive.cmis.ecms.viewer.storage.PDFViewerStorage.PDFFile.PageKey
Enclosing class:
PDFViewerStorage.PDFFile

protected class PDFViewerStorage.PDFFile.PageKey
extends Object


Field Summary
protected  int hashCode
           
protected  Integer page
           
protected  Float rotation
           
protected  Float scale
           
 
Constructor Summary
protected PDFViewerStorage.PDFFile.PageKey(Integer page, Float rotation, Float scale)
           
 
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

page

protected final Integer page

rotation

protected final Float rotation

scale

protected final Float scale

hashCode

protected final int hashCode
Constructor Detail

PDFViewerStorage.PDFFile.PageKey

protected PDFViewerStorage.PDFFile.PageKey(Integer page,
                                           Float rotation,
                                           Float scale)
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.