parent
187125a9e9
commit
bd172bbc28
@ -0,0 +1,67 @@
|
|||||||
|
package com.WR.StudentMS.model;
|
||||||
|
|
||||||
|
public class Registrationwmm{
|
||||||
|
private String studentidwmm;
|
||||||
|
private String namewmm;
|
||||||
|
private String sexwmm;
|
||||||
|
private String agewmm;
|
||||||
|
private String classwmm;
|
||||||
|
private String admissionwmm;
|
||||||
|
private String graduationwmm;
|
||||||
|
private String lengthwmm;
|
||||||
|
private String collegewmm;
|
||||||
|
public String getStudentidwmm() {
|
||||||
|
return studentidwmm;
|
||||||
|
}
|
||||||
|
public void setStudentidwmm(String studentidwmm) {
|
||||||
|
this.studentidwmm = studentidwmm;
|
||||||
|
}
|
||||||
|
public String getNamewmm() {
|
||||||
|
return namewmm;
|
||||||
|
}
|
||||||
|
public void setNamewmm(String namewmm) {
|
||||||
|
this.namewmm = namewmm;
|
||||||
|
}
|
||||||
|
public String getSexwmm() {
|
||||||
|
return sexwmm;
|
||||||
|
}
|
||||||
|
public void setSexwmm(String sexwmm) {
|
||||||
|
this.sexwmm = sexwmm;
|
||||||
|
}
|
||||||
|
public String getAgewmm() {
|
||||||
|
return agewmm;
|
||||||
|
}
|
||||||
|
public void setAgewmm(String agewmm) {
|
||||||
|
this.agewmm = agewmm;
|
||||||
|
}
|
||||||
|
public String getClasswmm() {
|
||||||
|
return classwmm;
|
||||||
|
}
|
||||||
|
public void setClasswmm(String classwmm) {
|
||||||
|
this.classwmm = classwmm;
|
||||||
|
}
|
||||||
|
public String getAdmissionwmm() {
|
||||||
|
return admissionwmm;
|
||||||
|
}
|
||||||
|
public void setAdmissionwmm(String admissionwmm) {
|
||||||
|
this.admissionwmm = admissionwmm;
|
||||||
|
}
|
||||||
|
public String getGraduationwmm() {
|
||||||
|
return graduationwmm;
|
||||||
|
}
|
||||||
|
public void setGraduationwmm(String graduationwmm) {
|
||||||
|
this.graduationwmm = graduationwmm;
|
||||||
|
}
|
||||||
|
public String getLengthwmm() {
|
||||||
|
return lengthwmm;
|
||||||
|
}
|
||||||
|
public void setLengthwmm(String lengthwmm) {
|
||||||
|
this.lengthwmm = lengthwmm;
|
||||||
|
}
|
||||||
|
public String getCollegewmm() {
|
||||||
|
return collegewmm;
|
||||||
|
}
|
||||||
|
public void setCollegewmm(String collegewmm) {
|
||||||
|
this.collegewmm = collegewmm;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue