first commit
This commit is contained in:
26
hrmsEjb/wenrgise/hrms/vo/HrmATDDptnApplQVO.java
Normal file
26
hrmsEjb/wenrgise/hrms/vo/HrmATDDptnApplQVO.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmATDDptnApplQVO extends BaseQueryVO implements Serializable {
|
||||
private String employeeNo;
|
||||
|
||||
private String applnNo;
|
||||
|
||||
public String getEmployeeNo() {
|
||||
return this.employeeNo;
|
||||
}
|
||||
|
||||
public void setEmployeeNo(String newEmployeeNo) {
|
||||
this.employeeNo = newEmployeeNo;
|
||||
}
|
||||
|
||||
public String getApplnNo() {
|
||||
return this.applnNo;
|
||||
}
|
||||
|
||||
public void setApplnNo(String newApplnNo) {
|
||||
this.applnNo = newApplnNo;
|
||||
}
|
||||
}
|
26
hrmsEjb/wenrgise/hrms/vo/HrmATDDptnChrgRptQVO.java
Normal file
26
hrmsEjb/wenrgise/hrms/vo/HrmATDDptnChrgRptQVO.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmATDDptnChrgRptQVO extends BaseQueryVO implements Serializable {
|
||||
String dptOrderNo;
|
||||
|
||||
private String empId;
|
||||
|
||||
public String getDptOrderNo() {
|
||||
return this.dptOrderNo;
|
||||
}
|
||||
|
||||
public void setDptOrderNo(String newDptOrderNo) {
|
||||
this.dptOrderNo = newDptOrderNo;
|
||||
}
|
||||
|
||||
public String getEmpId() {
|
||||
return this.empId;
|
||||
}
|
||||
|
||||
public void setEmpId(String newEmpId) {
|
||||
this.empId = newEmpId;
|
||||
}
|
||||
}
|
46
hrmsEjb/wenrgise/hrms/vo/HrmATDDptnOrderSingleEmpQVO.java
Normal file
46
hrmsEjb/wenrgise/hrms/vo/HrmATDDptnOrderSingleEmpQVO.java
Normal file
@@ -0,0 +1,46 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmATDDptnOrderSingleEmpQVO extends BaseQueryVO implements Serializable {
|
||||
String orderNo;
|
||||
|
||||
String applnNo;
|
||||
|
||||
String headerPrimaryKey1;
|
||||
|
||||
String employeeNoId;
|
||||
|
||||
public String getOrderNo() {
|
||||
return this.orderNo;
|
||||
}
|
||||
|
||||
public void setOrderNo(String newOrderNo) {
|
||||
this.orderNo = newOrderNo;
|
||||
}
|
||||
|
||||
public String getApplnNo() {
|
||||
return this.applnNo;
|
||||
}
|
||||
|
||||
public void setApplnNo(String newApplnNo) {
|
||||
this.applnNo = newApplnNo;
|
||||
}
|
||||
|
||||
public String getHeaderPrimaryKey1() {
|
||||
return this.headerPrimaryKey1;
|
||||
}
|
||||
|
||||
public void setHeaderPrimaryKey1(String newHeaderPrimaryKey1) {
|
||||
this.headerPrimaryKey1 = newHeaderPrimaryKey1;
|
||||
}
|
||||
|
||||
public String getEmployeeNoId() {
|
||||
return this.employeeNoId;
|
||||
}
|
||||
|
||||
public void setEmployeeNoId(String newEmployeeNoId) {
|
||||
this.employeeNoId = newEmployeeNoId;
|
||||
}
|
||||
}
|
36
hrmsEjb/wenrgise/hrms/vo/HrmATDTransApplQVO.java
Normal file
36
hrmsEjb/wenrgise/hrms/vo/HrmATDTransApplQVO.java
Normal file
@@ -0,0 +1,36 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmATDTransApplQVO extends BaseQueryVO implements Serializable {
|
||||
private String employeeNo;
|
||||
|
||||
private String applnNo;
|
||||
|
||||
private String employeeNoId;
|
||||
|
||||
public String getEmployeeNo() {
|
||||
return this.employeeNo;
|
||||
}
|
||||
|
||||
public void setEmployeeNo(String newEmployeeNo) {
|
||||
this.employeeNo = newEmployeeNo;
|
||||
}
|
||||
|
||||
public String getApplnNo() {
|
||||
return this.applnNo;
|
||||
}
|
||||
|
||||
public void setApplnNo(String newApplnNo) {
|
||||
this.applnNo = newApplnNo;
|
||||
}
|
||||
|
||||
public String getEmployeeNoId() {
|
||||
return this.employeeNoId;
|
||||
}
|
||||
|
||||
public void setEmployeeNoId(String newEmployeeNoId) {
|
||||
this.employeeNoId = newEmployeeNoId;
|
||||
}
|
||||
}
|
36
hrmsEjb/wenrgise/hrms/vo/HrmATDTransChrgRptQVO.java
Normal file
36
hrmsEjb/wenrgise/hrms/vo/HrmATDTransChrgRptQVO.java
Normal file
@@ -0,0 +1,36 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmATDTransChrgRptQVO extends BaseQueryVO implements Serializable {
|
||||
String trnOrderNo;
|
||||
|
||||
private String chargeType;
|
||||
|
||||
String empNameId;
|
||||
|
||||
public String getTrnOrderNo() {
|
||||
return this.trnOrderNo;
|
||||
}
|
||||
|
||||
public void setTrnOrderNo(String newTrnOrderNo) {
|
||||
this.trnOrderNo = newTrnOrderNo;
|
||||
}
|
||||
|
||||
public String getChargeType() {
|
||||
return this.chargeType;
|
||||
}
|
||||
|
||||
public void setChargeType(String newChargeType) {
|
||||
this.chargeType = newChargeType;
|
||||
}
|
||||
|
||||
public String getEmpNameId() {
|
||||
return this.empNameId;
|
||||
}
|
||||
|
||||
public void setEmpNameId(String newEmpNameId) {
|
||||
this.empNameId = newEmpNameId;
|
||||
}
|
||||
}
|
36
hrmsEjb/wenrgise/hrms/vo/HrmATDTransCnclApplQVO.java
Normal file
36
hrmsEjb/wenrgise/hrms/vo/HrmATDTransCnclApplQVO.java
Normal file
@@ -0,0 +1,36 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmATDTransCnclApplQVO extends BaseQueryVO implements Serializable {
|
||||
private String applnNo;
|
||||
|
||||
private String empNo;
|
||||
|
||||
private String empId;
|
||||
|
||||
public String getApplnNo() {
|
||||
return this.applnNo;
|
||||
}
|
||||
|
||||
public void setApplnNo(String newApplnNo) {
|
||||
this.applnNo = newApplnNo;
|
||||
}
|
||||
|
||||
public String getEmpNo() {
|
||||
return this.empNo;
|
||||
}
|
||||
|
||||
public void setEmpNo(String newEmpNo) {
|
||||
this.empNo = newEmpNo;
|
||||
}
|
||||
|
||||
public String getEmpId() {
|
||||
return this.empId;
|
||||
}
|
||||
|
||||
public void setEmpId(String newEmpId) {
|
||||
this.empId = newEmpId;
|
||||
}
|
||||
}
|
@@ -0,0 +1,46 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmATDTransCnclOrderSingleEmpQVO extends BaseQueryVO implements Serializable {
|
||||
String orderNo;
|
||||
|
||||
String appNo;
|
||||
|
||||
String headerPrimaryKey1;
|
||||
|
||||
String employeeId;
|
||||
|
||||
public String getOrderNo() {
|
||||
return this.orderNo;
|
||||
}
|
||||
|
||||
public void setOrderNo(String newOrderNo) {
|
||||
this.orderNo = newOrderNo;
|
||||
}
|
||||
|
||||
public String getAppNo() {
|
||||
return this.appNo;
|
||||
}
|
||||
|
||||
public void setAppNo(String newAppNo) {
|
||||
this.appNo = newAppNo;
|
||||
}
|
||||
|
||||
public String getHeaderPrimaryKey1() {
|
||||
return this.headerPrimaryKey1;
|
||||
}
|
||||
|
||||
public void setHeaderPrimaryKey1(String newHeaderPrimaryKey1) {
|
||||
this.headerPrimaryKey1 = newHeaderPrimaryKey1;
|
||||
}
|
||||
|
||||
public String getEmployeeId() {
|
||||
return this.employeeId;
|
||||
}
|
||||
|
||||
public void setEmployeeId(String newEmployeeId) {
|
||||
this.employeeId = newEmployeeId;
|
||||
}
|
||||
}
|
56
hrmsEjb/wenrgise/hrms/vo/HrmATDTransSingleEmpQVO.java
Normal file
56
hrmsEjb/wenrgise/hrms/vo/HrmATDTransSingleEmpQVO.java
Normal file
@@ -0,0 +1,56 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmATDTransSingleEmpQVO extends BaseQueryVO implements Serializable {
|
||||
private String orderNo;
|
||||
|
||||
private String orderStatus;
|
||||
|
||||
private String applnNo;
|
||||
|
||||
String headerPrimaryKey1;
|
||||
|
||||
String empID;
|
||||
|
||||
public String getOrderNo() {
|
||||
return this.orderNo;
|
||||
}
|
||||
|
||||
public void setOrderNo(String newOrderNo) {
|
||||
this.orderNo = newOrderNo;
|
||||
}
|
||||
|
||||
public String getApplnNo() {
|
||||
return this.applnNo;
|
||||
}
|
||||
|
||||
public void setApplnNo(String newApplnNo) {
|
||||
this.applnNo = newApplnNo;
|
||||
}
|
||||
|
||||
public String getOrderStatus() {
|
||||
return this.orderStatus;
|
||||
}
|
||||
|
||||
public void setOrderStatus(String newOrderStatus) {
|
||||
this.orderStatus = newOrderStatus;
|
||||
}
|
||||
|
||||
public String getHeaderPrimaryKey1() {
|
||||
return this.headerPrimaryKey1;
|
||||
}
|
||||
|
||||
public void setHeaderPrimaryKey1(String newHeaderPrimaryKey1) {
|
||||
this.headerPrimaryKey1 = newHeaderPrimaryKey1;
|
||||
}
|
||||
|
||||
public String getEmpID() {
|
||||
return this.empID;
|
||||
}
|
||||
|
||||
public void setEmpID(String newEmpID) {
|
||||
this.empID = newEmpID;
|
||||
}
|
||||
}
|
36
hrmsEjb/wenrgise/hrms/vo/HrmAdhocReportQVO.java
Normal file
36
hrmsEjb/wenrgise/hrms/vo/HrmAdhocReportQVO.java
Normal file
@@ -0,0 +1,36 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmAdhocReportQVO extends BaseQueryVO implements Serializable {
|
||||
String id;
|
||||
|
||||
String code;
|
||||
|
||||
String category_tag;
|
||||
|
||||
public String getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(String id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public String getCode() {
|
||||
return this.code;
|
||||
}
|
||||
|
||||
public void setCode(String code) {
|
||||
this.code = code;
|
||||
}
|
||||
|
||||
public String getCategory_tag() {
|
||||
return this.category_tag;
|
||||
}
|
||||
|
||||
public void setCategory_tag(String category_tag) {
|
||||
this.category_tag = category_tag;
|
||||
}
|
||||
}
|
26
hrmsEjb/wenrgise/hrms/vo/HrmAdvMstQueryVO.java
Normal file
26
hrmsEjb/wenrgise/hrms/vo/HrmAdvMstQueryVO.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmAdvMstQueryVO extends BaseQueryVO implements Serializable {
|
||||
private String advanceCode;
|
||||
|
||||
String hidDetailId;
|
||||
|
||||
public String getAdvanceCode() {
|
||||
return this.advanceCode;
|
||||
}
|
||||
|
||||
public void setAdvanceCode(String newAdvanceCode) {
|
||||
this.advanceCode = newAdvanceCode;
|
||||
}
|
||||
|
||||
public String getHidDetailId() {
|
||||
return this.hidDetailId;
|
||||
}
|
||||
|
||||
public void setHidDetailId(String newHidDetailId) {
|
||||
this.hidDetailId = newHidDetailId;
|
||||
}
|
||||
}
|
36
hrmsEjb/wenrgise/hrms/vo/HrmAdvSettleHeadsQVO.java
Normal file
36
hrmsEjb/wenrgise/hrms/vo/HrmAdvSettleHeadsQVO.java
Normal file
@@ -0,0 +1,36 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmAdvSettleHeadsQVO extends BaseQueryVO implements Serializable {
|
||||
private String advanceCodeId;
|
||||
|
||||
private String advanceDescription;
|
||||
|
||||
String settleId;
|
||||
|
||||
public String getAdvanceCodeId() {
|
||||
return this.advanceCodeId;
|
||||
}
|
||||
|
||||
public void setAdvanceCodeId(String newAdvanceCodeId) {
|
||||
this.advanceCodeId = newAdvanceCodeId;
|
||||
}
|
||||
|
||||
public String getAdvanceDescription() {
|
||||
return this.advanceDescription;
|
||||
}
|
||||
|
||||
public void setAdvanceDescription(String newAdvanceDescription) {
|
||||
this.advanceDescription = newAdvanceDescription;
|
||||
}
|
||||
|
||||
public String getSettleId() {
|
||||
return this.settleId;
|
||||
}
|
||||
|
||||
public void setSettleId(String newSettleId) {
|
||||
this.settleId = newSettleId;
|
||||
}
|
||||
}
|
76
hrmsEjb/wenrgise/hrms/vo/HrmAdvSettleQVO.java
Normal file
76
hrmsEjb/wenrgise/hrms/vo/HrmAdvSettleQVO.java
Normal file
@@ -0,0 +1,76 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmAdvSettleQVO extends BaseQueryVO implements Serializable {
|
||||
private String employeeNumber;
|
||||
|
||||
private String fromDate;
|
||||
|
||||
private String toDate;
|
||||
|
||||
private String advanceCode;
|
||||
|
||||
private String settleStatus;
|
||||
|
||||
private String advanceCodeId;
|
||||
|
||||
private String employeeId;
|
||||
|
||||
public String getEmployeeNumber() {
|
||||
return this.employeeNumber;
|
||||
}
|
||||
|
||||
public void setEmployeeNumber(String newEmployeeNumber) {
|
||||
this.employeeNumber = newEmployeeNumber;
|
||||
}
|
||||
|
||||
public String getFromDate() {
|
||||
return this.fromDate;
|
||||
}
|
||||
|
||||
public void setFromDate(String newFromDate) {
|
||||
this.fromDate = newFromDate;
|
||||
}
|
||||
|
||||
public String getToDate() {
|
||||
return this.toDate;
|
||||
}
|
||||
|
||||
public void setToDate(String newToDate) {
|
||||
this.toDate = newToDate;
|
||||
}
|
||||
|
||||
public String getAdvanceCode() {
|
||||
return this.advanceCode;
|
||||
}
|
||||
|
||||
public void setAdvanceCode(String newAdvanceCode) {
|
||||
this.advanceCode = newAdvanceCode;
|
||||
}
|
||||
|
||||
public String getSettleStatus() {
|
||||
return this.settleStatus;
|
||||
}
|
||||
|
||||
public void setSettleStatus(String newSettleStatus) {
|
||||
this.settleStatus = newSettleStatus;
|
||||
}
|
||||
|
||||
public String getAdvanceCodeId() {
|
||||
return this.advanceCodeId;
|
||||
}
|
||||
|
||||
public void setAdvanceCodeId(String newAdvanceCodeId) {
|
||||
this.advanceCodeId = newAdvanceCodeId;
|
||||
}
|
||||
|
||||
public String getEmployeeId() {
|
||||
return this.employeeId;
|
||||
}
|
||||
|
||||
public void setEmployeeId(String newEmployeeId) {
|
||||
this.employeeId = newEmployeeId;
|
||||
}
|
||||
}
|
26
hrmsEjb/wenrgise/hrms/vo/HrmAppTempQueryVO.java
Normal file
26
hrmsEjb/wenrgise/hrms/vo/HrmAppTempQueryVO.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmAppTempQueryVO extends BaseQueryVO implements Serializable {
|
||||
private String templateName;
|
||||
|
||||
String ratingCode;
|
||||
|
||||
public String getTemplateName() {
|
||||
return this.templateName;
|
||||
}
|
||||
|
||||
public void setTemplateName(String newTemplateName) {
|
||||
this.templateName = newTemplateName;
|
||||
}
|
||||
|
||||
public String getRatingCode() {
|
||||
return this.ratingCode;
|
||||
}
|
||||
|
||||
public void setRatingCode(String newRatingCode) {
|
||||
this.ratingCode = newRatingCode;
|
||||
}
|
||||
}
|
26
hrmsEjb/wenrgise/hrms/vo/HrmAppraisalKPAQVO.java
Normal file
26
hrmsEjb/wenrgise/hrms/vo/HrmAppraisalKPAQVO.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmAppraisalKPAQVO extends BaseQueryVO implements Serializable {
|
||||
private String kpaGroupCode;
|
||||
|
||||
private String description;
|
||||
|
||||
public String getKpaGroupCode() {
|
||||
return this.kpaGroupCode;
|
||||
}
|
||||
|
||||
public void setKpaGroupCode(String newKpaGroupCode) {
|
||||
this.kpaGroupCode = newKpaGroupCode;
|
||||
}
|
||||
|
||||
public String getDescription() {
|
||||
return this.description;
|
||||
}
|
||||
|
||||
public void setDescription(String newDescription) {
|
||||
this.description = newDescription;
|
||||
}
|
||||
}
|
66
hrmsEjb/wenrgise/hrms/vo/HrmAprslQVO.java
Normal file
66
hrmsEjb/wenrgise/hrms/vo/HrmAprslQVO.java
Normal file
@@ -0,0 +1,66 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmAprslQVO extends BaseQueryVO implements Serializable {
|
||||
String empNo;
|
||||
|
||||
String aprslLevel;
|
||||
|
||||
String stOrderNo;
|
||||
|
||||
String empId;
|
||||
|
||||
String aprslYear;
|
||||
|
||||
String employeeId;
|
||||
|
||||
public String getEmpNo() {
|
||||
return this.empNo;
|
||||
}
|
||||
|
||||
public void setEmpNo(String newEmpNo) {
|
||||
this.empNo = newEmpNo;
|
||||
}
|
||||
|
||||
public String getEmployeeId() {
|
||||
return this.employeeId;
|
||||
}
|
||||
|
||||
public void setEmployeeId(String newEmployeeId) {
|
||||
this.employeeId = newEmployeeId;
|
||||
}
|
||||
|
||||
public String getAprslLevel() {
|
||||
return this.aprslLevel;
|
||||
}
|
||||
|
||||
public void setAprslLevel(String newAprslLevel) {
|
||||
this.aprslLevel = newAprslLevel;
|
||||
}
|
||||
|
||||
public String getStOrderNo() {
|
||||
return this.stOrderNo;
|
||||
}
|
||||
|
||||
public void setStOrderNo(String newStOrderNo) {
|
||||
this.stOrderNo = newStOrderNo;
|
||||
}
|
||||
|
||||
public String getEmpId() {
|
||||
return this.empId;
|
||||
}
|
||||
|
||||
public void setEmpId(String newEmpId) {
|
||||
this.empId = newEmpId;
|
||||
}
|
||||
|
||||
public String getAprslYear() {
|
||||
return this.aprslYear;
|
||||
}
|
||||
|
||||
public void setAprslYear(String newAprslYear) {
|
||||
this.aprslYear = newAprslYear;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmAprslSpcTmplQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmAprslSpcTmplQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmAprslSpcTmplQVO extends BaseQueryVO implements Serializable {
|
||||
private String templateNameId;
|
||||
|
||||
public String getTemplateNameId() {
|
||||
return this.templateNameId;
|
||||
}
|
||||
|
||||
public void setTemplateNameId(String newTemplateNameId) {
|
||||
this.templateNameId = newTemplateNameId;
|
||||
}
|
||||
}
|
26
hrmsEjb/wenrgise/hrms/vo/HrmAprslStartOrderQVO.java
Normal file
26
hrmsEjb/wenrgise/hrms/vo/HrmAprslStartOrderQVO.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmAprslStartOrderQVO extends BaseQueryVO implements Serializable {
|
||||
String stOrderNo;
|
||||
|
||||
String stOrderId;
|
||||
|
||||
public String getStOrderNo() {
|
||||
return this.stOrderNo;
|
||||
}
|
||||
|
||||
public void setStOrderNo(String newStOrderNo) {
|
||||
this.stOrderNo = newStOrderNo;
|
||||
}
|
||||
|
||||
public String getStOrderId() {
|
||||
return this.stOrderId;
|
||||
}
|
||||
|
||||
public void setStOrderId(String newStOrderId) {
|
||||
this.stOrderId = newStOrderId;
|
||||
}
|
||||
}
|
66
hrmsEjb/wenrgise/hrms/vo/HrmAprslStartRuleQVO.java
Normal file
66
hrmsEjb/wenrgise/hrms/vo/HrmAprslStartRuleQVO.java
Normal file
@@ -0,0 +1,66 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmAprslStartRuleQVO extends BaseQueryVO implements Serializable {
|
||||
private String hdnAprslStOrdNo;
|
||||
|
||||
private String hdnSiteCode;
|
||||
|
||||
private String hdnWrkGrpCode;
|
||||
|
||||
private String hdnEmpNum;
|
||||
|
||||
private String hdnClsHdrID;
|
||||
|
||||
private String hdnClsDtlID;
|
||||
|
||||
public String getHdnAprslStOrdNo() {
|
||||
return this.hdnAprslStOrdNo;
|
||||
}
|
||||
|
||||
public void setHdnAprslStOrdNo(String newHdnAprslStOrdNo) {
|
||||
this.hdnAprslStOrdNo = newHdnAprslStOrdNo;
|
||||
}
|
||||
|
||||
public String getHdnSiteCode() {
|
||||
return this.hdnSiteCode;
|
||||
}
|
||||
|
||||
public void setHdnSiteCode(String newHdnSiteCode) {
|
||||
this.hdnSiteCode = newHdnSiteCode;
|
||||
}
|
||||
|
||||
public String getHdnWrkGrpCode() {
|
||||
return this.hdnWrkGrpCode;
|
||||
}
|
||||
|
||||
public void setHdnWrkGrpCode(String newHdnWrkGrpCode) {
|
||||
this.hdnWrkGrpCode = newHdnWrkGrpCode;
|
||||
}
|
||||
|
||||
public String getHdnEmpNum() {
|
||||
return this.hdnEmpNum;
|
||||
}
|
||||
|
||||
public void setHdnEmpNum(String newHdnEmpNum) {
|
||||
this.hdnEmpNum = newHdnEmpNum;
|
||||
}
|
||||
|
||||
public String getHdnClsHdrID() {
|
||||
return this.hdnClsHdrID;
|
||||
}
|
||||
|
||||
public void setHdnClsHdrID(String newHdnClsHdrID) {
|
||||
this.hdnClsHdrID = newHdnClsHdrID;
|
||||
}
|
||||
|
||||
public String getHdnClsDtlID() {
|
||||
return this.hdnClsDtlID;
|
||||
}
|
||||
|
||||
public void setHdnClsDtlID(String newHdnClsDtlID) {
|
||||
this.hdnClsDtlID = newHdnClsDtlID;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmAttEmpAttInQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmAttEmpAttInQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmAttEmpAttInQVO extends BaseQueryVO implements Serializable {
|
||||
String empId;
|
||||
|
||||
public String getEmpId() {
|
||||
return this.empId;
|
||||
}
|
||||
|
||||
public void setEmpId(String newEmpId) {
|
||||
this.empId = newEmpId;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmAttEmpAttOutQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmAttEmpAttOutQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmAttEmpAttOutQVO extends BaseQueryVO implements Serializable {
|
||||
String empId;
|
||||
|
||||
public String getEmpId() {
|
||||
return this.empId;
|
||||
}
|
||||
|
||||
public void setEmpId(String newEmpId) {
|
||||
this.empId = newEmpId;
|
||||
}
|
||||
}
|
36
hrmsEjb/wenrgise/hrms/vo/HrmAttEmpAttQueryQVO.java
Normal file
36
hrmsEjb/wenrgise/hrms/vo/HrmAttEmpAttQueryQVO.java
Normal file
@@ -0,0 +1,36 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmAttEmpAttQueryQVO extends BaseQueryVO implements Serializable {
|
||||
String empId;
|
||||
|
||||
String periodStartDt;
|
||||
|
||||
String periodEndDt;
|
||||
|
||||
public String getEmpId() {
|
||||
return this.empId;
|
||||
}
|
||||
|
||||
public void setEmpId(String newEmpId) {
|
||||
this.empId = newEmpId;
|
||||
}
|
||||
|
||||
public String getPeriodStartDt() {
|
||||
return this.periodStartDt;
|
||||
}
|
||||
|
||||
public void setPeriodStartDt(String newPeriodStartDt) {
|
||||
this.periodStartDt = newPeriodStartDt;
|
||||
}
|
||||
|
||||
public String getPeriodEndDt() {
|
||||
return this.periodEndDt;
|
||||
}
|
||||
|
||||
public void setPeriodEndDt(String newPeriodEndDt) {
|
||||
this.periodEndDt = newPeriodEndDt;
|
||||
}
|
||||
}
|
56
hrmsEjb/wenrgise/hrms/vo/HrmAttEmpDayOffQVO.java
Normal file
56
hrmsEjb/wenrgise/hrms/vo/HrmAttEmpDayOffQVO.java
Normal file
@@ -0,0 +1,56 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmAttEmpDayOffQVO extends BaseQueryVO implements Serializable {
|
||||
private String employeeNo;
|
||||
|
||||
private String periodStartDate;
|
||||
|
||||
private String periodEndDate;
|
||||
|
||||
private String empId;
|
||||
|
||||
private String employeeName;
|
||||
|
||||
public String getEmployeeNo() {
|
||||
return this.employeeNo;
|
||||
}
|
||||
|
||||
public void setEmployeeNo(String newEmployeeNo) {
|
||||
this.employeeNo = newEmployeeNo;
|
||||
}
|
||||
|
||||
public String getPeriodStartDate() {
|
||||
return this.periodStartDate;
|
||||
}
|
||||
|
||||
public void setPeriodStartDate(String newPeriodStartDate) {
|
||||
this.periodStartDate = newPeriodStartDate;
|
||||
}
|
||||
|
||||
public String getPeriodEndDate() {
|
||||
return this.periodEndDate;
|
||||
}
|
||||
|
||||
public void setPeriodEndDate(String newPeriodEndDate) {
|
||||
this.periodEndDate = newPeriodEndDate;
|
||||
}
|
||||
|
||||
public String getEmpId() {
|
||||
return this.empId;
|
||||
}
|
||||
|
||||
public void setEmpId(String newEmpId) {
|
||||
this.empId = newEmpId;
|
||||
}
|
||||
|
||||
public String getEmployeeName() {
|
||||
return this.employeeName;
|
||||
}
|
||||
|
||||
public void setEmployeeName(String newEmployeeName) {
|
||||
this.employeeName = newEmployeeName;
|
||||
}
|
||||
}
|
46
hrmsEjb/wenrgise/hrms/vo/HrmAttEmpShiftQVO.java
Normal file
46
hrmsEjb/wenrgise/hrms/vo/HrmAttEmpShiftQVO.java
Normal file
@@ -0,0 +1,46 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmAttEmpShiftQVO extends BaseQueryVO implements Serializable {
|
||||
String startDate;
|
||||
|
||||
String endDate;
|
||||
|
||||
String employeeNo;
|
||||
|
||||
String employeeName;
|
||||
|
||||
public String getStartDate() {
|
||||
return this.startDate;
|
||||
}
|
||||
|
||||
public void setStartDate(String newStartDate) {
|
||||
this.startDate = newStartDate;
|
||||
}
|
||||
|
||||
public String getEndDate() {
|
||||
return this.endDate;
|
||||
}
|
||||
|
||||
public void setEndDate(String newEndDate) {
|
||||
this.endDate = newEndDate;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
86
hrmsEjb/wenrgise/hrms/vo/HrmAttEmpShiftRosterQVO.java
Normal file
86
hrmsEjb/wenrgise/hrms/vo/HrmAttEmpShiftRosterQVO.java
Normal file
@@ -0,0 +1,86 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmAttEmpShiftRosterQVO extends BaseQueryVO implements Serializable {
|
||||
private String workGroupCode;
|
||||
|
||||
String employeeNo;
|
||||
|
||||
private String periodStartDate;
|
||||
|
||||
private String periodEndDate;
|
||||
|
||||
private String txtSiteId;
|
||||
|
||||
private String hdnWorkId;
|
||||
|
||||
private String hdnEmpId;
|
||||
|
||||
String hdnSiteId;
|
||||
|
||||
public String getWorkGroupCode() {
|
||||
return this.workGroupCode;
|
||||
}
|
||||
|
||||
public void setWorkGroupCode(String newWorkGroupCode) {
|
||||
this.workGroupCode = newWorkGroupCode;
|
||||
}
|
||||
|
||||
public String getEmployeeNo() {
|
||||
return this.employeeNo;
|
||||
}
|
||||
|
||||
public void setEmployeeNo(String newEmployeeNo) {
|
||||
this.employeeNo = newEmployeeNo;
|
||||
}
|
||||
|
||||
public String getPeriodStartDate() {
|
||||
return this.periodStartDate;
|
||||
}
|
||||
|
||||
public void setPeriodStartDate(String newPeriodStartDate) {
|
||||
this.periodStartDate = newPeriodStartDate;
|
||||
}
|
||||
|
||||
public String getPeriodEndDate() {
|
||||
return this.periodEndDate;
|
||||
}
|
||||
|
||||
public void setPeriodEndDate(String newPeriodEndDate) {
|
||||
this.periodEndDate = newPeriodEndDate;
|
||||
}
|
||||
|
||||
public String getTxtSiteId() {
|
||||
return this.txtSiteId;
|
||||
}
|
||||
|
||||
public void setTxtSiteId(String newTxtSiteId) {
|
||||
this.txtSiteId = newTxtSiteId;
|
||||
}
|
||||
|
||||
public String getHdnWorkId() {
|
||||
return this.hdnWorkId;
|
||||
}
|
||||
|
||||
public void setHdnWorkId(String newHdnWorkId) {
|
||||
this.hdnWorkId = newHdnWorkId;
|
||||
}
|
||||
|
||||
public String getHdnEmpId() {
|
||||
return this.hdnEmpId;
|
||||
}
|
||||
|
||||
public void setHdnEmpId(String newHdnEmpId) {
|
||||
this.hdnEmpId = newHdnEmpId;
|
||||
}
|
||||
|
||||
public String getHdnSiteId() {
|
||||
return this.hdnSiteId;
|
||||
}
|
||||
|
||||
public void setHdnSiteId(String newHdnSiteId) {
|
||||
this.hdnSiteId = newHdnSiteId;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmAttShiftMstQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmAttShiftMstQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmAttShiftMstQVO extends BaseQueryVO implements Serializable {
|
||||
private String shiftCode;
|
||||
|
||||
public String getShiftCode() {
|
||||
return this.shiftCode;
|
||||
}
|
||||
|
||||
public void setShiftCode(String newShiftCode) {
|
||||
this.shiftCode = newShiftCode;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmAttShiftRosterGenQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmAttShiftRosterGenQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmAttShiftRosterGenQVO extends BaseQueryVO implements Serializable {
|
||||
private String site;
|
||||
|
||||
public String getSite() {
|
||||
return this.site;
|
||||
}
|
||||
|
||||
public void setSite(String newSite) {
|
||||
this.site = newSite;
|
||||
}
|
||||
}
|
66
hrmsEjb/wenrgise/hrms/vo/HrmAttWorkGroupDayOffQVO.java
Normal file
66
hrmsEjb/wenrgise/hrms/vo/HrmAttWorkGroupDayOffQVO.java
Normal file
@@ -0,0 +1,66 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmAttWorkGroupDayOffQVO extends BaseQueryVO implements Serializable {
|
||||
private String workGroupCode;
|
||||
|
||||
private String workGroupDescription;
|
||||
|
||||
private String siteCode;
|
||||
|
||||
private String siteDescription;
|
||||
|
||||
private String workGroupId;
|
||||
|
||||
private String siteId;
|
||||
|
||||
public String getWorkGroupCode() {
|
||||
return this.workGroupCode;
|
||||
}
|
||||
|
||||
public void setWorkGroupCode(String newWorkGroupCode) {
|
||||
this.workGroupCode = newWorkGroupCode;
|
||||
}
|
||||
|
||||
public String getWorkGroupDescription() {
|
||||
return this.workGroupDescription;
|
||||
}
|
||||
|
||||
public void setWorkGroupDescription(String newWorkGroupDescription) {
|
||||
this.workGroupDescription = newWorkGroupDescription;
|
||||
}
|
||||
|
||||
public String getSiteCode() {
|
||||
return this.siteCode;
|
||||
}
|
||||
|
||||
public void setSiteCode(String newSiteCode) {
|
||||
this.siteCode = newSiteCode;
|
||||
}
|
||||
|
||||
public String getSiteDescription() {
|
||||
return this.siteDescription;
|
||||
}
|
||||
|
||||
public void setSiteDescription(String newSiteDescription) {
|
||||
this.siteDescription = newSiteDescription;
|
||||
}
|
||||
|
||||
public String getWorkGroupId() {
|
||||
return this.workGroupId;
|
||||
}
|
||||
|
||||
public void setWorkGroupId(String newWorkGroupId) {
|
||||
this.workGroupId = newWorkGroupId;
|
||||
}
|
||||
|
||||
public String getSiteId() {
|
||||
return this.siteId;
|
||||
}
|
||||
|
||||
public void setSiteId(String newSiteId) {
|
||||
this.siteId = newSiteId;
|
||||
}
|
||||
}
|
86
hrmsEjb/wenrgise/hrms/vo/HrmAttWorkGroupShiftQVO.java
Normal file
86
hrmsEjb/wenrgise/hrms/vo/HrmAttWorkGroupShiftQVO.java
Normal file
@@ -0,0 +1,86 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmAttWorkGroupShiftQVO extends BaseQueryVO implements Serializable {
|
||||
String wrkGrpCode;
|
||||
|
||||
String siteCode;
|
||||
|
||||
String startDate;
|
||||
|
||||
String endDate;
|
||||
|
||||
String workGroupId;
|
||||
|
||||
String siteId;
|
||||
|
||||
String workGroupDescription;
|
||||
|
||||
String siteDescription;
|
||||
|
||||
public String getWrkGrpCode() {
|
||||
return this.wrkGrpCode;
|
||||
}
|
||||
|
||||
public void setWrkGrpCode(String newWrkGrpCode) {
|
||||
this.wrkGrpCode = newWrkGrpCode;
|
||||
}
|
||||
|
||||
public String getSiteCode() {
|
||||
return this.siteCode;
|
||||
}
|
||||
|
||||
public void setSiteCode(String newSiteCode) {
|
||||
this.siteCode = newSiteCode;
|
||||
}
|
||||
|
||||
public String getStartDate() {
|
||||
return this.startDate;
|
||||
}
|
||||
|
||||
public void setStartDate(String newStartDate) {
|
||||
this.startDate = newStartDate;
|
||||
}
|
||||
|
||||
public String getEndDate() {
|
||||
return this.endDate;
|
||||
}
|
||||
|
||||
public void setEndDate(String newEndDate) {
|
||||
this.endDate = newEndDate;
|
||||
}
|
||||
|
||||
public String getWorkGroupId() {
|
||||
return this.workGroupId;
|
||||
}
|
||||
|
||||
public void setWorkGroupId(String newWorkGroupId) {
|
||||
this.workGroupId = newWorkGroupId;
|
||||
}
|
||||
|
||||
public String getSiteId() {
|
||||
return this.siteId;
|
||||
}
|
||||
|
||||
public void setSiteId(String newSiteId) {
|
||||
this.siteId = newSiteId;
|
||||
}
|
||||
|
||||
public String getWorkGroupDescription() {
|
||||
return this.workGroupDescription;
|
||||
}
|
||||
|
||||
public void setWorkGroupDescription(String newWorkGroupDescription) {
|
||||
this.workGroupDescription = newWorkGroupDescription;
|
||||
}
|
||||
|
||||
public String getSiteDescription() {
|
||||
return this.siteDescription;
|
||||
}
|
||||
|
||||
public void setSiteDescription(String newSiteDescription) {
|
||||
this.siteDescription = newSiteDescription;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmClaimMstQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmClaimMstQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmClaimMstQVO extends BaseQueryVO implements Serializable {
|
||||
private String claimCodeId;
|
||||
|
||||
public String getClaimCodeId() {
|
||||
return this.claimCodeId;
|
||||
}
|
||||
|
||||
public void setClaimCodeId(String newClaimCodeId) {
|
||||
this.claimCodeId = newClaimCodeId;
|
||||
}
|
||||
}
|
66
hrmsEjb/wenrgise/hrms/vo/HrmEmpAdvAppQueryVO.java
Normal file
66
hrmsEjb/wenrgise/hrms/vo/HrmEmpAdvAppQueryVO.java
Normal file
@@ -0,0 +1,66 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmEmpAdvAppQueryVO extends BaseQueryVO implements Serializable {
|
||||
private String employeeId;
|
||||
|
||||
private String fromDate;
|
||||
|
||||
private String toDate;
|
||||
|
||||
private String advanceStatus;
|
||||
|
||||
private String advanceCode;
|
||||
|
||||
private String empId;
|
||||
|
||||
public String getEmployeeId() {
|
||||
return this.employeeId;
|
||||
}
|
||||
|
||||
public void setEmployeeId(String newEmployeeId) {
|
||||
this.employeeId = newEmployeeId;
|
||||
}
|
||||
|
||||
public String getFromDate() {
|
||||
return this.fromDate;
|
||||
}
|
||||
|
||||
public void setFromDate(String newFromDate) {
|
||||
this.fromDate = newFromDate;
|
||||
}
|
||||
|
||||
public String getToDate() {
|
||||
return this.toDate;
|
||||
}
|
||||
|
||||
public void setToDate(String newToDate) {
|
||||
this.toDate = newToDate;
|
||||
}
|
||||
|
||||
public String getAdvanceStatus() {
|
||||
return this.advanceStatus;
|
||||
}
|
||||
|
||||
public void setAdvanceStatus(String newAdvanceStatus) {
|
||||
this.advanceStatus = newAdvanceStatus;
|
||||
}
|
||||
|
||||
public String getAdvanceCode() {
|
||||
return this.advanceCode;
|
||||
}
|
||||
|
||||
public void setAdvanceCode(String newAdvanceCode) {
|
||||
this.advanceCode = newAdvanceCode;
|
||||
}
|
||||
|
||||
public String getEmpId() {
|
||||
return this.empId;
|
||||
}
|
||||
|
||||
public void setEmpId(String newEmpId) {
|
||||
this.empId = newEmpId;
|
||||
}
|
||||
}
|
86
hrmsEjb/wenrgise/hrms/vo/HrmEmpClaimQVO.java
Normal file
86
hrmsEjb/wenrgise/hrms/vo/HrmEmpClaimQVO.java
Normal file
@@ -0,0 +1,86 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmEmpClaimQVO extends BaseQueryVO implements Serializable {
|
||||
private String claimCodeId;
|
||||
|
||||
private String startDate;
|
||||
|
||||
private String endDate;
|
||||
|
||||
private String empId;
|
||||
|
||||
private String claimNo;
|
||||
|
||||
private String period;
|
||||
|
||||
private String empNo;
|
||||
|
||||
private String empDtlId;
|
||||
|
||||
public String getClaimCodeId() {
|
||||
return this.claimCodeId;
|
||||
}
|
||||
|
||||
public void setClaimCodeId(String newClaimCodeId) {
|
||||
this.claimCodeId = newClaimCodeId;
|
||||
}
|
||||
|
||||
public String getStartDate() {
|
||||
return this.startDate;
|
||||
}
|
||||
|
||||
public void setStartDate(String newStartDate) {
|
||||
this.startDate = newStartDate;
|
||||
}
|
||||
|
||||
public String getEndDate() {
|
||||
return this.endDate;
|
||||
}
|
||||
|
||||
public void setEndDate(String newEndDate) {
|
||||
this.endDate = newEndDate;
|
||||
}
|
||||
|
||||
public String getEmpId() {
|
||||
return this.empId;
|
||||
}
|
||||
|
||||
public void setEmpId(String newEmpId) {
|
||||
this.empId = newEmpId;
|
||||
}
|
||||
|
||||
public String getClaimNo() {
|
||||
return this.claimNo;
|
||||
}
|
||||
|
||||
public void setClaimNo(String newClaimNo) {
|
||||
this.claimNo = newClaimNo;
|
||||
}
|
||||
|
||||
public String getPeriod() {
|
||||
return this.period;
|
||||
}
|
||||
|
||||
public void setPeriod(String newPeriod) {
|
||||
this.period = newPeriod;
|
||||
}
|
||||
|
||||
public String getEmpNo() {
|
||||
return this.empNo;
|
||||
}
|
||||
|
||||
public void setEmpNo(String newEmpNo) {
|
||||
this.empNo = newEmpNo;
|
||||
}
|
||||
|
||||
public String getEmpDtlId() {
|
||||
return this.empDtlId;
|
||||
}
|
||||
|
||||
public void setEmpDtlId(String newEmpDtlId) {
|
||||
this.empDtlId = newEmpDtlId;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmEmpDepDtlQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmEmpDepDtlQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmEmpDepDtlQVO extends BaseQueryVO implements Serializable {
|
||||
String employeeNo;
|
||||
|
||||
public String getEmployeeNo() {
|
||||
return this.employeeNo;
|
||||
}
|
||||
|
||||
public void setEmployeeNo(String newEmployeeNo) {
|
||||
this.employeeNo = newEmployeeNo;
|
||||
}
|
||||
}
|
26
hrmsEjb/wenrgise/hrms/vo/HrmEmpDiscActionQVO.java
Normal file
26
hrmsEjb/wenrgise/hrms/vo/HrmEmpDiscActionQVO.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmEmpDiscActionQVO extends BaseQueryVO implements Serializable {
|
||||
String employeeNo;
|
||||
|
||||
String caseFlag;
|
||||
|
||||
public String getEmployeeNo() {
|
||||
return this.employeeNo;
|
||||
}
|
||||
|
||||
public void setEmployeeNo(String newEmployeeNo) {
|
||||
this.employeeNo = newEmployeeNo;
|
||||
}
|
||||
|
||||
public String getCaseFlag() {
|
||||
return this.caseFlag;
|
||||
}
|
||||
|
||||
public void setCaseFlag(String newCaseFlag) {
|
||||
this.caseFlag = newCaseFlag;
|
||||
}
|
||||
}
|
26
hrmsEjb/wenrgise/hrms/vo/HrmEmpPersQVO.java
Normal file
26
hrmsEjb/wenrgise/hrms/vo/HrmEmpPersQVO.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmEmpPersQVO extends BaseQueryVO implements Serializable {
|
||||
private String employeeNo;
|
||||
|
||||
private String empId;
|
||||
|
||||
public String getEmployeeNo() {
|
||||
return this.employeeNo;
|
||||
}
|
||||
|
||||
public void setEmployeeNo(String newEmployeeNo) {
|
||||
this.employeeNo = newEmployeeNo;
|
||||
}
|
||||
|
||||
public String getEmpId() {
|
||||
return this.empId;
|
||||
}
|
||||
|
||||
public void setEmpId(String newEmpId) {
|
||||
this.empId = newEmpId;
|
||||
}
|
||||
}
|
26
hrmsEjb/wenrgise/hrms/vo/HrmGenEligRuleQVO.java
Normal file
26
hrmsEjb/wenrgise/hrms/vo/HrmGenEligRuleQVO.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmGenEligRuleQVO extends BaseQueryVO implements Serializable {
|
||||
private String eligibilityClass;
|
||||
|
||||
private String documentType;
|
||||
|
||||
public String getEligibilityClass() {
|
||||
return this.eligibilityClass;
|
||||
}
|
||||
|
||||
public void setEligibilityClass(String newEligibilityClass) {
|
||||
this.eligibilityClass = newEligibilityClass;
|
||||
}
|
||||
|
||||
public String getDocumentType() {
|
||||
return this.documentType;
|
||||
}
|
||||
|
||||
public void setDocumentType(String newDocumentType) {
|
||||
this.documentType = newDocumentType;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmGenEligRuleQueryQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmGenEligRuleQueryQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmGenEligRuleQueryQVO extends BaseQueryVO implements Serializable {
|
||||
private String docType;
|
||||
|
||||
public String getDocType() {
|
||||
return this.docType;
|
||||
}
|
||||
|
||||
public void setDocType(String newDocType) {
|
||||
this.docType = newDocType;
|
||||
}
|
||||
}
|
26
hrmsEjb/wenrgise/hrms/vo/HrmLnAppQVO.java
Normal file
26
hrmsEjb/wenrgise/hrms/vo/HrmLnAppQVO.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmLnAppQVO extends BaseQueryVO implements Serializable {
|
||||
private String employeeNumber;
|
||||
|
||||
private String loanCode;
|
||||
|
||||
public String getEmployeeNumber() {
|
||||
return this.employeeNumber;
|
||||
}
|
||||
|
||||
public void setEmployeeNumber(String newEmployeeNumber) {
|
||||
this.employeeNumber = newEmployeeNumber;
|
||||
}
|
||||
|
||||
public String getLoanCode() {
|
||||
return this.loanCode;
|
||||
}
|
||||
|
||||
public void setLoanCode(String newLoanCode) {
|
||||
this.loanCode = newLoanCode;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmLnChartQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmLnChartQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmLnChartQVO extends BaseQueryVO implements Serializable {
|
||||
String chartName;
|
||||
|
||||
public String getChartName() {
|
||||
return this.chartName;
|
||||
}
|
||||
|
||||
public void setChartName(String newChartName) {
|
||||
this.chartName = newChartName;
|
||||
}
|
||||
}
|
46
hrmsEjb/wenrgise/hrms/vo/HrmLnMstQVO.java
Normal file
46
hrmsEjb/wenrgise/hrms/vo/HrmLnMstQVO.java
Normal file
@@ -0,0 +1,46 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmLnMstQVO extends BaseQueryVO implements Serializable {
|
||||
String loanCode;
|
||||
|
||||
String chartName;
|
||||
|
||||
String chartNameId;
|
||||
|
||||
String loanCodeId;
|
||||
|
||||
public String getLoanCode() {
|
||||
return this.loanCode;
|
||||
}
|
||||
|
||||
public void setLoanCode(String newLoanCode) {
|
||||
this.loanCode = newLoanCode;
|
||||
}
|
||||
|
||||
public String getChartName() {
|
||||
return this.chartName;
|
||||
}
|
||||
|
||||
public void setChartName(String newChartName) {
|
||||
this.chartName = newChartName;
|
||||
}
|
||||
|
||||
public String getChartNameId() {
|
||||
return this.chartNameId;
|
||||
}
|
||||
|
||||
public void setChartNameId(String newChartNameId) {
|
||||
this.chartNameId = newChartNameId;
|
||||
}
|
||||
|
||||
public String getLoanCodeId() {
|
||||
return this.loanCodeId;
|
||||
}
|
||||
|
||||
public void setLoanCodeId(String newLoanCodeId) {
|
||||
this.loanCodeId = newLoanCodeId;
|
||||
}
|
||||
}
|
76
hrmsEjb/wenrgise/hrms/vo/HrmLvApplnQVO.java
Normal file
76
hrmsEjb/wenrgise/hrms/vo/HrmLvApplnQVO.java
Normal file
@@ -0,0 +1,76 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmLvApplnQVO extends BaseQueryVO implements Serializable {
|
||||
private String transId;
|
||||
|
||||
private String hdnDetailId;
|
||||
|
||||
private String leaveCodes;
|
||||
|
||||
private String fromAppDate;
|
||||
|
||||
private String toAppDate;
|
||||
|
||||
private String employeeNumber;
|
||||
|
||||
String employeeId;
|
||||
|
||||
public String getTransId() {
|
||||
return this.transId;
|
||||
}
|
||||
|
||||
public void setTransId(String newTransId) {
|
||||
this.transId = newTransId;
|
||||
}
|
||||
|
||||
public String getHdnDetailId() {
|
||||
return this.hdnDetailId;
|
||||
}
|
||||
|
||||
public void setHdnDetailId(String newHdnDetailId) {
|
||||
this.hdnDetailId = newHdnDetailId;
|
||||
}
|
||||
|
||||
public String getLeaveCodes() {
|
||||
return this.leaveCodes;
|
||||
}
|
||||
|
||||
public void setLeaveCodes(String newLeaveCodes) {
|
||||
this.leaveCodes = newLeaveCodes;
|
||||
}
|
||||
|
||||
public String getFromAppDate() {
|
||||
return this.fromAppDate;
|
||||
}
|
||||
|
||||
public void setFromAppDate(String newFromAppDate) {
|
||||
this.fromAppDate = newFromAppDate;
|
||||
}
|
||||
|
||||
public String getToAppDate() {
|
||||
return this.toAppDate;
|
||||
}
|
||||
|
||||
public void setToAppDate(String newToAppDate) {
|
||||
this.toAppDate = newToAppDate;
|
||||
}
|
||||
|
||||
public String getEmployeeNumber() {
|
||||
return this.employeeNumber;
|
||||
}
|
||||
|
||||
public void setEmployeeNumber(String newEmployeeNumber) {
|
||||
this.employeeNumber = newEmployeeNumber;
|
||||
}
|
||||
|
||||
public String getEmployeeId() {
|
||||
return this.employeeId;
|
||||
}
|
||||
|
||||
public void setEmployeeId(String newEmployeeId) {
|
||||
this.employeeId = newEmployeeId;
|
||||
}
|
||||
}
|
66
hrmsEjb/wenrgise/hrms/vo/HrmLvApplnQueryQVO.java
Normal file
66
hrmsEjb/wenrgise/hrms/vo/HrmLvApplnQueryQVO.java
Normal file
@@ -0,0 +1,66 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmLvApplnQueryQVO extends BaseQueryVO implements Serializable {
|
||||
private String employeeNo;
|
||||
|
||||
private String leaveCode;
|
||||
|
||||
private String fromDate;
|
||||
|
||||
private String toDate;
|
||||
|
||||
private String statusOfLeave;
|
||||
|
||||
private String transId;
|
||||
|
||||
public String getEmployeeNo() {
|
||||
return this.employeeNo;
|
||||
}
|
||||
|
||||
public void setEmployeeNo(String newEmployeeNo) {
|
||||
this.employeeNo = newEmployeeNo;
|
||||
}
|
||||
|
||||
public String getLeaveCode() {
|
||||
return this.leaveCode;
|
||||
}
|
||||
|
||||
public void setLeaveCode(String newLeaveCode) {
|
||||
this.leaveCode = newLeaveCode;
|
||||
}
|
||||
|
||||
public String getFromDate() {
|
||||
return this.fromDate;
|
||||
}
|
||||
|
||||
public void setFromDate(String newFromDate) {
|
||||
this.fromDate = newFromDate;
|
||||
}
|
||||
|
||||
public String getToDate() {
|
||||
return this.toDate;
|
||||
}
|
||||
|
||||
public void setToDate(String newToDate) {
|
||||
this.toDate = newToDate;
|
||||
}
|
||||
|
||||
public String getStatusOfLeave() {
|
||||
return this.statusOfLeave;
|
||||
}
|
||||
|
||||
public void setStatusOfLeave(String newStatusOfLeave) {
|
||||
this.statusOfLeave = newStatusOfLeave;
|
||||
}
|
||||
|
||||
public String getTransId() {
|
||||
return this.transId;
|
||||
}
|
||||
|
||||
public void setTransId(String newTransId) {
|
||||
this.transId = newTransId;
|
||||
}
|
||||
}
|
46
hrmsEjb/wenrgise/hrms/vo/HrmLvCancQVO.java
Normal file
46
hrmsEjb/wenrgise/hrms/vo/HrmLvCancQVO.java
Normal file
@@ -0,0 +1,46 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmLvCancQVO extends BaseQueryVO implements Serializable {
|
||||
private String transId;
|
||||
|
||||
String employeeNo;
|
||||
|
||||
String leaveCode;
|
||||
|
||||
String leaveCodeId;
|
||||
|
||||
public String getTransId() {
|
||||
return this.transId;
|
||||
}
|
||||
|
||||
public void setTransId(String newTransId) {
|
||||
this.transId = newTransId;
|
||||
}
|
||||
|
||||
public String getEmployeeNo() {
|
||||
return this.employeeNo;
|
||||
}
|
||||
|
||||
public void setEmployeeNo(String newEmployeeNo) {
|
||||
this.employeeNo = newEmployeeNo;
|
||||
}
|
||||
|
||||
public String getLeaveCode() {
|
||||
return this.leaveCode;
|
||||
}
|
||||
|
||||
public void setLeaveCode(String newLeaveCode) {
|
||||
this.leaveCode = newLeaveCode;
|
||||
}
|
||||
|
||||
public String getLeaveCodeId() {
|
||||
return this.leaveCodeId;
|
||||
}
|
||||
|
||||
public void setLeaveCodeId(String newLeaveCodeId) {
|
||||
this.leaveCodeId = newLeaveCodeId;
|
||||
}
|
||||
}
|
86
hrmsEjb/wenrgise/hrms/vo/HrmLvCancQueryQVO.java
Normal file
86
hrmsEjb/wenrgise/hrms/vo/HrmLvCancQueryQVO.java
Normal file
@@ -0,0 +1,86 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmLvCancQueryQVO extends BaseQueryVO implements Serializable {
|
||||
private String employeeNumber;
|
||||
|
||||
private String leaveType;
|
||||
|
||||
private String cancelFromDate;
|
||||
|
||||
private String cancelToDate;
|
||||
|
||||
private String cancellationStatus;
|
||||
|
||||
String empId;
|
||||
|
||||
private String empName;
|
||||
|
||||
String leaveTypeId;
|
||||
|
||||
public String getEmployeeNumber() {
|
||||
return this.employeeNumber;
|
||||
}
|
||||
|
||||
public void setEmployeeNumber(String newEmployeeNumber) {
|
||||
this.employeeNumber = newEmployeeNumber;
|
||||
}
|
||||
|
||||
public String getLeaveType() {
|
||||
return this.leaveType;
|
||||
}
|
||||
|
||||
public void setLeaveType(String newLeaveType) {
|
||||
this.leaveType = newLeaveType;
|
||||
}
|
||||
|
||||
public String getCancelFromDate() {
|
||||
return this.cancelFromDate;
|
||||
}
|
||||
|
||||
public void setCancelFromDate(String newCancelFromDate) {
|
||||
this.cancelFromDate = newCancelFromDate;
|
||||
}
|
||||
|
||||
public String getCancelToDate() {
|
||||
return this.cancelToDate;
|
||||
}
|
||||
|
||||
public void setCancelToDate(String newCancelToDate) {
|
||||
this.cancelToDate = newCancelToDate;
|
||||
}
|
||||
|
||||
public String getCancellationStatus() {
|
||||
return this.cancellationStatus;
|
||||
}
|
||||
|
||||
public void setCancellationStatus(String newCancellationStatus) {
|
||||
this.cancellationStatus = newCancellationStatus;
|
||||
}
|
||||
|
||||
public String getEmpId() {
|
||||
return this.empId;
|
||||
}
|
||||
|
||||
public void setEmpId(String newEmpId) {
|
||||
this.empId = newEmpId;
|
||||
}
|
||||
|
||||
public String getEmpName() {
|
||||
return this.empName;
|
||||
}
|
||||
|
||||
public void setEmpName(String newEmpName) {
|
||||
this.empName = newEmpName;
|
||||
}
|
||||
|
||||
public String getLeaveTypeId() {
|
||||
return this.leaveTypeId;
|
||||
}
|
||||
|
||||
public void setLeaveTypeId(String newLeaveTypeId) {
|
||||
this.leaveTypeId = newLeaveTypeId;
|
||||
}
|
||||
}
|
46
hrmsEjb/wenrgise/hrms/vo/HrmLvEncashQVO.java
Normal file
46
hrmsEjb/wenrgise/hrms/vo/HrmLvEncashQVO.java
Normal file
@@ -0,0 +1,46 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmLvEncashQVO extends BaseQueryVO implements Serializable {
|
||||
private String employeeNumber;
|
||||
|
||||
private String fromDate;
|
||||
|
||||
private String toDate;
|
||||
|
||||
private String changeStatus;
|
||||
|
||||
public String getEmployeeNumber() {
|
||||
return this.employeeNumber;
|
||||
}
|
||||
|
||||
public void setEmployeeNumber(String newEmployeeNumber) {
|
||||
this.employeeNumber = newEmployeeNumber;
|
||||
}
|
||||
|
||||
public String getFromDate() {
|
||||
return this.fromDate;
|
||||
}
|
||||
|
||||
public void setFromDate(String newFromDate) {
|
||||
this.fromDate = newFromDate;
|
||||
}
|
||||
|
||||
public String getToDate() {
|
||||
return this.toDate;
|
||||
}
|
||||
|
||||
public void setToDate(String newToDate) {
|
||||
this.toDate = newToDate;
|
||||
}
|
||||
|
||||
public String getChangeStatus() {
|
||||
return this.changeStatus;
|
||||
}
|
||||
|
||||
public void setChangeStatus(String newChangeStatus) {
|
||||
this.changeStatus = newChangeStatus;
|
||||
}
|
||||
}
|
76
hrmsEjb/wenrgise/hrms/vo/HrmLvLedgerQVO.java
Normal file
76
hrmsEjb/wenrgise/hrms/vo/HrmLvLedgerQVO.java
Normal file
@@ -0,0 +1,76 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmLvLedgerQVO extends BaseQueryVO implements Serializable {
|
||||
private String employeeNo;
|
||||
|
||||
private String leaveType;
|
||||
|
||||
private String hdnDetailId;
|
||||
|
||||
private String leavesType;
|
||||
|
||||
private String leavesTaken;
|
||||
|
||||
private String leavesEncashed;
|
||||
|
||||
private String leaveCode;
|
||||
|
||||
public String getEmployeeNo() {
|
||||
return this.employeeNo;
|
||||
}
|
||||
|
||||
public void setEmployeeNo(String newEmployeeNo) {
|
||||
this.employeeNo = newEmployeeNo;
|
||||
}
|
||||
|
||||
public String getLeaveType() {
|
||||
return this.leaveType;
|
||||
}
|
||||
|
||||
public void setLeaveType(String newLeaveType) {
|
||||
this.leaveType = newLeaveType;
|
||||
}
|
||||
|
||||
public String getHdnDetailId() {
|
||||
return this.hdnDetailId;
|
||||
}
|
||||
|
||||
public void setHdnDetailId(String newHdnDetailId) {
|
||||
this.hdnDetailId = newHdnDetailId;
|
||||
}
|
||||
|
||||
public String getLeavesType() {
|
||||
return this.leavesType;
|
||||
}
|
||||
|
||||
public void setLeavesType(String newLeavesType) {
|
||||
this.leavesType = newLeavesType;
|
||||
}
|
||||
|
||||
public String getLeavesTaken() {
|
||||
return this.leavesTaken;
|
||||
}
|
||||
|
||||
public void setLeavesTaken(String newLeavesTaken) {
|
||||
this.leavesTaken = newLeavesTaken;
|
||||
}
|
||||
|
||||
public String getLeavesEncashed() {
|
||||
return this.leavesEncashed;
|
||||
}
|
||||
|
||||
public void setLeavesEncashed(String newLeavesEncashed) {
|
||||
this.leavesEncashed = newLeavesEncashed;
|
||||
}
|
||||
|
||||
public String getLeaveCode() {
|
||||
return this.leaveCode;
|
||||
}
|
||||
|
||||
public void setLeaveCode(String newLeaveCode) {
|
||||
this.leaveCode = newLeaveCode;
|
||||
}
|
||||
}
|
46
hrmsEjb/wenrgise/hrms/vo/HrmLvMstQVO.java
Normal file
46
hrmsEjb/wenrgise/hrms/vo/HrmLvMstQVO.java
Normal file
@@ -0,0 +1,46 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmLvMstQVO extends BaseQueryVO implements Serializable {
|
||||
String leaveCode;
|
||||
|
||||
String encashable;
|
||||
|
||||
String calendar;
|
||||
|
||||
String applicableTo;
|
||||
|
||||
public String getLeaveCode() {
|
||||
return this.leaveCode;
|
||||
}
|
||||
|
||||
public void setLeaveCode(String newLeaveCode) {
|
||||
this.leaveCode = newLeaveCode;
|
||||
}
|
||||
|
||||
public String getEncashable() {
|
||||
return this.encashable;
|
||||
}
|
||||
|
||||
public void setEncashable(String newEncashable) {
|
||||
this.encashable = newEncashable;
|
||||
}
|
||||
|
||||
public String getCalendar() {
|
||||
return this.calendar;
|
||||
}
|
||||
|
||||
public void setCalendar(String newCalendar) {
|
||||
this.calendar = newCalendar;
|
||||
}
|
||||
|
||||
public String getApplicableTo() {
|
||||
return this.applicableTo;
|
||||
}
|
||||
|
||||
public void setApplicableTo(String newApplicableTo) {
|
||||
this.applicableTo = newApplicableTo;
|
||||
}
|
||||
}
|
106
hrmsEjb/wenrgise/hrms/vo/HrmMediclaimMasterQVO.java
Normal file
106
hrmsEjb/wenrgise/hrms/vo/HrmMediclaimMasterQVO.java
Normal file
@@ -0,0 +1,106 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmMediclaimMasterQVO extends BaseQueryVO implements Serializable {
|
||||
private String coverName;
|
||||
|
||||
private String sumInsured;
|
||||
|
||||
private String salaryUnit;
|
||||
|
||||
private String premium;
|
||||
|
||||
private String ageFrom;
|
||||
|
||||
private String ageTo;
|
||||
|
||||
private String aicContribution;
|
||||
|
||||
private String documentRequired;
|
||||
|
||||
private String txtClassId;
|
||||
|
||||
private String txtCadreId;
|
||||
|
||||
public String getTxtClassId() {
|
||||
return this.txtClassId;
|
||||
}
|
||||
|
||||
public void setTxtClassId(String txtClassId) {
|
||||
this.txtClassId = txtClassId;
|
||||
}
|
||||
|
||||
public String getTxtCadreId() {
|
||||
return this.txtCadreId;
|
||||
}
|
||||
|
||||
public void setTxtCadreId(String txtCadreId) {
|
||||
this.txtCadreId = txtCadreId;
|
||||
}
|
||||
|
||||
public String getSalaryUnit() {
|
||||
return this.salaryUnit;
|
||||
}
|
||||
|
||||
public void setSalaryUnit(String salaryUnit) {
|
||||
this.salaryUnit = salaryUnit;
|
||||
}
|
||||
|
||||
public String getPremium() {
|
||||
return this.premium;
|
||||
}
|
||||
|
||||
public void setPremium(String premium) {
|
||||
this.premium = premium;
|
||||
}
|
||||
|
||||
public String getAgeFrom() {
|
||||
return this.ageFrom;
|
||||
}
|
||||
|
||||
public void setAgeFrom(String ageFrom) {
|
||||
this.ageFrom = ageFrom;
|
||||
}
|
||||
|
||||
public String getAgeTo() {
|
||||
return this.ageTo;
|
||||
}
|
||||
|
||||
public void setAgeTo(String ageTo) {
|
||||
this.ageTo = ageTo;
|
||||
}
|
||||
|
||||
public String getAicContribution() {
|
||||
return this.aicContribution;
|
||||
}
|
||||
|
||||
public void setAicContribution(String aicContribution) {
|
||||
this.aicContribution = aicContribution;
|
||||
}
|
||||
|
||||
public String getDocumentRequired() {
|
||||
return this.documentRequired;
|
||||
}
|
||||
|
||||
public void setDocumentRequired(String documentRequired) {
|
||||
this.documentRequired = documentRequired;
|
||||
}
|
||||
|
||||
public String getCoverName() {
|
||||
return this.coverName;
|
||||
}
|
||||
|
||||
public void setCoverName(String coverName) {
|
||||
this.coverName = coverName;
|
||||
}
|
||||
|
||||
public String getSumInsured() {
|
||||
return this.sumInsured;
|
||||
}
|
||||
|
||||
public void setSumInsured(String sumInsured) {
|
||||
this.sumInsured = sumInsured;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmMisreportQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmMisreportQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmMisreportQVO extends BaseQueryVO implements Serializable {
|
||||
private String locationCode;
|
||||
|
||||
public String getLocationCode() {
|
||||
return this.locationCode;
|
||||
}
|
||||
|
||||
public void setLocationCode(String newLocationCode) {
|
||||
this.locationCode = newLocationCode;
|
||||
}
|
||||
}
|
46
hrmsEjb/wenrgise/hrms/vo/HrmMyWorkflowQVO.java
Normal file
46
hrmsEjb/wenrgise/hrms/vo/HrmMyWorkflowQVO.java
Normal file
@@ -0,0 +1,46 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmMyWorkflowQVO extends BaseQueryVO implements Serializable {
|
||||
private String workflowType;
|
||||
|
||||
private String txtStatus;
|
||||
|
||||
private String empId;
|
||||
|
||||
private String id;
|
||||
|
||||
public String getEmpId() {
|
||||
return this.empId;
|
||||
}
|
||||
|
||||
public void setEmpId(String newEmpId) {
|
||||
this.empId = newEmpId;
|
||||
}
|
||||
|
||||
public String getWorkflowType() {
|
||||
return this.workflowType;
|
||||
}
|
||||
|
||||
public void setWorkflowType(String newWorkflowType) {
|
||||
this.workflowType = newWorkflowType;
|
||||
}
|
||||
|
||||
public String getTxtStatus() {
|
||||
return this.txtStatus;
|
||||
}
|
||||
|
||||
public void setTxtStatus(String newTxtStatus) {
|
||||
this.txtStatus = newTxtStatus;
|
||||
}
|
||||
|
||||
public String getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(String newId) {
|
||||
this.id = newId;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmOrgCalMstQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmOrgCalMstQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmOrgCalMstQVO extends BaseQueryVO implements Serializable {
|
||||
private String calendarType;
|
||||
|
||||
public String getCalendarType() {
|
||||
return this.calendarType;
|
||||
}
|
||||
|
||||
public void setCalendarType(String newCalendarType) {
|
||||
this.calendarType = newCalendarType;
|
||||
}
|
||||
}
|
26
hrmsEjb/wenrgise/hrms/vo/HrmOrgClassDtlQVO.java
Normal file
26
hrmsEjb/wenrgise/hrms/vo/HrmOrgClassDtlQVO.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmOrgClassDtlQVO extends BaseQueryVO implements Serializable {
|
||||
private String Code;
|
||||
|
||||
private String Id;
|
||||
|
||||
public String getCode() {
|
||||
return this.Code;
|
||||
}
|
||||
|
||||
public void setCode(String newCode) {
|
||||
this.Code = newCode;
|
||||
}
|
||||
|
||||
public String getId() {
|
||||
return this.Id;
|
||||
}
|
||||
|
||||
public void setId(String newId) {
|
||||
this.Id = newId;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmOrgCntryMstQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmOrgCntryMstQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmOrgCntryMstQVO extends BaseQueryVO implements Serializable {
|
||||
String countryCode;
|
||||
|
||||
public String getCountryCode() {
|
||||
return this.countryCode;
|
||||
}
|
||||
|
||||
public void setCountryCode(String newCountryCode) {
|
||||
this.countryCode = newCountryCode;
|
||||
}
|
||||
}
|
66
hrmsEjb/wenrgise/hrms/vo/HrmOrgHolCalQVO.java
Normal file
66
hrmsEjb/wenrgise/hrms/vo/HrmOrgHolCalQVO.java
Normal file
@@ -0,0 +1,66 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmOrgHolCalQVO extends BaseQueryVO implements Serializable {
|
||||
private String calendarName;
|
||||
|
||||
private String siteCode;
|
||||
|
||||
private String siteId;
|
||||
|
||||
private String state;
|
||||
|
||||
private String stateId;
|
||||
|
||||
private String stateCode;
|
||||
|
||||
public String getCalendarName() {
|
||||
return this.calendarName;
|
||||
}
|
||||
|
||||
public void setCalendarName(String newCalendarName) {
|
||||
this.calendarName = newCalendarName;
|
||||
}
|
||||
|
||||
public String getSiteCode() {
|
||||
return this.siteCode;
|
||||
}
|
||||
|
||||
public void setSiteCode(String newSiteCode) {
|
||||
this.siteCode = newSiteCode;
|
||||
}
|
||||
|
||||
public String getSiteId() {
|
||||
return this.siteId;
|
||||
}
|
||||
|
||||
public void setSiteId(String newSiteId) {
|
||||
this.siteId = newSiteId;
|
||||
}
|
||||
|
||||
public String getState() {
|
||||
return this.state;
|
||||
}
|
||||
|
||||
public void setState(String newState) {
|
||||
this.state = newState;
|
||||
}
|
||||
|
||||
public String getStateId() {
|
||||
return this.stateId;
|
||||
}
|
||||
|
||||
public void setStateId(String newStateId) {
|
||||
this.stateId = newStateId;
|
||||
}
|
||||
|
||||
public String getStateCode() {
|
||||
return this.stateCode;
|
||||
}
|
||||
|
||||
public void setStateCode(String newStateCode) {
|
||||
this.stateCode = newStateCode;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmOrgHolTypeMstQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmOrgHolTypeMstQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmOrgHolTypeMstQVO extends BaseQueryVO implements Serializable {
|
||||
private String holidayType;
|
||||
|
||||
public String getHolidayType() {
|
||||
return this.holidayType;
|
||||
}
|
||||
|
||||
public void setHolidayType(String newHolidayType) {
|
||||
this.holidayType = newHolidayType;
|
||||
}
|
||||
}
|
36
hrmsEjb/wenrgise/hrms/vo/HrmOrgIncrementQVO.java
Normal file
36
hrmsEjb/wenrgise/hrms/vo/HrmOrgIncrementQVO.java
Normal file
@@ -0,0 +1,36 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmOrgIncrementQVO extends BaseQueryVO implements Serializable {
|
||||
private String startDate;
|
||||
|
||||
private String endDate;
|
||||
|
||||
private String ratingHdrId;
|
||||
|
||||
public String getStartDate() {
|
||||
return this.startDate;
|
||||
}
|
||||
|
||||
public void setStartDate(String newStartDate) {
|
||||
this.startDate = newStartDate;
|
||||
}
|
||||
|
||||
public String getEndDate() {
|
||||
return this.endDate;
|
||||
}
|
||||
|
||||
public void setEndDate(String newEndDate) {
|
||||
this.endDate = newEndDate;
|
||||
}
|
||||
|
||||
public String getRatingHdrId() {
|
||||
return this.ratingHdrId;
|
||||
}
|
||||
|
||||
public void setRatingHdrId(String newRatingHdrId) {
|
||||
this.ratingHdrId = newRatingHdrId;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmOrgRatingMstQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmOrgRatingMstQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmOrgRatingMstQVO extends BaseQueryVO implements Serializable {
|
||||
String ratingHeaderCode;
|
||||
|
||||
public String getRatingHeaderCode() {
|
||||
return this.ratingHeaderCode;
|
||||
}
|
||||
|
||||
public void setRatingHeaderCode(String newRatingHeaderCode) {
|
||||
this.ratingHeaderCode = newRatingHeaderCode;
|
||||
}
|
||||
}
|
26
hrmsEjb/wenrgise/hrms/vo/HrmOrgScaleMstQVO.java
Normal file
26
hrmsEjb/wenrgise/hrms/vo/HrmOrgScaleMstQVO.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmOrgScaleMstQVO extends BaseQueryVO implements Serializable {
|
||||
private String scaleCode;
|
||||
|
||||
private String revision;
|
||||
|
||||
public String getScaleCode() {
|
||||
return this.scaleCode;
|
||||
}
|
||||
|
||||
public void setScaleCode(String newScaleCode) {
|
||||
this.scaleCode = newScaleCode;
|
||||
}
|
||||
|
||||
public String getRevision() {
|
||||
return this.revision;
|
||||
}
|
||||
|
||||
public void setRevision(String newRevision) {
|
||||
this.revision = newRevision;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmOrgSkillMstQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmOrgSkillMstQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmOrgSkillMstQVO extends BaseQueryVO implements Serializable {
|
||||
String skillTypeCode;
|
||||
|
||||
public String getSkillTypeCode() {
|
||||
return this.skillTypeCode;
|
||||
}
|
||||
|
||||
public void setSkillTypeCode(String newSkillTypeCode) {
|
||||
this.skillTypeCode = newSkillTypeCode;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmOrgWorkGroupMstQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmOrgWorkGroupMstQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmOrgWorkGroupMstQVO extends BaseQueryVO implements Serializable {
|
||||
private String code;
|
||||
|
||||
public String getCode() {
|
||||
return this.code;
|
||||
}
|
||||
|
||||
public void setCode(String newCode) {
|
||||
this.code = newCode;
|
||||
}
|
||||
}
|
36
hrmsEjb/wenrgise/hrms/vo/HrmPrmCriteriaQVO.java
Normal file
36
hrmsEjb/wenrgise/hrms/vo/HrmPrmCriteriaQVO.java
Normal file
@@ -0,0 +1,36 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmPrmCriteriaQVO extends BaseQueryVO implements Serializable {
|
||||
private String toGradeId;
|
||||
|
||||
private String fromDesigId;
|
||||
|
||||
private String toDesigId;
|
||||
|
||||
public String getToGradeId() {
|
||||
return this.toGradeId;
|
||||
}
|
||||
|
||||
public void setToGradeId(String newToGradeId) {
|
||||
this.toGradeId = newToGradeId;
|
||||
}
|
||||
|
||||
public String getFromDesigId() {
|
||||
return this.fromDesigId;
|
||||
}
|
||||
|
||||
public void setFromDesigId(String newFromDesigId) {
|
||||
this.fromDesigId = newFromDesigId;
|
||||
}
|
||||
|
||||
public String getToDesigId() {
|
||||
return this.toDesigId;
|
||||
}
|
||||
|
||||
public void setToDesigId(String newToDesigId) {
|
||||
this.toDesigId = newToDesigId;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmPrmExperienceScoreQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmPrmExperienceScoreQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmPrmExperienceScoreQVO extends BaseQueryVO implements Serializable {
|
||||
private String designationId;
|
||||
|
||||
public String getDesignationId() {
|
||||
return this.designationId;
|
||||
}
|
||||
|
||||
public void setDesignationId(String newDesignationId) {
|
||||
this.designationId = newDesignationId;
|
||||
}
|
||||
}
|
46
hrmsEjb/wenrgise/hrms/vo/HrmPrmGenAssQVO.java
Normal file
46
hrmsEjb/wenrgise/hrms/vo/HrmPrmGenAssQVO.java
Normal file
@@ -0,0 +1,46 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmPrmGenAssQVO extends BaseQueryVO implements Serializable {
|
||||
private String siteCode;
|
||||
|
||||
private String prmNo;
|
||||
|
||||
private String postFrom;
|
||||
|
||||
private String postTo;
|
||||
|
||||
public String getSiteCode() {
|
||||
return this.siteCode;
|
||||
}
|
||||
|
||||
public void setSiteCode(String newSiteCode) {
|
||||
this.siteCode = newSiteCode;
|
||||
}
|
||||
|
||||
public String getPrmNo() {
|
||||
return this.prmNo;
|
||||
}
|
||||
|
||||
public void setPrmNo(String newPrmNo) {
|
||||
this.prmNo = newPrmNo;
|
||||
}
|
||||
|
||||
public String getPostFrom() {
|
||||
return this.postFrom;
|
||||
}
|
||||
|
||||
public void setPostFrom(String newPostFrom) {
|
||||
this.postFrom = newPostFrom;
|
||||
}
|
||||
|
||||
public String getPostTo() {
|
||||
return this.postTo;
|
||||
}
|
||||
|
||||
public void setPostTo(String newPostTo) {
|
||||
this.postTo = newPostTo;
|
||||
}
|
||||
}
|
26
hrmsEjb/wenrgise/hrms/vo/HrmPrmKPARatingQVO.java
Normal file
26
hrmsEjb/wenrgise/hrms/vo/HrmPrmKPARatingQVO.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmPrmKPARatingQVO extends BaseQueryVO implements Serializable {
|
||||
String positionId;
|
||||
|
||||
String ratingId;
|
||||
|
||||
public String getPositionId() {
|
||||
return this.positionId;
|
||||
}
|
||||
|
||||
public void setPositionId(String newPositionId) {
|
||||
this.positionId = newPositionId;
|
||||
}
|
||||
|
||||
public String getRatingId() {
|
||||
return this.ratingId;
|
||||
}
|
||||
|
||||
public void setRatingId(String newRatingId) {
|
||||
this.ratingId = newRatingId;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmPrmNoticeDtlQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmPrmNoticeDtlQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmPrmNoticeDtlQVO extends BaseQueryVO implements Serializable {
|
||||
String noticeId;
|
||||
|
||||
public String getNoticeId() {
|
||||
return this.noticeId;
|
||||
}
|
||||
|
||||
public void setNoticeId(String newNoticeId) {
|
||||
this.noticeId = newNoticeId;
|
||||
}
|
||||
}
|
26
hrmsEjb/wenrgise/hrms/vo/HrmPrmOrderQVO.java
Normal file
26
hrmsEjb/wenrgise/hrms/vo/HrmPrmOrderQVO.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmPrmOrderQVO extends BaseQueryVO implements Serializable {
|
||||
private String empId;
|
||||
|
||||
private String orderNo;
|
||||
|
||||
public String getEmpId() {
|
||||
return this.empId;
|
||||
}
|
||||
|
||||
public void setEmpId(String newEmpId) {
|
||||
this.empId = newEmpId;
|
||||
}
|
||||
|
||||
public String getOrderNo() {
|
||||
return this.orderNo;
|
||||
}
|
||||
|
||||
public void setOrderNo(String newOrderNo) {
|
||||
this.orderNo = newOrderNo;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmPrmQualCriteriaQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmPrmQualCriteriaQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmPrmQualCriteriaQVO extends BaseQueryVO implements Serializable {
|
||||
private String designationId;
|
||||
|
||||
public String getDesignationId() {
|
||||
return this.designationId;
|
||||
}
|
||||
|
||||
public void setDesignationId(String newDesignationId) {
|
||||
this.designationId = newDesignationId;
|
||||
}
|
||||
}
|
26
hrmsEjb/wenrgise/hrms/vo/HrmPrmTestScoreQVO.java
Normal file
26
hrmsEjb/wenrgise/hrms/vo/HrmPrmTestScoreQVO.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmPrmTestScoreQVO extends BaseQueryVO implements Serializable {
|
||||
String positionId;
|
||||
|
||||
String examType;
|
||||
|
||||
public String getPositionId() {
|
||||
return this.positionId;
|
||||
}
|
||||
|
||||
public void setPositionId(String newPositionId) {
|
||||
this.positionId = newPositionId;
|
||||
}
|
||||
|
||||
public String getExamType() {
|
||||
return this.examType;
|
||||
}
|
||||
|
||||
public void setExamType(String newExamType) {
|
||||
this.examType = newExamType;
|
||||
}
|
||||
}
|
36
hrmsEjb/wenrgise/hrms/vo/HrmPrmViewAssQVO.java
Normal file
36
hrmsEjb/wenrgise/hrms/vo/HrmPrmViewAssQVO.java
Normal file
@@ -0,0 +1,36 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmPrmViewAssQVO extends BaseQueryVO implements Serializable {
|
||||
private String siteCode;
|
||||
|
||||
private String prmNo;
|
||||
|
||||
private String toPosition;
|
||||
|
||||
public String getSiteCode() {
|
||||
return this.siteCode;
|
||||
}
|
||||
|
||||
public void setSiteCode(String newSiteCode) {
|
||||
this.siteCode = newSiteCode;
|
||||
}
|
||||
|
||||
public String getPrmNo() {
|
||||
return this.prmNo;
|
||||
}
|
||||
|
||||
public void setPrmNo(String newPrmNo) {
|
||||
this.prmNo = newPrmNo;
|
||||
}
|
||||
|
||||
public String getToPosition() {
|
||||
return this.toPosition;
|
||||
}
|
||||
|
||||
public void setToPosition(String newToPosition) {
|
||||
this.toPosition = newToPosition;
|
||||
}
|
||||
}
|
6
hrmsEjb/wenrgise/hrms/vo/HrmRecAdvtMtnQVO.java
Normal file
6
hrmsEjb/wenrgise/hrms/vo/HrmRecAdvtMtnQVO.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmRecAdvtMtnQVO extends BaseQueryVO implements Serializable {}
|
36
hrmsEjb/wenrgise/hrms/vo/HrmRecApplnMtnQVO.java
Normal file
36
hrmsEjb/wenrgise/hrms/vo/HrmRecApplnMtnQVO.java
Normal file
@@ -0,0 +1,36 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmRecApplnMtnQVO extends BaseQueryVO implements Serializable {
|
||||
private String referenceNo;
|
||||
|
||||
private String applForDesignation;
|
||||
|
||||
private String applicationNo;
|
||||
|
||||
public String getReferenceNo() {
|
||||
return this.referenceNo;
|
||||
}
|
||||
|
||||
public void setReferenceNo(String newReferenceNo) {
|
||||
this.referenceNo = newReferenceNo;
|
||||
}
|
||||
|
||||
public String getApplForDesignation() {
|
||||
return this.applForDesignation;
|
||||
}
|
||||
|
||||
public void setApplForDesignation(String newApplForDesignation) {
|
||||
this.applForDesignation = newApplForDesignation;
|
||||
}
|
||||
|
||||
public String getApplicationNo() {
|
||||
return this.applicationNo;
|
||||
}
|
||||
|
||||
public void setApplicationNo(String newApplicationNo) {
|
||||
this.applicationNo = newApplicationNo;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmRecEmpRecCreationQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmRecEmpRecCreationQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmRecEmpRecCreationQVO extends BaseQueryVO implements Serializable {
|
||||
private String applicationNo;
|
||||
|
||||
public String getApplicationNo() {
|
||||
return this.applicationNo;
|
||||
}
|
||||
|
||||
public void setApplicationNo(String newApplicationNo) {
|
||||
this.applicationNo = newApplicationNo;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmRecScrutAppMntQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmRecScrutAppMntQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmRecScrutAppMntQVO extends BaseQueryVO implements Serializable {
|
||||
String stage;
|
||||
|
||||
public String getStage() {
|
||||
return this.stage;
|
||||
}
|
||||
|
||||
public void setStage(String newStage) {
|
||||
this.stage = newStage;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmRecTestCentreMstQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmRecTestCentreMstQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmRecTestCentreMstQVO extends BaseQueryVO implements Serializable {
|
||||
String testCentreCodeId;
|
||||
|
||||
public String getTestCentreCodeId() {
|
||||
return this.testCentreCodeId;
|
||||
}
|
||||
|
||||
public void setTestCentreCodeId(String newTestCentreCodeId) {
|
||||
this.testCentreCodeId = newTestCentreCodeId;
|
||||
}
|
||||
}
|
26
hrmsEjb/wenrgise/hrms/vo/HrmRetireForecastQVO.java
Normal file
26
hrmsEjb/wenrgise/hrms/vo/HrmRetireForecastQVO.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmRetireForecastQVO extends BaseQueryVO implements Serializable {
|
||||
private String fromDate;
|
||||
|
||||
private String toDate;
|
||||
|
||||
public String getFromDate() {
|
||||
return this.fromDate;
|
||||
}
|
||||
|
||||
public void setFromDate(String newFromDate) {
|
||||
this.fromDate = newFromDate;
|
||||
}
|
||||
|
||||
public String getToDate() {
|
||||
return this.toDate;
|
||||
}
|
||||
|
||||
public void setToDate(String newToDate) {
|
||||
this.toDate = newToDate;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmRoasterEntryQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmRoasterEntryQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmRoasterEntryQVO extends BaseQueryVO implements Serializable {
|
||||
private String txtRoasterCode;
|
||||
|
||||
public String getTxtRoasterCode() {
|
||||
return this.txtRoasterCode;
|
||||
}
|
||||
|
||||
public void setTxtRoasterCode(String txtRoasterCode) {
|
||||
this.txtRoasterCode = txtRoasterCode;
|
||||
}
|
||||
}
|
36
hrmsEjb/wenrgise/hrms/vo/HrmSepApplnQVO.java
Normal file
36
hrmsEjb/wenrgise/hrms/vo/HrmSepApplnQVO.java
Normal file
@@ -0,0 +1,36 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmSepApplnQVO extends BaseQueryVO implements Serializable {
|
||||
private String applicationNo;
|
||||
|
||||
private String initiatedBy;
|
||||
|
||||
private String empId;
|
||||
|
||||
public String getApplicationNo() {
|
||||
return this.applicationNo;
|
||||
}
|
||||
|
||||
public void setApplicationNo(String newApplicationNo) {
|
||||
this.applicationNo = newApplicationNo;
|
||||
}
|
||||
|
||||
public String getInitiatedBy() {
|
||||
return this.initiatedBy;
|
||||
}
|
||||
|
||||
public void setInitiatedBy(String newInitiatedBy) {
|
||||
this.initiatedBy = newInitiatedBy;
|
||||
}
|
||||
|
||||
public String getEmpId() {
|
||||
return this.empId;
|
||||
}
|
||||
|
||||
public void setEmpId(String newEmpId) {
|
||||
this.empId = newEmpId;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmSepCatMstQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmSepCatMstQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmSepCatMstQVO extends BaseQueryVO implements Serializable {
|
||||
private String separationCode;
|
||||
|
||||
public String getSeparationCode() {
|
||||
return this.separationCode;
|
||||
}
|
||||
|
||||
public void setSeparationCode(String newSeparationCode) {
|
||||
this.separationCode = newSeparationCode;
|
||||
}
|
||||
}
|
45
hrmsEjb/wenrgise/hrms/vo/HrmSepClrEmpQVO.java
Normal file
45
hrmsEjb/wenrgise/hrms/vo/HrmSepClrEmpQVO.java
Normal file
@@ -0,0 +1,45 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmSepClrEmpQVO extends BaseQueryVO {
|
||||
private String empNoId;
|
||||
|
||||
private String tmplDescId;
|
||||
|
||||
private String screenMode;
|
||||
|
||||
private String empNo;
|
||||
|
||||
public String getEmpNoId() {
|
||||
return this.empNoId;
|
||||
}
|
||||
|
||||
public void setEmpNoId(String newEmpNoId) {
|
||||
this.empNoId = newEmpNoId;
|
||||
}
|
||||
|
||||
public String getTmplDescId() {
|
||||
return this.tmplDescId;
|
||||
}
|
||||
|
||||
public void setTmplDescId(String newTmplDescId) {
|
||||
this.tmplDescId = newTmplDescId;
|
||||
}
|
||||
|
||||
public String getScreenMode() {
|
||||
return this.screenMode;
|
||||
}
|
||||
|
||||
public void setScreenMode(String newScreenMode) {
|
||||
this.screenMode = newScreenMode;
|
||||
}
|
||||
|
||||
public String getEmpNo() {
|
||||
return this.empNo;
|
||||
}
|
||||
|
||||
public void setEmpNo(String newEmpNo) {
|
||||
this.empNo = newEmpNo;
|
||||
}
|
||||
}
|
15
hrmsEjb/wenrgise/hrms/vo/HrmSepClrTmplMstQVO.java
Normal file
15
hrmsEjb/wenrgise/hrms/vo/HrmSepClrTmplMstQVO.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmSepClrTmplMstQVO extends BaseQueryVO {
|
||||
private String tmplDescId;
|
||||
|
||||
public String getTmplDescId() {
|
||||
return this.tmplDescId;
|
||||
}
|
||||
|
||||
public void setTmplDescId(String newTmplDescId) {
|
||||
this.tmplDescId = newTmplDescId;
|
||||
}
|
||||
}
|
36
hrmsEjb/wenrgise/hrms/vo/HrmSepOrderQVO.java
Normal file
36
hrmsEjb/wenrgise/hrms/vo/HrmSepOrderQVO.java
Normal file
@@ -0,0 +1,36 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmSepOrderQVO extends BaseQueryVO implements Serializable {
|
||||
private String orderNo;
|
||||
|
||||
private String orderNoId;
|
||||
|
||||
private String applnId;
|
||||
|
||||
public String getOrderNo() {
|
||||
return this.orderNo;
|
||||
}
|
||||
|
||||
public void setOrderNo(String newOrderNo) {
|
||||
this.orderNo = newOrderNo;
|
||||
}
|
||||
|
||||
public String getOrderNoId() {
|
||||
return this.orderNoId;
|
||||
}
|
||||
|
||||
public void setOrderNoId(String newOrderNoId) {
|
||||
this.orderNoId = newOrderNoId;
|
||||
}
|
||||
|
||||
public String getApplnId() {
|
||||
return this.applnId;
|
||||
}
|
||||
|
||||
public void setApplnId(String newApplnId) {
|
||||
this.applnId = newApplnId;
|
||||
}
|
||||
}
|
46
hrmsEjb/wenrgise/hrms/vo/HrmSettleQueryVO.java
Normal file
46
hrmsEjb/wenrgise/hrms/vo/HrmSettleQueryVO.java
Normal file
@@ -0,0 +1,46 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmSettleQueryVO extends BaseQueryVO implements Serializable {
|
||||
private String hidDetailId;
|
||||
|
||||
private String settleHeads;
|
||||
|
||||
private String advanceDescription;
|
||||
|
||||
String advCodeId;
|
||||
|
||||
public String getHidDetailId() {
|
||||
return this.hidDetailId;
|
||||
}
|
||||
|
||||
public void setHidDetailId(String newHidDetailId) {
|
||||
this.hidDetailId = newHidDetailId;
|
||||
}
|
||||
|
||||
public String getSettleHeads() {
|
||||
return this.settleHeads;
|
||||
}
|
||||
|
||||
public void setSettleHeads(String newSettleHeads) {
|
||||
this.settleHeads = newSettleHeads;
|
||||
}
|
||||
|
||||
public String getAdvanceDescription() {
|
||||
return this.advanceDescription;
|
||||
}
|
||||
|
||||
public void setAdvanceDescription(String newAdvanceDescription) {
|
||||
this.advanceDescription = newAdvanceDescription;
|
||||
}
|
||||
|
||||
public String getAdvCodeId() {
|
||||
return this.advCodeId;
|
||||
}
|
||||
|
||||
public void setAdvCodeId(String newAdvCodeId) {
|
||||
this.advCodeId = newAdvCodeId;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmTrngCalCloseQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmTrngCalCloseQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmTrngCalCloseQVO extends BaseQueryVO implements Serializable {
|
||||
String courseName;
|
||||
|
||||
public String getCourseName() {
|
||||
return this.courseName;
|
||||
}
|
||||
|
||||
public void setCourseName(String newCourseName) {
|
||||
this.courseName = newCourseName;
|
||||
}
|
||||
}
|
56
hrmsEjb/wenrgise/hrms/vo/HrmTrngCalQVO.java
Normal file
56
hrmsEjb/wenrgise/hrms/vo/HrmTrngCalQVO.java
Normal file
@@ -0,0 +1,56 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmTrngCalQVO extends BaseQueryVO implements Serializable {
|
||||
private String calendarName;
|
||||
|
||||
private String site;
|
||||
|
||||
private String startDate;
|
||||
|
||||
private String endDate;
|
||||
|
||||
private String siteName;
|
||||
|
||||
public String getCalendarName() {
|
||||
return this.calendarName;
|
||||
}
|
||||
|
||||
public void setCalendarName(String newCalendarName) {
|
||||
this.calendarName = newCalendarName;
|
||||
}
|
||||
|
||||
public String getSite() {
|
||||
return this.site;
|
||||
}
|
||||
|
||||
public void setSite(String newSite) {
|
||||
this.site = newSite;
|
||||
}
|
||||
|
||||
public String getStartDate() {
|
||||
return this.startDate;
|
||||
}
|
||||
|
||||
public void setStartDate(String newStartDate) {
|
||||
this.startDate = newStartDate;
|
||||
}
|
||||
|
||||
public String getEndDate() {
|
||||
return this.endDate;
|
||||
}
|
||||
|
||||
public void setEndDate(String newEndDate) {
|
||||
this.endDate = newEndDate;
|
||||
}
|
||||
|
||||
public String getSiteName() {
|
||||
return this.siteName;
|
||||
}
|
||||
|
||||
public void setSiteName(String newSiteName) {
|
||||
this.siteName = newSiteName;
|
||||
}
|
||||
}
|
26
hrmsEjb/wenrgise/hrms/vo/HrmTrngCrsBudQVO.java
Normal file
26
hrmsEjb/wenrgise/hrms/vo/HrmTrngCrsBudQVO.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmTrngCrsBudQVO extends BaseQueryVO implements Serializable {
|
||||
private String calendarName;
|
||||
|
||||
private String calendarId;
|
||||
|
||||
public String getCalendarName() {
|
||||
return this.calendarName;
|
||||
}
|
||||
|
||||
public void setCalendarName(String newCalendarName) {
|
||||
this.calendarName = newCalendarName;
|
||||
}
|
||||
|
||||
public String getCalendarId() {
|
||||
return this.calendarId;
|
||||
}
|
||||
|
||||
public void setCalendarId(String newCalendarId) {
|
||||
this.calendarId = newCalendarId;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmTrngCrsMstQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmTrngCrsMstQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmTrngCrsMstQVO extends BaseQueryVO implements Serializable {
|
||||
private String trainingBranch;
|
||||
|
||||
public String getTrainingBranch() {
|
||||
return this.trainingBranch;
|
||||
}
|
||||
|
||||
public void setTrainingBranch(String newTrainingBranch) {
|
||||
this.trainingBranch = newTrainingBranch;
|
||||
}
|
||||
}
|
26
hrmsEjb/wenrgise/hrms/vo/HrmTrngEmpAttQVO.java
Normal file
26
hrmsEjb/wenrgise/hrms/vo/HrmTrngEmpAttQVO.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmTrngEmpAttQVO extends BaseQueryVO implements Serializable {
|
||||
private String id;
|
||||
|
||||
private String courseNameId;
|
||||
|
||||
public String getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(String newId) {
|
||||
this.id = newId;
|
||||
}
|
||||
|
||||
public String getCourseNameId() {
|
||||
return this.courseNameId;
|
||||
}
|
||||
|
||||
public void setCourseNameId(String newCourseNameId) {
|
||||
this.courseNameId = newCourseNameId;
|
||||
}
|
||||
}
|
16
hrmsEjb/wenrgise/hrms/vo/HrmTrngEmpFbkQVO.java
Normal file
16
hrmsEjb/wenrgise/hrms/vo/HrmTrngEmpFbkQVO.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmTrngEmpFbkQVO extends BaseQueryVO implements Serializable {
|
||||
private String courseId;
|
||||
|
||||
public String getCourseId() {
|
||||
return this.courseId;
|
||||
}
|
||||
|
||||
public void setCourseId(String newCourseId) {
|
||||
this.courseId = newCourseId;
|
||||
}
|
||||
}
|
36
hrmsEjb/wenrgise/hrms/vo/HrmTrngEmpHistQVO.java
Normal file
36
hrmsEjb/wenrgise/hrms/vo/HrmTrngEmpHistQVO.java
Normal file
@@ -0,0 +1,36 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmTrngEmpHistQVO extends BaseQueryVO implements Serializable {
|
||||
private String empNo;
|
||||
|
||||
private String course;
|
||||
|
||||
private String calendarName;
|
||||
|
||||
public String getEmpNo() {
|
||||
return this.empNo;
|
||||
}
|
||||
|
||||
public void setEmpNo(String newEmpNo) {
|
||||
this.empNo = newEmpNo;
|
||||
}
|
||||
|
||||
public String getCourse() {
|
||||
return this.course;
|
||||
}
|
||||
|
||||
public void setCourse(String newCourse) {
|
||||
this.course = newCourse;
|
||||
}
|
||||
|
||||
public String getCalendarName() {
|
||||
return this.calendarName;
|
||||
}
|
||||
|
||||
public void setCalendarName(String newCalendarName) {
|
||||
this.calendarName = newCalendarName;
|
||||
}
|
||||
}
|
26
hrmsEjb/wenrgise/hrms/vo/HrmTrngEmpReqQVO.java
Normal file
26
hrmsEjb/wenrgise/hrms/vo/HrmTrngEmpReqQVO.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmTrngEmpReqQVO extends BaseQueryVO implements Serializable {
|
||||
private String employeeNumber;
|
||||
|
||||
String empId;
|
||||
|
||||
public String getEmployeeNumber() {
|
||||
return this.employeeNumber;
|
||||
}
|
||||
|
||||
public void setEmployeeNumber(String newEmployeeNumber) {
|
||||
this.employeeNumber = newEmployeeNumber;
|
||||
}
|
||||
|
||||
public String getEmpId() {
|
||||
return this.empId;
|
||||
}
|
||||
|
||||
public void setEmpId(String newEmpId) {
|
||||
this.empId = newEmpId;
|
||||
}
|
||||
}
|
6
hrmsEjb/wenrgise/hrms/vo/HrmTrngFacFdbkQVO.java
Normal file
6
hrmsEjb/wenrgise/hrms/vo/HrmTrngFacFdbkQVO.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmTrngFacFdbkQVO extends BaseQueryVO implements Serializable {}
|
36
hrmsEjb/wenrgise/hrms/vo/HrmTrngFacQVO.java
Normal file
36
hrmsEjb/wenrgise/hrms/vo/HrmTrngFacQVO.java
Normal file
@@ -0,0 +1,36 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmTrngFacQVO extends BaseQueryVO implements Serializable {
|
||||
private String facultyType;
|
||||
|
||||
private String employeeNo;
|
||||
|
||||
private String baseInstitution;
|
||||
|
||||
public String getFacultyType() {
|
||||
return this.facultyType;
|
||||
}
|
||||
|
||||
public void setFacultyType(String newFacultyType) {
|
||||
this.facultyType = newFacultyType;
|
||||
}
|
||||
|
||||
public String getEmployeeNo() {
|
||||
return this.employeeNo;
|
||||
}
|
||||
|
||||
public void setEmployeeNo(String newEmployeeNo) {
|
||||
this.employeeNo = newEmployeeNo;
|
||||
}
|
||||
|
||||
public String getBaseInstitution() {
|
||||
return this.baseInstitution;
|
||||
}
|
||||
|
||||
public void setBaseInstitution(String newBaseInstitution) {
|
||||
this.baseInstitution = newBaseInstitution;
|
||||
}
|
||||
}
|
86
hrmsEjb/wenrgise/hrms/vo/HrmTrngFacTrngQVO.java
Normal file
86
hrmsEjb/wenrgise/hrms/vo/HrmTrngFacTrngQVO.java
Normal file
@@ -0,0 +1,86 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmTrngFacTrngQVO extends BaseQueryVO implements Serializable {
|
||||
private String calendarName;
|
||||
|
||||
private String courseName;
|
||||
|
||||
private String startDate;
|
||||
|
||||
private String endDate;
|
||||
|
||||
private String site;
|
||||
|
||||
String calId;
|
||||
|
||||
String courseId;
|
||||
|
||||
String siteId;
|
||||
|
||||
public String getCalendarName() {
|
||||
return this.calendarName;
|
||||
}
|
||||
|
||||
public void setCalendarName(String newCalendarName) {
|
||||
this.calendarName = newCalendarName;
|
||||
}
|
||||
|
||||
public String getCourseName() {
|
||||
return this.courseName;
|
||||
}
|
||||
|
||||
public void setCourseName(String newCourseName) {
|
||||
this.courseName = newCourseName;
|
||||
}
|
||||
|
||||
public String getStartDate() {
|
||||
return this.startDate;
|
||||
}
|
||||
|
||||
public void setStartDate(String newStartDate) {
|
||||
this.startDate = newStartDate;
|
||||
}
|
||||
|
||||
public String getEndDate() {
|
||||
return this.endDate;
|
||||
}
|
||||
|
||||
public void setEndDate(String newEndDate) {
|
||||
this.endDate = newEndDate;
|
||||
}
|
||||
|
||||
public String getSite() {
|
||||
return this.site;
|
||||
}
|
||||
|
||||
public void setSite(String newSite) {
|
||||
this.site = newSite;
|
||||
}
|
||||
|
||||
public String getCalId() {
|
||||
return this.calId;
|
||||
}
|
||||
|
||||
public void setCalId(String newCalId) {
|
||||
this.calId = newCalId;
|
||||
}
|
||||
|
||||
public String getCourseId() {
|
||||
return this.courseId;
|
||||
}
|
||||
|
||||
public void setCourseId(String newCourseId) {
|
||||
this.courseId = newCourseId;
|
||||
}
|
||||
|
||||
public String getSiteId() {
|
||||
return this.siteId;
|
||||
}
|
||||
|
||||
public void setSiteId(String newSiteId) {
|
||||
this.siteId = newSiteId;
|
||||
}
|
||||
}
|
26
hrmsEjb/wenrgise/hrms/vo/HrmTrngInsCrsQVO.java
Normal file
26
hrmsEjb/wenrgise/hrms/vo/HrmTrngInsCrsQVO.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmTrngInsCrsQVO extends BaseQueryVO implements Serializable {
|
||||
private String instituteCode;
|
||||
|
||||
private String type;
|
||||
|
||||
public String getInstituteCode() {
|
||||
return this.instituteCode;
|
||||
}
|
||||
|
||||
public void setInstituteCode(String newInstituteCode) {
|
||||
this.instituteCode = newInstituteCode;
|
||||
}
|
||||
|
||||
public String getType() {
|
||||
return this.type;
|
||||
}
|
||||
|
||||
public void setType(String newType) {
|
||||
this.type = newType;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user