You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
1.6 KiB
68 lines
1.6 KiB
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;
|
|
}
|
|
}
|