first commit
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
package WEB-INF.classes.wenrgise.workflow.webtier.form;
|
||||
|
||||
import wenrgise.common.webtier.form.BaseForm;
|
||||
|
||||
public class WFLBaseForm extends BaseForm {
|
||||
private String txtDisplayFields;
|
||||
|
||||
private String txtSearchFields;
|
||||
|
||||
private String queryParam;
|
||||
|
||||
public String getTxtDisplayFields() {
|
||||
return this.txtDisplayFields;
|
||||
}
|
||||
|
||||
public void setTxtDisplayFields(String newTxtDisplayFields) {
|
||||
this.txtDisplayFields = newTxtDisplayFields;
|
||||
}
|
||||
|
||||
public String getTxtSearchFields() {
|
||||
return this.txtSearchFields;
|
||||
}
|
||||
|
||||
public void setTxtSearchFields(String newTxtSearchFields) {
|
||||
this.txtSearchFields = newTxtSearchFields;
|
||||
}
|
||||
|
||||
public String getQueryParam() {
|
||||
return this.queryParam;
|
||||
}
|
||||
|
||||
public void setQueryParam(String newQueryParam) {
|
||||
this.queryParam = newQueryParam;
|
||||
}
|
||||
}
|
@@ -0,0 +1,166 @@
|
||||
package WEB-INF.classes.wenrgise.workflow.webtier.form;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import wenrgise.workflow.webtier.form.WFLBaseForm;
|
||||
|
||||
public class WFLDocAttrDtlForm extends WFLBaseForm {
|
||||
private String documentCode;
|
||||
|
||||
private String userId;
|
||||
|
||||
private String documentDesc;
|
||||
|
||||
private String butDocumentCode;
|
||||
|
||||
private String disabbutDocumentCode;
|
||||
|
||||
String[] txtAttrName;
|
||||
|
||||
String[] txtType;
|
||||
|
||||
String[] txtDesc;
|
||||
|
||||
private ArrayList arylstDocAttrDetail = new ArrayList();
|
||||
|
||||
private String maxAppLevel;
|
||||
|
||||
private String[] docTypeHdrId;
|
||||
|
||||
String disabdocumentCode;
|
||||
|
||||
String disabdocumentDesc;
|
||||
|
||||
String disabmaxAppLevel;
|
||||
|
||||
String[] txtLovKey;
|
||||
|
||||
String disabtxtLovKey;
|
||||
|
||||
public String getDocumentCode() {
|
||||
return this.documentCode;
|
||||
}
|
||||
|
||||
public void setDocumentCode(String newDocumentCode) {
|
||||
this.documentCode = newDocumentCode;
|
||||
}
|
||||
|
||||
public String getUserId() {
|
||||
return this.userId;
|
||||
}
|
||||
|
||||
public void setUserId(String newUserId) {
|
||||
this.userId = newUserId;
|
||||
}
|
||||
|
||||
public String getButDocumentCode() {
|
||||
return this.butDocumentCode;
|
||||
}
|
||||
|
||||
public void setButDocumentCode(String newButDocumentCode) {
|
||||
this.butDocumentCode = newButDocumentCode;
|
||||
}
|
||||
|
||||
public String getDisabbutDocumentCode() {
|
||||
return this.disabbutDocumentCode;
|
||||
}
|
||||
|
||||
public void setDisabbutDocumentCode(String newDisabbutDocumentCode) {
|
||||
this.disabbutDocumentCode = newDisabbutDocumentCode;
|
||||
}
|
||||
|
||||
public String[] getTxtAttrName() {
|
||||
return this.txtAttrName;
|
||||
}
|
||||
|
||||
public void setTxtAttrName(String[] newTxtAttrName) {
|
||||
this.txtAttrName = newTxtAttrName;
|
||||
}
|
||||
|
||||
public String[] getTxtType() {
|
||||
return this.txtType;
|
||||
}
|
||||
|
||||
public void setTxtType(String[] newTxtType) {
|
||||
this.txtType = newTxtType;
|
||||
}
|
||||
|
||||
public String[] getTxtDesc() {
|
||||
return this.txtDesc;
|
||||
}
|
||||
|
||||
public void setTxtDesc(String[] newTxtDesc) {
|
||||
this.txtDesc = newTxtDesc;
|
||||
}
|
||||
|
||||
public ArrayList getArylstDocAttrDetail() {
|
||||
return this.arylstDocAttrDetail;
|
||||
}
|
||||
|
||||
public void setArylstDocAttrDetail(ArrayList newArylstDocAttrDetail) {
|
||||
this.arylstDocAttrDetail = newArylstDocAttrDetail;
|
||||
}
|
||||
|
||||
public String getDocumentDesc() {
|
||||
return this.documentDesc;
|
||||
}
|
||||
|
||||
public void setDocumentDesc(String newDocumentDesc) {
|
||||
this.documentDesc = newDocumentDesc;
|
||||
}
|
||||
|
||||
public String getMaxAppLevel() {
|
||||
return this.maxAppLevel;
|
||||
}
|
||||
|
||||
public void setMaxAppLevel(String newMaxAppLevel) {
|
||||
this.maxAppLevel = newMaxAppLevel;
|
||||
}
|
||||
|
||||
public String[] getDocTypeHdrId() {
|
||||
return this.docTypeHdrId;
|
||||
}
|
||||
|
||||
public void setDocTypeHdrId(String[] newDocTypeHdrId) {
|
||||
this.docTypeHdrId = newDocTypeHdrId;
|
||||
}
|
||||
|
||||
public String getDisabdocumentCode() {
|
||||
return this.disabdocumentCode;
|
||||
}
|
||||
|
||||
public void setDisabdocumentCode(String newDisabdocumentCode) {
|
||||
this.disabdocumentCode = newDisabdocumentCode;
|
||||
}
|
||||
|
||||
public String getDisabdocumentDesc() {
|
||||
return this.disabdocumentDesc;
|
||||
}
|
||||
|
||||
public void setDisabdocumentDesc(String newDisabdocumentDesc) {
|
||||
this.disabdocumentDesc = newDisabdocumentDesc;
|
||||
}
|
||||
|
||||
public String getDisabmaxAppLevel() {
|
||||
return this.disabmaxAppLevel;
|
||||
}
|
||||
|
||||
public void setDisabmaxAppLevel(String newDisabmaxAppLevel) {
|
||||
this.disabmaxAppLevel = newDisabmaxAppLevel;
|
||||
}
|
||||
|
||||
public String[] getTxtLovKey() {
|
||||
return this.txtLovKey;
|
||||
}
|
||||
|
||||
public void setTxtLovKey(String[] newTxtLovKey) {
|
||||
this.txtLovKey = newTxtLovKey;
|
||||
}
|
||||
|
||||
public String getDisabtxtLovKey() {
|
||||
return this.disabtxtLovKey;
|
||||
}
|
||||
|
||||
public void setDisabtxtLovKey(String newDisabtxtLovKey) {
|
||||
this.disabtxtLovKey = newDisabtxtLovKey;
|
||||
}
|
||||
}
|
@@ -0,0 +1,206 @@
|
||||
package WEB-INF.classes.wenrgise.workflow.webtier.form;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import wenrgise.workflow.webtier.form.WFLBaseForm;
|
||||
|
||||
public class WFLDtlDocTypeForm extends WFLBaseForm {
|
||||
String[] txtDtlDocCode;
|
||||
|
||||
String[] txtDtlDocDesc;
|
||||
|
||||
String[] txtCondition;
|
||||
|
||||
String[] txtPriority;
|
||||
|
||||
String[] txtExp;
|
||||
|
||||
private String dtlDocCode;
|
||||
|
||||
private String butdtlDocCode;
|
||||
|
||||
private String disabbutdtlDocCode;
|
||||
|
||||
private String condition;
|
||||
|
||||
private String butcondition;
|
||||
|
||||
private String disabbutcondition;
|
||||
|
||||
private String documentCode;
|
||||
|
||||
private String documentDesc;
|
||||
|
||||
private ArrayList arylstDtlDocType = new ArrayList();
|
||||
|
||||
String disabbutDocCode;
|
||||
|
||||
String docId;
|
||||
|
||||
String[] txtConditionId;
|
||||
|
||||
String butCondDesc;
|
||||
|
||||
String disabbutCondDesc;
|
||||
|
||||
String[] txtConDesc;
|
||||
|
||||
public String[] getTxtDtlDocCode() {
|
||||
return this.txtDtlDocCode;
|
||||
}
|
||||
|
||||
public void setTxtDtlDocCode(String[] newTxtDtlDocCode) {
|
||||
this.txtDtlDocCode = newTxtDtlDocCode;
|
||||
}
|
||||
|
||||
public String[] getTxtDtlDocDesc() {
|
||||
return this.txtDtlDocDesc;
|
||||
}
|
||||
|
||||
public void setTxtDtlDocDesc(String[] newTxtDtlDocDesc) {
|
||||
this.txtDtlDocDesc = newTxtDtlDocDesc;
|
||||
}
|
||||
|
||||
public String[] getTxtCondition() {
|
||||
return this.txtCondition;
|
||||
}
|
||||
|
||||
public void setTxtCondition(String[] newTxtCondition) {
|
||||
this.txtCondition = newTxtCondition;
|
||||
}
|
||||
|
||||
public String[] getTxtPriority() {
|
||||
return this.txtPriority;
|
||||
}
|
||||
|
||||
public void setTxtPriority(String[] newTxtPriority) {
|
||||
this.txtPriority = newTxtPriority;
|
||||
}
|
||||
|
||||
public String getDtlDocCode() {
|
||||
return this.dtlDocCode;
|
||||
}
|
||||
|
||||
public void setDtlDocCode(String newDtlDocCode) {
|
||||
this.dtlDocCode = newDtlDocCode;
|
||||
}
|
||||
|
||||
public String getButdtlDocCode() {
|
||||
return this.butdtlDocCode;
|
||||
}
|
||||
|
||||
public void setButdtlDocCode(String newButdtlDocCode) {
|
||||
this.butdtlDocCode = newButdtlDocCode;
|
||||
}
|
||||
|
||||
public String getDisabbutdtlDocCode() {
|
||||
return this.disabbutdtlDocCode;
|
||||
}
|
||||
|
||||
public void setDisabbutdtlDocCode(String newDisabbutdtlDocCode) {
|
||||
this.disabbutdtlDocCode = newDisabbutdtlDocCode;
|
||||
}
|
||||
|
||||
public String getCondition() {
|
||||
return this.condition;
|
||||
}
|
||||
|
||||
public void setCondition(String newCondition) {
|
||||
this.condition = newCondition;
|
||||
}
|
||||
|
||||
public String[] getTxtExp() {
|
||||
return this.txtExp;
|
||||
}
|
||||
|
||||
public void setTxtExp(String[] newTxtExp) {
|
||||
this.txtExp = newTxtExp;
|
||||
}
|
||||
|
||||
public String getButcondition() {
|
||||
return this.butcondition;
|
||||
}
|
||||
|
||||
public void setButcondition(String newButcondition) {
|
||||
this.butcondition = newButcondition;
|
||||
}
|
||||
|
||||
public String getDisabbutcondition() {
|
||||
return this.disabbutcondition;
|
||||
}
|
||||
|
||||
public void setDisabbutcondition(String newDisabbutcondition) {
|
||||
this.disabbutcondition = newDisabbutcondition;
|
||||
}
|
||||
|
||||
public String getDocumentCode() {
|
||||
return this.documentCode;
|
||||
}
|
||||
|
||||
public void setDocumentCode(String newDocumentCode) {
|
||||
this.documentCode = newDocumentCode;
|
||||
}
|
||||
|
||||
public String getDocumentDesc() {
|
||||
return this.documentDesc;
|
||||
}
|
||||
|
||||
public void setDocumentDesc(String newDocumentDesc) {
|
||||
this.documentDesc = newDocumentDesc;
|
||||
}
|
||||
|
||||
public ArrayList getArylstDtlDocType() {
|
||||
return this.arylstDtlDocType;
|
||||
}
|
||||
|
||||
public void setArylstDtlDocType(ArrayList newArylstDtlDocType) {
|
||||
this.arylstDtlDocType = newArylstDtlDocType;
|
||||
}
|
||||
|
||||
public String getDisabbutDocCode() {
|
||||
return this.disabbutDocCode;
|
||||
}
|
||||
|
||||
public void setDisabbutDocCode(String newDisabbutDocCode) {
|
||||
this.disabbutDocCode = newDisabbutDocCode;
|
||||
}
|
||||
|
||||
public String getDocId() {
|
||||
return this.docId;
|
||||
}
|
||||
|
||||
public void setDocId(String newDocId) {
|
||||
this.docId = newDocId;
|
||||
}
|
||||
|
||||
public String[] getTxtConditionId() {
|
||||
return this.txtConditionId;
|
||||
}
|
||||
|
||||
public void setTxtConditionId(String[] newTxtConditionId) {
|
||||
this.txtConditionId = newTxtConditionId;
|
||||
}
|
||||
|
||||
public String getButCondDesc() {
|
||||
return this.butCondDesc;
|
||||
}
|
||||
|
||||
public void setButCondDesc(String newButCondDesc) {
|
||||
this.butCondDesc = newButCondDesc;
|
||||
}
|
||||
|
||||
public String getDisabbutCondDesc() {
|
||||
return this.disabbutCondDesc;
|
||||
}
|
||||
|
||||
public void setDisabbutCondDesc(String newDisabbutCondDesc) {
|
||||
this.disabbutCondDesc = newDisabbutCondDesc;
|
||||
}
|
||||
|
||||
public String[] getTxtConDesc() {
|
||||
return this.txtConDesc;
|
||||
}
|
||||
|
||||
public void setTxtConDesc(String[] newTxtConDesc) {
|
||||
this.txtConDesc = newTxtConDesc;
|
||||
}
|
||||
}
|
@@ -0,0 +1,467 @@
|
||||
package WEB-INF.classes.wenrgise.workflow.webtier.form;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
import wenrgise.workflow.webtier.form.WFLBaseForm;
|
||||
|
||||
public class WflConditionForm extends WFLBaseForm {
|
||||
String documentCode;
|
||||
|
||||
String documentDesc;
|
||||
|
||||
String butCondDtls;
|
||||
|
||||
String docId;
|
||||
|
||||
String docAttr;
|
||||
|
||||
HashMap docAttributes;
|
||||
|
||||
String operator;
|
||||
|
||||
String values;
|
||||
|
||||
String formula;
|
||||
|
||||
String hidAction;
|
||||
|
||||
String formStatus;
|
||||
|
||||
String docType;
|
||||
|
||||
String hidFormula;
|
||||
|
||||
String disabdocCode;
|
||||
|
||||
String disabdocDesc;
|
||||
|
||||
String disabbutCondDtls;
|
||||
|
||||
String disabtxtDocDtlDesc;
|
||||
|
||||
String disabtxtPriority;
|
||||
|
||||
String disabtxtCondExp;
|
||||
|
||||
String disabdocAttr;
|
||||
|
||||
String disaboperator;
|
||||
|
||||
String disabvalues;
|
||||
|
||||
String disabformula;
|
||||
|
||||
String butOr;
|
||||
|
||||
String butAnd;
|
||||
|
||||
String disabbutOr;
|
||||
|
||||
String disabbutAnd;
|
||||
|
||||
String butShowFormula;
|
||||
|
||||
String disabbutShowFormula;
|
||||
|
||||
String butValues;
|
||||
|
||||
String disabbutValues;
|
||||
|
||||
HashMap docTypes;
|
||||
|
||||
String[] selectAll;
|
||||
|
||||
ArrayList arylstDocAttrDetail = new ArrayList();
|
||||
|
||||
String butDocumentCode;
|
||||
|
||||
String disabbutDocumentCode;
|
||||
|
||||
String[] docTypeDtlDesc;
|
||||
|
||||
String[] priority;
|
||||
|
||||
String[] conditionExpression;
|
||||
|
||||
String butCond;
|
||||
|
||||
String disabbutCond;
|
||||
|
||||
String index;
|
||||
|
||||
String butSelect;
|
||||
|
||||
String disabbutSelect;
|
||||
|
||||
public HashMap docLovKey;
|
||||
|
||||
String ConditionLovKey;
|
||||
|
||||
public String getDocumentCode() {
|
||||
return this.documentCode;
|
||||
}
|
||||
|
||||
public void setDocumentCode(String newDocumentCode) {
|
||||
this.documentCode = newDocumentCode;
|
||||
}
|
||||
|
||||
public String getDocumentDesc() {
|
||||
return this.documentDesc;
|
||||
}
|
||||
|
||||
public void setDocumentDesc(String newDocumentDesc) {
|
||||
this.documentDesc = newDocumentDesc;
|
||||
}
|
||||
|
||||
public String getButCondDtls() {
|
||||
return this.butCondDtls;
|
||||
}
|
||||
|
||||
public void setButCondDtls(String newButCondDtls) {
|
||||
this.butCondDtls = newButCondDtls;
|
||||
}
|
||||
|
||||
public String getDocId() {
|
||||
return this.docId;
|
||||
}
|
||||
|
||||
public void setDocId(String newDocId) {
|
||||
this.docId = newDocId;
|
||||
}
|
||||
|
||||
public String getDocAttr() {
|
||||
return this.docAttr;
|
||||
}
|
||||
|
||||
public void setDocAttr(String newDocAttr) {
|
||||
this.docAttr = newDocAttr;
|
||||
}
|
||||
|
||||
public HashMap getDocAttributes() {
|
||||
return this.docAttributes;
|
||||
}
|
||||
|
||||
public void setDocAttributes(HashMap newDocAttributes) {
|
||||
this.docAttributes = newDocAttributes;
|
||||
}
|
||||
|
||||
public String getOperator() {
|
||||
return this.operator;
|
||||
}
|
||||
|
||||
public void setOperator(String newOperator) {
|
||||
this.operator = newOperator;
|
||||
}
|
||||
|
||||
public String getValues() {
|
||||
return this.values;
|
||||
}
|
||||
|
||||
public void setValues(String newValues) {
|
||||
this.values = newValues;
|
||||
}
|
||||
|
||||
public String getFormula() {
|
||||
return this.formula;
|
||||
}
|
||||
|
||||
public void setFormula(String newFormula) {
|
||||
this.formula = newFormula;
|
||||
}
|
||||
|
||||
public String getHidAction() {
|
||||
return this.hidAction;
|
||||
}
|
||||
|
||||
public void setHidAction(String newHidAction) {
|
||||
this.hidAction = newHidAction;
|
||||
}
|
||||
|
||||
public String getFormStatus() {
|
||||
return this.formStatus;
|
||||
}
|
||||
|
||||
public void setFormStatus(String newFormStatus) {
|
||||
this.formStatus = newFormStatus;
|
||||
}
|
||||
|
||||
public String getDocType() {
|
||||
return this.docType;
|
||||
}
|
||||
|
||||
public void setDocType(String newDocType) {
|
||||
this.docType = newDocType;
|
||||
}
|
||||
|
||||
public String getHidFormula() {
|
||||
return this.hidFormula;
|
||||
}
|
||||
|
||||
public void setHidFormula(String newHidFormula) {
|
||||
this.hidFormula = newHidFormula;
|
||||
}
|
||||
|
||||
public String getDisabdocCode() {
|
||||
return this.disabdocCode;
|
||||
}
|
||||
|
||||
public void setDisabdocCode(String newDisabdocCode) {
|
||||
this.disabdocCode = newDisabdocCode;
|
||||
}
|
||||
|
||||
public String getDisabdocDesc() {
|
||||
return this.disabdocDesc;
|
||||
}
|
||||
|
||||
public void setDisabdocDesc(String newDisabdocDesc) {
|
||||
this.disabdocDesc = newDisabdocDesc;
|
||||
}
|
||||
|
||||
public String getDisabbutCondDtls() {
|
||||
return this.disabbutCondDtls;
|
||||
}
|
||||
|
||||
public void setDisabbutCondDtls(String newDisabbutCondDtls) {
|
||||
this.disabbutCondDtls = newDisabbutCondDtls;
|
||||
}
|
||||
|
||||
public String getDisabtxtDocDtlDesc() {
|
||||
return this.disabtxtDocDtlDesc;
|
||||
}
|
||||
|
||||
public void setDisabtxtDocDtlDesc(String newDisabtxtDocDtlDesc) {
|
||||
this.disabtxtDocDtlDesc = newDisabtxtDocDtlDesc;
|
||||
}
|
||||
|
||||
public String getDisabtxtPriority() {
|
||||
return this.disabtxtPriority;
|
||||
}
|
||||
|
||||
public void setDisabtxtPriority(String newDisabtxtPriority) {
|
||||
this.disabtxtPriority = newDisabtxtPriority;
|
||||
}
|
||||
|
||||
public String getDisabtxtCondExp() {
|
||||
return this.disabtxtCondExp;
|
||||
}
|
||||
|
||||
public void setDisabtxtCondExp(String newDisabtxtCondExp) {
|
||||
this.disabtxtCondExp = newDisabtxtCondExp;
|
||||
}
|
||||
|
||||
public String getDisabdocAttr() {
|
||||
return this.disabdocAttr;
|
||||
}
|
||||
|
||||
public void setDisabdocAttr(String newDisabdocAttr) {
|
||||
this.disabdocAttr = newDisabdocAttr;
|
||||
}
|
||||
|
||||
public String getDisaboperator() {
|
||||
return this.disaboperator;
|
||||
}
|
||||
|
||||
public void setDisaboperator(String newDisaboperator) {
|
||||
this.disaboperator = newDisaboperator;
|
||||
}
|
||||
|
||||
public String getDisabvalues() {
|
||||
return this.disabvalues;
|
||||
}
|
||||
|
||||
public void setDisabvalues(String newDisabvalues) {
|
||||
this.disabvalues = newDisabvalues;
|
||||
}
|
||||
|
||||
public String getDisabformula() {
|
||||
return this.disabformula;
|
||||
}
|
||||
|
||||
public void setDisabformula(String newDisabformula) {
|
||||
this.disabformula = newDisabformula;
|
||||
}
|
||||
|
||||
public String getButOr() {
|
||||
return this.butOr;
|
||||
}
|
||||
|
||||
public void setButOr(String newButOr) {
|
||||
this.butOr = newButOr;
|
||||
}
|
||||
|
||||
public String getButAnd() {
|
||||
return this.butAnd;
|
||||
}
|
||||
|
||||
public void setButAnd(String newButAnd) {
|
||||
this.butAnd = newButAnd;
|
||||
}
|
||||
|
||||
public String getDisabbutOr() {
|
||||
return this.disabbutOr;
|
||||
}
|
||||
|
||||
public void setDisabbutOr(String newDisabbutOr) {
|
||||
this.disabbutOr = newDisabbutOr;
|
||||
}
|
||||
|
||||
public String getDisabbutAnd() {
|
||||
return this.disabbutAnd;
|
||||
}
|
||||
|
||||
public void setDisabbutAnd(String newDisabbutAnd) {
|
||||
this.disabbutAnd = newDisabbutAnd;
|
||||
}
|
||||
|
||||
public String getButShowFormula() {
|
||||
return this.butShowFormula;
|
||||
}
|
||||
|
||||
public void setButShowFormula(String newButShowFormula) {
|
||||
this.butShowFormula = newButShowFormula;
|
||||
}
|
||||
|
||||
public String getDisabbutShowFormula() {
|
||||
return this.disabbutShowFormula;
|
||||
}
|
||||
|
||||
public void setDisabbutShowFormula(String newDisabbutShowFormula) {
|
||||
this.disabbutShowFormula = newDisabbutShowFormula;
|
||||
}
|
||||
|
||||
public String getButValues() {
|
||||
return this.butValues;
|
||||
}
|
||||
|
||||
public void setButValues(String newButValues) {
|
||||
this.butValues = newButValues;
|
||||
}
|
||||
|
||||
public String getDisabbutValues() {
|
||||
return this.disabbutValues;
|
||||
}
|
||||
|
||||
public void setDisabbutValues(String newDisabbutValues) {
|
||||
this.disabbutValues = newDisabbutValues;
|
||||
}
|
||||
|
||||
public HashMap getDocTypes() {
|
||||
return this.docTypes;
|
||||
}
|
||||
|
||||
public void setDocTypes(HashMap newDocTypes) {
|
||||
this.docTypes = newDocTypes;
|
||||
}
|
||||
|
||||
public String[] getSelectAll() {
|
||||
return this.selectAll;
|
||||
}
|
||||
|
||||
public void setSelectAll(String[] newSelectAll) {
|
||||
this.selectAll = newSelectAll;
|
||||
}
|
||||
|
||||
public ArrayList getArylstDocAttrDetail() {
|
||||
return this.arylstDocAttrDetail;
|
||||
}
|
||||
|
||||
public void setArylstDocAttrDetail(ArrayList newArylstDocAttrDetail) {
|
||||
this.arylstDocAttrDetail = newArylstDocAttrDetail;
|
||||
}
|
||||
|
||||
public String getButDocumentCode() {
|
||||
return this.butDocumentCode;
|
||||
}
|
||||
|
||||
public void setButDocumentCode(String newButDocumentCode) {
|
||||
this.butDocumentCode = newButDocumentCode;
|
||||
}
|
||||
|
||||
public String getDisabbutDocumentCode() {
|
||||
return this.disabbutDocumentCode;
|
||||
}
|
||||
|
||||
public void setDisabbutDocumentCode(String newDisabbutDocumentCode) {
|
||||
this.disabbutDocumentCode = newDisabbutDocumentCode;
|
||||
}
|
||||
|
||||
public String[] getDocTypeDtlDesc() {
|
||||
return this.docTypeDtlDesc;
|
||||
}
|
||||
|
||||
public void setDocTypeDtlDesc(String[] newDocTypeDtlDesc) {
|
||||
this.docTypeDtlDesc = newDocTypeDtlDesc;
|
||||
}
|
||||
|
||||
public String[] getPriority() {
|
||||
return this.priority;
|
||||
}
|
||||
|
||||
public void setPriority(String[] newPriority) {
|
||||
this.priority = newPriority;
|
||||
}
|
||||
|
||||
public String[] getConditionExpression() {
|
||||
return this.conditionExpression;
|
||||
}
|
||||
|
||||
public void setConditionExpression(String[] newConditionExpression) {
|
||||
this.conditionExpression = newConditionExpression;
|
||||
}
|
||||
|
||||
public String getButCond() {
|
||||
return this.butCond;
|
||||
}
|
||||
|
||||
public void setButCond(String newButCond) {
|
||||
this.butCond = newButCond;
|
||||
}
|
||||
|
||||
public String getDisabbutCond() {
|
||||
return this.disabbutCond;
|
||||
}
|
||||
|
||||
public void setDisabbutCond(String newDisabbutCond) {
|
||||
this.disabbutCond = newDisabbutCond;
|
||||
}
|
||||
|
||||
public String getIndex() {
|
||||
return this.index;
|
||||
}
|
||||
|
||||
public void setIndex(String newIndex) {
|
||||
this.index = newIndex;
|
||||
}
|
||||
|
||||
public String getButSelect() {
|
||||
return this.butSelect;
|
||||
}
|
||||
|
||||
public void setButSelect(String newButSelect) {
|
||||
this.butSelect = newButSelect;
|
||||
}
|
||||
|
||||
public String getDisabbutSelect() {
|
||||
return this.disabbutSelect;
|
||||
}
|
||||
|
||||
public void setDisabbutSelect(String newDisabbutSelect) {
|
||||
this.disabbutSelect = newDisabbutSelect;
|
||||
}
|
||||
|
||||
public HashMap getDocLovKey() {
|
||||
return this.docLovKey;
|
||||
}
|
||||
|
||||
public void setDocLovKey(HashMap newDocLovKey) {
|
||||
this.docLovKey = newDocLovKey;
|
||||
}
|
||||
|
||||
public String getConditionLovKey() {
|
||||
return this.ConditionLovKey;
|
||||
}
|
||||
|
||||
public void setConditionLovKey(String newConditionLovKey) {
|
||||
this.ConditionLovKey = newConditionLovKey;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user