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; } }