net.obsearch.index.perm.impl
Class PerShort

java.lang.Object
  extended by net.obsearch.index.perm.impl.PerShort
All Implemented Interfaces:
Comparable<PerShort>

public class PerShort
extends Object
implements Comparable<PerShort>


Constructor Summary
PerShort(short distance, short id)
           
 
Method Summary
 int compareTo(PerShort o)
           
 boolean equals(Object o)
           
 short getDistance()
           
 short getId()
           
 int hashCode()
           
 void setDistance(short distance)
           
 void setId(short id)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerShort

public PerShort(short distance,
                short id)
Method Detail

compareTo

public int compareTo(PerShort o)
Specified by:
compareTo in interface Comparable<PerShort>

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getDistance

public short getDistance()

setDistance

public void setDistance(short distance)

getId

public short getId()

setId

public void setId(short id)


Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.