407 lines
9.3 KiB
Java
407 lines
9.3 KiB
Java
package wenrgise.hrms.bean;
|
|
|
|
import java.io.Serializable;
|
|
import wenrgise.common.bean.BaseDetailBean;
|
|
|
|
public class HrmAprslKPADtlBean extends BaseDetailBean implements Serializable {
|
|
String txtKPACode;
|
|
|
|
String txtKPADesc;
|
|
|
|
String txtLevelAprl0;
|
|
|
|
String txtLevelRating0;
|
|
|
|
String txtLevelAprl1;
|
|
|
|
String txtLevelRating1;
|
|
|
|
String txtLevelAprl2;
|
|
|
|
String txtLevelRating2;
|
|
|
|
String txtLevelAprl3;
|
|
|
|
String txtLevelRating3;
|
|
|
|
String txtLevelAprl4;
|
|
|
|
String txtLevelRating4;
|
|
|
|
String txtTmplKPADtlId;
|
|
|
|
String txtEmpAprsKPAlHdrId;
|
|
|
|
String txtRatingFrom;
|
|
|
|
String txtRatingTo;
|
|
|
|
String txtRatingDesc;
|
|
|
|
String txtKPADtlId;
|
|
|
|
String txtKpaRatingReq;
|
|
|
|
String disabtxtLevelAprl0;
|
|
|
|
String disabtxtLevelRating0;
|
|
|
|
String disabtxtLevelAprl1;
|
|
|
|
String disabtxtLevelRating1;
|
|
|
|
String disabtxtLevelAprl2;
|
|
|
|
String disabtxtLevelRating2;
|
|
|
|
String disabtxtLevelAprl3;
|
|
|
|
String disabtxtLevelRating3;
|
|
|
|
String disabtxtLevelAprl4;
|
|
|
|
String disabtxtLevelRating4;
|
|
|
|
String disabbutRatingK0LOV;
|
|
|
|
String disabbutRatingK1LOV;
|
|
|
|
String disabbutRatingK2LOV;
|
|
|
|
String disabbutRatingK3LOV;
|
|
|
|
String disabbutRatingK4LOV;
|
|
|
|
String txtKpaAprslType;
|
|
|
|
private String txtLevelAprl5;
|
|
|
|
private String txtLevelRating5;
|
|
|
|
private String disabtxtLevelRating5;
|
|
|
|
private String disabtxtLevelAprl5;
|
|
|
|
private String disabbutRatingK5LOV;
|
|
|
|
public String getTxtKPACode() {
|
|
return this.txtKPACode;
|
|
}
|
|
|
|
public void setTxtKPACode(String newTxtKPACode) {
|
|
this.txtKPACode = newTxtKPACode;
|
|
}
|
|
|
|
public String getTxtKPADesc() {
|
|
return this.txtKPADesc;
|
|
}
|
|
|
|
public void setTxtKPADesc(String newTxtKPADesc) {
|
|
this.txtKPADesc = newTxtKPADesc;
|
|
}
|
|
|
|
public String getTxtLevelAprl0() {
|
|
return this.txtLevelAprl0;
|
|
}
|
|
|
|
public void setTxtLevelAprl0(String newTxtLevelAprl0) {
|
|
this.txtLevelAprl0 = newTxtLevelAprl0;
|
|
}
|
|
|
|
public String getTxtLevelRating0() {
|
|
return this.txtLevelRating0;
|
|
}
|
|
|
|
public void setTxtLevelRating0(String newTxtLevelRating0) {
|
|
this.txtLevelRating0 = newTxtLevelRating0;
|
|
}
|
|
|
|
public String getTxtLevelAprl1() {
|
|
return this.txtLevelAprl1;
|
|
}
|
|
|
|
public void setTxtLevelAprl1(String newTxtLevelAprl1) {
|
|
this.txtLevelAprl1 = newTxtLevelAprl1;
|
|
}
|
|
|
|
public String getTxtLevelRating1() {
|
|
return this.txtLevelRating1;
|
|
}
|
|
|
|
public void setTxtLevelRating1(String newTxtLevelRating1) {
|
|
this.txtLevelRating1 = newTxtLevelRating1;
|
|
}
|
|
|
|
public String getTxtLevelAprl2() {
|
|
return this.txtLevelAprl2;
|
|
}
|
|
|
|
public void setTxtLevelAprl2(String newTxtLevelAprl2) {
|
|
this.txtLevelAprl2 = newTxtLevelAprl2;
|
|
}
|
|
|
|
public String getTxtLevelRating2() {
|
|
return this.txtLevelRating2;
|
|
}
|
|
|
|
public void setTxtLevelRating2(String newTxtLevelRating2) {
|
|
this.txtLevelRating2 = newTxtLevelRating2;
|
|
}
|
|
|
|
public String getTxtLevelAprl3() {
|
|
return this.txtLevelAprl3;
|
|
}
|
|
|
|
public void setTxtLevelAprl3(String newTxtLevelAprl3) {
|
|
this.txtLevelAprl3 = newTxtLevelAprl3;
|
|
}
|
|
|
|
public String getTxtLevelRating3() {
|
|
return this.txtLevelRating3;
|
|
}
|
|
|
|
public void setTxtLevelRating3(String newTxtLevelRating3) {
|
|
this.txtLevelRating3 = newTxtLevelRating3;
|
|
}
|
|
|
|
public String getTxtLevelAprl4() {
|
|
return this.txtLevelAprl4;
|
|
}
|
|
|
|
public void setTxtLevelAprl4(String newTxtLevelAprl4) {
|
|
this.txtLevelAprl4 = newTxtLevelAprl4;
|
|
}
|
|
|
|
public String getTxtLevelRating4() {
|
|
return this.txtLevelRating4;
|
|
}
|
|
|
|
public void setTxtLevelRating4(String newTxtLevelRating4) {
|
|
this.txtLevelRating4 = newTxtLevelRating4;
|
|
}
|
|
|
|
public String getTxtTmplKPADtlId() {
|
|
return this.txtTmplKPADtlId;
|
|
}
|
|
|
|
public void setTxtTmplKPADtlId(String newTxtTmplKPADtlId) {
|
|
this.txtTmplKPADtlId = newTxtTmplKPADtlId;
|
|
}
|
|
|
|
public String getTxtEmpAprsKPAlHdrId() {
|
|
return this.txtEmpAprsKPAlHdrId;
|
|
}
|
|
|
|
public void setTxtEmpAprsKPAlHdrId(String newTxtEmpAprsKPAlHdrId) {
|
|
this.txtEmpAprsKPAlHdrId = newTxtEmpAprsKPAlHdrId;
|
|
}
|
|
|
|
public String getTxtRatingFrom() {
|
|
return this.txtRatingFrom;
|
|
}
|
|
|
|
public void setTxtRatingFrom(String newTxtRatingFrom) {
|
|
this.txtRatingFrom = newTxtRatingFrom;
|
|
}
|
|
|
|
public String getTxtRatingTo() {
|
|
return this.txtRatingTo;
|
|
}
|
|
|
|
public void setTxtRatingTo(String newTxtRatingTo) {
|
|
this.txtRatingTo = newTxtRatingTo;
|
|
}
|
|
|
|
public String getTxtRatingDesc() {
|
|
return this.txtRatingDesc;
|
|
}
|
|
|
|
public void setTxtRatingDesc(String newTxtRatingDesc) {
|
|
this.txtRatingDesc = newTxtRatingDesc;
|
|
}
|
|
|
|
public String getTxtKPADtlId() {
|
|
return this.txtKPADtlId;
|
|
}
|
|
|
|
public void setTxtKPADtlId(String newTxtKPADtlId) {
|
|
this.txtKPADtlId = newTxtKPADtlId;
|
|
}
|
|
|
|
public String getTxtKpaRatingReq() {
|
|
return this.txtKpaRatingReq;
|
|
}
|
|
|
|
public void setTxtKpaRatingReq(String newTxtKpaRatingReq) {
|
|
this.txtKpaRatingReq = newTxtKpaRatingReq;
|
|
}
|
|
|
|
public String getDisabtxtLevelAprl0() {
|
|
return this.disabtxtLevelAprl0;
|
|
}
|
|
|
|
public void setDisabtxtLevelAprl0(String newDisabtxtLevelAprl0) {
|
|
this.disabtxtLevelAprl0 = newDisabtxtLevelAprl0;
|
|
}
|
|
|
|
public String getDisabtxtLevelRating0() {
|
|
return this.disabtxtLevelRating0;
|
|
}
|
|
|
|
public void setDisabtxtLevelRating0(String newDisabtxtLevelRating0) {
|
|
this.disabtxtLevelRating0 = newDisabtxtLevelRating0;
|
|
}
|
|
|
|
public String getDisabtxtLevelAprl1() {
|
|
return this.disabtxtLevelAprl1;
|
|
}
|
|
|
|
public void setDisabtxtLevelAprl1(String newDisabtxtLevelAprl1) {
|
|
this.disabtxtLevelAprl1 = newDisabtxtLevelAprl1;
|
|
}
|
|
|
|
public String getDisabtxtLevelRating1() {
|
|
return this.disabtxtLevelRating1;
|
|
}
|
|
|
|
public void setDisabtxtLevelRating1(String newDisabtxtLevelRating1) {
|
|
this.disabtxtLevelRating1 = newDisabtxtLevelRating1;
|
|
}
|
|
|
|
public String getDisabtxtLevelAprl2() {
|
|
return this.disabtxtLevelAprl2;
|
|
}
|
|
|
|
public void setDisabtxtLevelAprl2(String newDisabtxtLevelAprl2) {
|
|
this.disabtxtLevelAprl2 = newDisabtxtLevelAprl2;
|
|
}
|
|
|
|
public String getDisabtxtLevelRating2() {
|
|
return this.disabtxtLevelRating2;
|
|
}
|
|
|
|
public void setDisabtxtLevelRating2(String newDisabtxtLevelRating2) {
|
|
this.disabtxtLevelRating2 = newDisabtxtLevelRating2;
|
|
}
|
|
|
|
public String getDisabtxtLevelAprl3() {
|
|
return this.disabtxtLevelAprl3;
|
|
}
|
|
|
|
public void setDisabtxtLevelAprl3(String newDisabtxtLevelAprl3) {
|
|
this.disabtxtLevelAprl3 = newDisabtxtLevelAprl3;
|
|
}
|
|
|
|
public String getDisabtxtLevelRating3() {
|
|
return this.disabtxtLevelRating3;
|
|
}
|
|
|
|
public void setDisabtxtLevelRating3(String newDisabtxtLevelRating3) {
|
|
this.disabtxtLevelRating3 = newDisabtxtLevelRating3;
|
|
}
|
|
|
|
public String getDisabtxtLevelAprl4() {
|
|
return this.disabtxtLevelAprl4;
|
|
}
|
|
|
|
public void setDisabtxtLevelAprl4(String newDisabtxtLevelAprl4) {
|
|
this.disabtxtLevelAprl4 = newDisabtxtLevelAprl4;
|
|
}
|
|
|
|
public String getDisabtxtLevelRating4() {
|
|
return this.disabtxtLevelRating4;
|
|
}
|
|
|
|
public void setDisabtxtLevelRating4(String newDisabtxtLevelRating4) {
|
|
this.disabtxtLevelRating4 = newDisabtxtLevelRating4;
|
|
}
|
|
|
|
public String getDisabbutRatingK0LOV() {
|
|
return this.disabbutRatingK0LOV;
|
|
}
|
|
|
|
public void setDisabbutRatingK0LOV(String newDisabbutRatingK0LOV) {
|
|
this.disabbutRatingK0LOV = newDisabbutRatingK0LOV;
|
|
}
|
|
|
|
public String getDisabbutRatingK1LOV() {
|
|
return this.disabbutRatingK1LOV;
|
|
}
|
|
|
|
public void setDisabbutRatingK1LOV(String newDisabbutRatingK1LOV) {
|
|
this.disabbutRatingK1LOV = newDisabbutRatingK1LOV;
|
|
}
|
|
|
|
public String getDisabbutRatingK2LOV() {
|
|
return this.disabbutRatingK2LOV;
|
|
}
|
|
|
|
public void setDisabbutRatingK2LOV(String newDisabbutRatingK2LOV) {
|
|
this.disabbutRatingK2LOV = newDisabbutRatingK2LOV;
|
|
}
|
|
|
|
public String getDisabbutRatingK3LOV() {
|
|
return this.disabbutRatingK3LOV;
|
|
}
|
|
|
|
public void setDisabbutRatingK3LOV(String newDisabbutRatingK3LOV) {
|
|
this.disabbutRatingK3LOV = newDisabbutRatingK3LOV;
|
|
}
|
|
|
|
public String getDisabbutRatingK4LOV() {
|
|
return this.disabbutRatingK4LOV;
|
|
}
|
|
|
|
public void setDisabbutRatingK4LOV(String newDisabbutRatingK4LOV) {
|
|
this.disabbutRatingK4LOV = newDisabbutRatingK4LOV;
|
|
}
|
|
|
|
public String getTxtKpaAprslType() {
|
|
return this.txtKpaAprslType;
|
|
}
|
|
|
|
public void setTxtKpaAprslType(String newTxtKpaAprslType) {
|
|
this.txtKpaAprslType = newTxtKpaAprslType;
|
|
}
|
|
|
|
public String getTxtLevelAprl5() {
|
|
return this.txtLevelAprl5;
|
|
}
|
|
|
|
public void setTxtLevelAprl5(String newTxtLevelAprl5) {
|
|
this.txtLevelAprl5 = newTxtLevelAprl5;
|
|
}
|
|
|
|
public String getTxtLevelRating5() {
|
|
return this.txtLevelRating5;
|
|
}
|
|
|
|
public void setTxtLevelRating5(String newTxtLevelRating5) {
|
|
this.txtLevelRating5 = newTxtLevelRating5;
|
|
}
|
|
|
|
public String getDisabtxtLevelRating5() {
|
|
return this.disabtxtLevelRating5;
|
|
}
|
|
|
|
public void setDisabtxtLevelRating5(String newDisabtxtLevelRating5) {
|
|
this.disabtxtLevelRating5 = newDisabtxtLevelRating5;
|
|
}
|
|
|
|
public String getDisabtxtLevelAprl5() {
|
|
return this.disabtxtLevelAprl5;
|
|
}
|
|
|
|
public void setDisabtxtLevelAprl5(String newDisabtxtLevelAprl5) {
|
|
this.disabtxtLevelAprl5 = newDisabtxtLevelAprl5;
|
|
}
|
|
|
|
public String getDisabbutRatingK5LOV() {
|
|
return this.disabbutRatingK5LOV;
|
|
}
|
|
|
|
public void setDisabbutRatingK5LOV(String newDisabbutRatingK5LOV) {
|
|
this.disabbutRatingK5LOV = newDisabbutRatingK5LOV;
|
|
}
|
|
}
|