package wenrgise.hrms.bean; import java.io.Serializable; import wenrgise.common.bean.BaseHeaderBean; public class HrmLvCreditHdrBean extends BaseHeaderBean implements Serializable { private String txtRegionCode; String txtRegionName; private String buttxtRegion; private String butCreditLeaves; private String hdrRegionId; private String employeeNo; private String employeeName; private String leaveType; private String leaveDescription; private String employeeNoId; private String leaveTypeId; private String txtNoOfDays; public String getTxtRegionCode() { return this.txtRegionCode; } public void setTxtRegionCode(String newTxtRegionCode) { this.txtRegionCode = newTxtRegionCode; } public String getTxtRegionName() { return this.txtRegionName; } public void setTxtRegionName(String newTxtRegionName) { this.txtRegionName = newTxtRegionName; } public String getButtxtRegion() { return this.buttxtRegion; } public void setButtxtRegion(String newButtxtRegion) { this.buttxtRegion = newButtxtRegion; } public String getButCreditLeaves() { return this.butCreditLeaves; } public void setButCreditLeaves(String newButCreditLeaves) { this.butCreditLeaves = newButCreditLeaves; } public String getHdrRegionId() { return this.hdrRegionId; } public void setHdrRegionId(String newHdrRegionId) { this.hdrRegionId = newHdrRegionId; } public String getEmployeeNo() { return this.employeeNo; } public void setEmployeeNo(String newEmployeeNo) { this.employeeNo = newEmployeeNo; } public String getEmployeeName() { return this.employeeName; } public void setEmployeeName(String newEmployeeName) { this.employeeName = newEmployeeName; } public String getLeaveType() { return this.leaveType; } public void setLeaveType(String newLeaveType) { this.leaveType = newLeaveType; } public String getLeaveDescription() { return this.leaveDescription; } public void setLeaveDescription(String newLeaveDescription) { this.leaveDescription = newLeaveDescription; } public String getEmployeeNoId() { return this.employeeNoId; } public void setEmployeeNoId(String newEmployeeNoId) { this.employeeNoId = newEmployeeNoId; } public String getLeaveTypeId() { return this.leaveTypeId; } public void setLeaveTypeId(String newLeaveTypeId) { this.leaveTypeId = newLeaveTypeId; } public String getTxtNoOfDays() { return this.txtNoOfDays; } public void setTxtNoOfDays(String newTxtNoOfDays) { this.txtNoOfDays = newTxtNoOfDays; } }