00001 public class Referral implements java.io.Serializable 00002 { 00003 int referral_id; 00004 int doctor_id; 00005 boolean incoming; 00006 }