visad.data.amanda
Class Module

java.lang.Object
  extended by visad.data.amanda.Point
      extended by visad.data.amanda.Module
All Implemented Interfaces:
Comparable

public class Module
extends Point
implements Comparable


Method Summary
 int compareTo(Module mod)
           
 int compareTo(Object obj)
           
 boolean equals(Object o)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

compareTo

public int compareTo(Object obj)
Specified by:
compareTo in interface Comparable

compareTo

public int compareTo(Module mod)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Point