org.bibalex.daf.managers.checkin
Class ChooseRetrievalDriveDialog.Drive

java.lang.Object
  extended by org.bibalex.daf.managers.checkin.ChooseRetrievalDriveDialog.Drive
Enclosing class:
ChooseRetrievalDriveDialog

private class ChooseRetrievalDriveDialog.Drive
extends java.lang.Object


Field Summary
private  java.io.File file
           
 
Constructor Summary
ChooseRetrievalDriveDialog.Drive(java.io.File file)
           
 
Method Summary
 java.io.File getFileObject()
          returns the File object of this drive.
 java.lang.String toString()
          Overrides the toString method to display it properly in the Combo Box.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

file

private java.io.File file
Constructor Detail

ChooseRetrievalDriveDialog.Drive

public ChooseRetrievalDriveDialog.Drive(java.io.File file)
Parameters:
file -
Method Detail

toString

public java.lang.String toString()
Overrides the toString method to display it properly in the Combo Box.

Overrides:
toString in class java.lang.Object
Returns:
String repsenting the letter of the drive.
See Also:
File.toString()

getFileObject

public java.io.File getFileObject()
returns the File object of this drive.

Returns:
the File object of this drive.