| | |
| | | * 属性类型,使用枚举VciFieldTypeEnum |
| | | */ |
| | | private String attributeDataType; |
| | | /** |
| | | * 属性UI控件显示类型 |
| | | */ |
| | | private String attributeUIType; |
| | | |
| | | /** |
| | | * 是否可以为空 |
| | |
| | | this.scaleLength = scaleLength; |
| | | } |
| | | |
| | | public String getAttributeUIType() { |
| | | return attributeUIType; |
| | | } |
| | | |
| | | public void setAttributeUIType(String attributeUIType) { |
| | | this.attributeUIType = attributeUIType; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "OsAttributeDTO{" + |
| | |
| | | ", name='" + name + '\'' + |
| | | ", description='" + description + '\'' + |
| | | ", attributeDataType='" + attributeDataType + '\'' + |
| | | ", attributeUIType='" + attributeUIType + '\'' + |
| | | ", nullableFlag=" + nullableFlag + |
| | | ", defaultValue='" + defaultValue + '\'' + |
| | | ", enumId='" + enumId + '\'' + |
| | | ", enumName='" + enumName + '\'' + |
| | | ", btmTypeId='" + btmTypeId + '\'' + |
| | | ", btmTypeName='" + btmTypeName + '\'' + |
| | | ", linkTypeName='" + linkTypeName + '\'' + |
| | | ", version=" + version + |
| | | ", attrLength=" + attrLength + |
| | | ", precisionLength=" + precisionLength + |
| | | ", scaleLength=" + scaleLength + |
| | | ", range='" + range + '\'' + |
| | | ", ts=" + ts + |
| | | ", creator='" + creator + '\'' + |
| | | ", createTime=" + createTime + |
| | | ", lastModifier='" + lastModifier + '\'' + |
| | | ", lastModifyTime=" + lastModifyTime + |
| | | '}'; |
| | | } |
| | | } |