first commit
This commit is contained in:
173
hrmsEjb/wenrgise/hrms/bean/HrmLvCreditDtlBean.java
Normal file
173
hrmsEjb/wenrgise/hrms/bean/HrmLvCreditDtlBean.java
Normal file
@@ -0,0 +1,173 @@
|
||||
package wenrgise.hrms.bean;
|
||||
|
||||
public class HrmLvCreditDtlBean extends HrmLvMstDtlBean {
|
||||
private String lastCreditYYMM;
|
||||
|
||||
private String nextCreditYYMM;
|
||||
|
||||
private String lvAttrId;
|
||||
|
||||
private String sex;
|
||||
|
||||
private String creditCycle;
|
||||
|
||||
private String minCreditLimit;
|
||||
|
||||
private String eligibility;
|
||||
|
||||
private String yearsOfService;
|
||||
|
||||
private String calBeginMonth;
|
||||
|
||||
private String name;
|
||||
|
||||
private String employeeNo;
|
||||
|
||||
private String employeeName;
|
||||
|
||||
private String leaveType;
|
||||
|
||||
private String leaveDescription;
|
||||
|
||||
private String employeeNoId;
|
||||
|
||||
private String leaveTypeId;
|
||||
|
||||
private String txtNoOfDays;
|
||||
|
||||
public String getLastCreditYYMM() {
|
||||
return this.lastCreditYYMM;
|
||||
}
|
||||
|
||||
public void setLastCreditYYMM(String newLastCreditYYMM) {
|
||||
this.lastCreditYYMM = newLastCreditYYMM;
|
||||
}
|
||||
|
||||
public String getNextCreditYYMM() {
|
||||
return this.nextCreditYYMM;
|
||||
}
|
||||
|
||||
public void setNextCreditYYMM(String newNextCreditYYMM) {
|
||||
this.nextCreditYYMM = newNextCreditYYMM;
|
||||
}
|
||||
|
||||
public String getLvAttrId() {
|
||||
return this.lvAttrId;
|
||||
}
|
||||
|
||||
public void setLvAttrId(String newLvAttrId) {
|
||||
this.lvAttrId = newLvAttrId;
|
||||
}
|
||||
|
||||
public String getSex() {
|
||||
return this.sex;
|
||||
}
|
||||
|
||||
public void setSex(String newSex) {
|
||||
this.sex = newSex;
|
||||
}
|
||||
|
||||
public String getCreditCycle() {
|
||||
return this.creditCycle;
|
||||
}
|
||||
|
||||
public void setCreditCycle(String newCreditCycle) {
|
||||
this.creditCycle = newCreditCycle;
|
||||
}
|
||||
|
||||
public String getMinCreditLimit() {
|
||||
return this.minCreditLimit;
|
||||
}
|
||||
|
||||
public void setMinCreditLimit(String newMinCreditLimit) {
|
||||
this.minCreditLimit = newMinCreditLimit;
|
||||
}
|
||||
|
||||
public String getEligibility() {
|
||||
return this.eligibility;
|
||||
}
|
||||
|
||||
public void setEligibility(String newEligibility) {
|
||||
this.eligibility = newEligibility;
|
||||
}
|
||||
|
||||
public String getYearsOfService() {
|
||||
return this.yearsOfService;
|
||||
}
|
||||
|
||||
public void setYearsOfService(String newYearsOfService) {
|
||||
this.yearsOfService = newYearsOfService;
|
||||
}
|
||||
|
||||
public String getCalBeginMonth() {
|
||||
return this.calBeginMonth;
|
||||
}
|
||||
|
||||
public void setCalBeginMonth(String newCalBeginMonth) {
|
||||
this.calBeginMonth = newCalBeginMonth;
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return this.name;
|
||||
}
|
||||
|
||||
public void setName(String newName) {
|
||||
this.name = newName;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user