| | |
| | | */ |
| | | private String parentQueryAttr; |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "CodeClassifyTemplateAttrVO{" + |
| | | "classifyTemplateOid='" + classifyTemplateOid + '\'' + |
| | | ", classifyTemplateOidName='" + classifyTemplateOidName + '\'' + |
| | | ", classifyAttributeOid='" + classifyAttributeOid + '\'' + |
| | | ", classifyAttributeOidName='" + classifyAttributeOidName + '\'' + |
| | | ", attributeDataType='" + attributeDataType + '\'' + |
| | | ", attributeDataTypeText='" + attributeDataTypeText + '\'' + |
| | | ", keyAttrFlag='" + keyAttrFlag + '\'' + |
| | | ", queryAttrFlag='" + queryAttrFlag + '\'' + |
| | | ", seniorQueryAttrFlag='" + seniorQueryAttrFlag + '\'' + |
| | | ", sameRepeatAttrFlag='" + sameRepeatAttrFlag + '\'' + |
| | | ", sortAttrFlag='" + sortAttrFlag + '\'' + |
| | | ", qrcodeFlag='" + qrcodeFlag + '\'' + |
| | | ", barcodeFlag='" + barcodeFlag + '\'' + |
| | | ", componentRule='" + componentRule + '\'' + |
| | | ", verifyRule='" + verifyRule + '\'' + |
| | | ", classifyInvokeLevel='" + classifyInvokeLevel + '\'' + |
| | | ", classifyInvokeAttr='" + classifyInvokeAttr + '\'' + |
| | | ", classifyInvokeAttrName='" + classifyInvokeAttrName + '\'' + |
| | | ", classifyInvokeEditFlag='" + classifyInvokeEditFlag + '\'' + |
| | | ", orderNum=" + orderNum + |
| | | ", formDisplayFlag='" + formDisplayFlag + '\'' + |
| | | ", tableDisplayFlag='" + tableDisplayFlag + '\'' + |
| | | ", attributeGroup='" + attributeGroup + '\'' + |
| | | ", enumId='" + enumId + '\'' + |
| | | ", enumName='" + enumName + '\'' + |
| | | ", enumEditFlag='" + enumEditFlag + '\'' + |
| | | ", referBtmId='" + referBtmId + '\'' + |
| | | ", referBtmName='" + referBtmName + '\'' + |
| | | ", referConfig='" + referConfig + '\'' + |
| | | ", requireFlag='" + requireFlag + '\'' + |
| | | ", readOnlyFlag='" + readOnlyFlag + '\'' + |
| | | ", controlLength=" + controlLength + |
| | | ", formDisplayStyle='" + formDisplayStyle + '\'' + |
| | | ", tableDisplayStyle='" + tableDisplayStyle + '\'' + |
| | | ", formHref='" + formHref + '\'' + |
| | | ", tableHref='" + tableHref + '\'' + |
| | | ", precisionLength=" + precisionLength + |
| | | ", scaleLength=" + scaleLength + |
| | | ", valueArea='" + valueArea + '\'' + |
| | | ", codeDateFormat='" + codeDateFormat + '\'' + |
| | | ", tableDisplayJs='" + tableDisplayJs + '\'' + |
| | | ", textAreaFlag='" + textAreaFlag + '\'' + |
| | | ", imageFlag='" + imageFlag + '\'' + |
| | | ", defaultValue='" + defaultValue + '\'' + |
| | | ", prefixValue='" + prefixValue + '\'' + |
| | | ", suffixValue='" + suffixValue + '\'' + |
| | | ", filterSourceAttr='" + filterSourceAttr + '\'' + |
| | | ", filterSourceAttrName='" + filterSourceAttrName + '\'' + |
| | | ", enumString='" + enumString + '\'' + |
| | | ", attrTableWidth=" + attrTableWidth + |
| | | ", explain='" + explain + '\'' + |
| | | ", libraryIdentification='" + libraryIdentification + '\'' + |
| | | ", parentCode='" + parentCode + '\'' + |
| | | ", parentName='" + parentName + '\'' + |
| | | ", parentQueryAttr='" + parentQueryAttr + '\'' + |
| | | '}'; |
| | | } |
| | | } |