first commit
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
package WEB-INF.classes.wenrgise.hrms.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.bean.BaseDetailBean;
|
||||
|
||||
public class HrmRecAdvAttrQualReqDtlBean extends BaseDetailBean implements Serializable {
|
||||
private String txtQualCode;
|
||||
|
||||
private String txtMandatoryFlag;
|
||||
|
||||
private String txtMaxmQualFlag;
|
||||
|
||||
private String hdnQualificationId;
|
||||
|
||||
private String hdnPrevDtlId;
|
||||
|
||||
private String txtQualDesc;
|
||||
|
||||
private String txtSpecialisation;
|
||||
|
||||
private String txtExposureIn;
|
||||
|
||||
public String getTxtQualCode() {
|
||||
return this.txtQualCode;
|
||||
}
|
||||
|
||||
public void setTxtQualCode(String newTxtQualCode) {
|
||||
this.txtQualCode = newTxtQualCode;
|
||||
}
|
||||
|
||||
public String getTxtMandatoryFlag() {
|
||||
return this.txtMandatoryFlag;
|
||||
}
|
||||
|
||||
public void setTxtMandatoryFlag(String newTxtMandatoryFlag) {
|
||||
this.txtMandatoryFlag = newTxtMandatoryFlag;
|
||||
}
|
||||
|
||||
public String getTxtMaxmQualFlag() {
|
||||
return this.txtMaxmQualFlag;
|
||||
}
|
||||
|
||||
public void setTxtMaxmQualFlag(String newTxtMaxmQualFlag) {
|
||||
this.txtMaxmQualFlag = newTxtMaxmQualFlag;
|
||||
}
|
||||
|
||||
public String getHdnQualificationId() {
|
||||
return this.hdnQualificationId;
|
||||
}
|
||||
|
||||
public void setHdnQualificationId(String newHdnQualificationId) {
|
||||
this.hdnQualificationId = newHdnQualificationId;
|
||||
}
|
||||
|
||||
public String getHdnPrevDtlId() {
|
||||
return this.hdnPrevDtlId;
|
||||
}
|
||||
|
||||
public void setHdnPrevDtlId(String newHdnPrevDtlId) {
|
||||
this.hdnPrevDtlId = newHdnPrevDtlId;
|
||||
}
|
||||
|
||||
public String getTxtQualDesc() {
|
||||
return this.txtQualDesc;
|
||||
}
|
||||
|
||||
public void setTxtQualDesc(String newTxtQualDesc) {
|
||||
this.txtQualDesc = newTxtQualDesc;
|
||||
}
|
||||
|
||||
public String getTxtSpecialisation() {
|
||||
return this.txtSpecialisation;
|
||||
}
|
||||
|
||||
public void setTxtSpecialisation(String newTxtSpecialisation) {
|
||||
this.txtSpecialisation = newTxtSpecialisation;
|
||||
}
|
||||
|
||||
public String getTxtExposureIn() {
|
||||
return this.txtExposureIn;
|
||||
}
|
||||
|
||||
public void setTxtExposureIn(String newTxtExposureIn) {
|
||||
this.txtExposureIn = newTxtExposureIn;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user