first commit
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
package WEB-INF.classes.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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user