edu.jhu.ece.iacl.jist.pipeline.view.input
Class ParamVolumeURIInputView.VolumeListBoxItem

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.pipeline.view.input.ParamVolumeURIInputView.VolumeListBoxItem
All Implemented Interfaces:
java.lang.Comparable<ParamVolumeURIInputView.VolumeListBoxItem>
Enclosing class:
ParamVolumeURIInputView

public static class ParamVolumeURIInputView.VolumeListBoxItem
extends java.lang.Object
implements java.lang.Comparable<ParamVolumeURIInputView.VolumeListBoxItem>


Field Summary
 java.io.File file
          The file.
 java.lang.String name
          The name.
 
Constructor Summary
ParamVolumeURIInputView.VolumeListBoxItem()
           
 
Method Summary
 int compareTo(ParamVolumeURIInputView.VolumeListBoxItem obj)
           
 boolean equals(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
The name.


file

public java.io.File file
The file.

Constructor Detail

ParamVolumeURIInputView.VolumeListBoxItem

public ParamVolumeURIInputView.VolumeListBoxItem()
Method Detail

compareTo

public int compareTo(ParamVolumeURIInputView.VolumeListBoxItem obj)
Specified by:
compareTo in interface java.lang.Comparable<ParamVolumeURIInputView.VolumeListBoxItem>

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object