diff --git a/app/src/main/java/shanmukha/in/sickle_cell/pojo.java b/app/src/main/java/shanmukha/in/sickle_cell/pojo.java deleted file mode 100644 index 57b120b..0000000 --- a/app/src/main/java/shanmukha/in/sickle_cell/pojo.java +++ /dev/null @@ -1,94 +0,0 @@ -package shanmukha.in.sickle_cell; - -public class pojo { - private String x_427; - private String x_555; - private String i_427; - private String i_555; - private String f_427; - private String f_555; - private String a_555; - private String a_427; - private String ratio; - private String result; - - public String getA_555() { - return a_555; - } - - public void setA_555(String a_555) { - this.a_555 = a_555; - } - - public String getA_427() { - return a_427; - } - - public void setA_427(String a_427) { - this.a_427 = a_427; - } - - public String getRatio() { - return ratio; - } - - public void setRatio(String ratio) { - this.ratio = ratio; - } - - public String getResult() { - return result; - } - - public void setResult(String result) { - this.result = result; - } - - public String getX_427() { - return x_427; - } - - public void setX_427(String x_427) { - this.x_427 = x_427; - } - - public String getX_555() { - return x_555; - } - - public void setX_555(String x_555) { - this.x_555 = x_555; - } - - public String getI_427() { - return i_427; - } - - public void setI_427(String i_427) { - this.i_427 = i_427; - } - - public String getI_555() { - return i_555; - } - - public void setI_555(String i_555) { - this.i_555 = i_555; - } - - public String getF_427() { - return f_427; - } - - public void setF_427(String f_427) { - this.f_427 = f_427; - } - - public String getF_555() { - return f_555; - } - - public void setF_555(String f_555) { - this.f_555 = f_555; - } -} \ No newline at end of file