first commit
This commit is contained in:
56
hrmsEjb/wenrgise/workflow/bean/WflDOPGrpDtlBean.java
Normal file
56
hrmsEjb/wenrgise/workflow/bean/WflDOPGrpDtlBean.java
Normal file
@@ -0,0 +1,56 @@
|
||||
package wenrgise.workflow.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.bean.BaseDetailBean;
|
||||
|
||||
public class WflDOPGrpDtlBean extends BaseDetailBean implements Serializable {
|
||||
String txtempNo;
|
||||
|
||||
String txtHiLevel;
|
||||
|
||||
String dfltMembr;
|
||||
|
||||
String empId;
|
||||
|
||||
String txtEmpName;
|
||||
|
||||
public String getTxtempNo() {
|
||||
return this.txtempNo;
|
||||
}
|
||||
|
||||
public void setTxtempNo(String newTxtempNo) {
|
||||
this.txtempNo = newTxtempNo;
|
||||
}
|
||||
|
||||
public String getTxtHiLevel() {
|
||||
return this.txtHiLevel;
|
||||
}
|
||||
|
||||
public void setTxtHiLevel(String newTxtHiLevel) {
|
||||
this.txtHiLevel = newTxtHiLevel;
|
||||
}
|
||||
|
||||
public String getDfltMembr() {
|
||||
return this.dfltMembr;
|
||||
}
|
||||
|
||||
public void setDfltMembr(String newDfltMembr) {
|
||||
this.dfltMembr = newDfltMembr;
|
||||
}
|
||||
|
||||
public String getEmpId() {
|
||||
return this.empId;
|
||||
}
|
||||
|
||||
public void setEmpId(String newEmpId) {
|
||||
this.empId = newEmpId;
|
||||
}
|
||||
|
||||
public String getTxtEmpName() {
|
||||
return this.txtEmpName;
|
||||
}
|
||||
|
||||
public void setTxtEmpName(String newTxtEmpName) {
|
||||
this.txtEmpName = newTxtEmpName;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user