edu.mayo.bsi.ngsportal.server
Class ContactSorter

java.lang.Object
  extended by edu.mayo.bsi.ngsportal.server.ContactSorter
All Implemented Interfaces:
Comparable<ContactSorter>

public class ContactSorter
extends Object
implements Comparable<ContactSorter>

@author Gregory Dougherty


Constructor Summary
ContactSorter(illumina.seq.dao.ContactDAO contact)
           
 
Method Summary
 int compareTo(ContactSorter other)
           
 illumina.seq.dao.ContactDAO getContact()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContactSorter

public ContactSorter(illumina.seq.dao.ContactDAO contact)
Parameters:
contact -
Method Detail

compareTo

public int compareTo(ContactSorter other)
Specified by:
compareTo in interface Comparable<ContactSorter>

getContact

public final illumina.seq.dao.ContactDAO getContact()
Returns:
the contact

toString

public String toString()
Overrides:
toString in class Object