first commit
This commit is contained in:
26
hrmsEjb/wenrgise/workflow/bean/WflActMstDtlBean.java
Normal file
26
hrmsEjb/wenrgise/workflow/bean/WflActMstDtlBean.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.workflow.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.bean.BaseDetailBean;
|
||||
|
||||
public class WflActMstDtlBean extends BaseDetailBean implements Serializable {
|
||||
public String txtAttrCode;
|
||||
|
||||
public String txtAttrDesc;
|
||||
|
||||
public String getTxtAttrCode() {
|
||||
return this.txtAttrCode;
|
||||
}
|
||||
|
||||
public void setTxtAttrCode(String newTxtAttrCode) {
|
||||
this.txtAttrCode = newTxtAttrCode;
|
||||
}
|
||||
|
||||
public String getTxtAttrDesc() {
|
||||
return this.txtAttrDesc;
|
||||
}
|
||||
|
||||
public void setTxtAttrDesc(String newTxtAttrDesc) {
|
||||
this.txtAttrDesc = newTxtAttrDesc;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user