first commit
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
package wenrgise.hrms.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.bean.BaseDetailBean;
|
||||
|
||||
public class HrmAppraisalTemplateKpaDtlBean extends BaseDetailBean implements Serializable {
|
||||
String txtKpaGroupCode;
|
||||
|
||||
String txtApprKpa;
|
||||
|
||||
String txtKpaId;
|
||||
|
||||
String txtWeightage;
|
||||
|
||||
String disabtxtKpaGroupCode;
|
||||
|
||||
String disabtxtApprKpa;
|
||||
|
||||
String disabtxtWeightage;
|
||||
|
||||
String disabbutKPAGroupCode;
|
||||
|
||||
public String getTxtKpaGroupCode() {
|
||||
return this.txtKpaGroupCode;
|
||||
}
|
||||
|
||||
public void setTxtKpaGroupCode(String newTxtKpaGroupCode) {
|
||||
this.txtKpaGroupCode = newTxtKpaGroupCode;
|
||||
}
|
||||
|
||||
public String getTxtApprKpa() {
|
||||
return this.txtApprKpa;
|
||||
}
|
||||
|
||||
public void setTxtApprKpa(String newTxtApprKpa) {
|
||||
this.txtApprKpa = newTxtApprKpa;
|
||||
}
|
||||
|
||||
public String getTxtKpaId() {
|
||||
return this.txtKpaId;
|
||||
}
|
||||
|
||||
public void setTxtKpaId(String newTxtKpaId) {
|
||||
this.txtKpaId = newTxtKpaId;
|
||||
}
|
||||
|
||||
public String getTxtWeightage() {
|
||||
return this.txtWeightage;
|
||||
}
|
||||
|
||||
public void setTxtWeightage(String newTxtWeightage) {
|
||||
this.txtWeightage = newTxtWeightage;
|
||||
}
|
||||
|
||||
public String getDisabtxtKpaGroupCode() {
|
||||
return this.disabtxtKpaGroupCode;
|
||||
}
|
||||
|
||||
public void setDisabtxtKpaGroupCode(String newDisabtxtKpaGroupCode) {
|
||||
this.disabtxtKpaGroupCode = newDisabtxtKpaGroupCode;
|
||||
}
|
||||
|
||||
public String getDisabtxtApprKpa() {
|
||||
return this.disabtxtApprKpa;
|
||||
}
|
||||
|
||||
public void setDisabtxtApprKpa(String newDisabtxtApprKpa) {
|
||||
this.disabtxtApprKpa = newDisabtxtApprKpa;
|
||||
}
|
||||
|
||||
public String getDisabtxtWeightage() {
|
||||
return this.disabtxtWeightage;
|
||||
}
|
||||
|
||||
public void setDisabtxtWeightage(String newDisabtxtWeightage) {
|
||||
this.disabtxtWeightage = newDisabtxtWeightage;
|
||||
}
|
||||
|
||||
public String getDisabbutKPAGroupCode() {
|
||||
return this.disabbutKPAGroupCode;
|
||||
}
|
||||
|
||||
public void setDisabbutKPAGroupCode(String newDisabbutKPAGroupCode) {
|
||||
this.disabbutKPAGroupCode = newDisabbutKPAGroupCode;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user