planetj.database
Class Field.FieldLocation

java.lang.Object
  |
  +--planetj.database.Field.FieldLocation
All Implemented Interfaces:
Serializable
Enclosing class:
Field

public static final class Field.FieldLocation
extends Object
implements Serializable

See Also:
Serialized Form

Method Summary
 boolean equals(Object o)
           
 int getIndex()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()

getIndex

public int getIndex()

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object