| | |
| | | /** |
| | | * 数据类型 |
| | | */ |
| | | private String attrDataType; |
| | | private String attributeDataType; |
| | | |
| | | /** |
| | | * 是否可以为空 |
| | |
| | | this.description = description; |
| | | } |
| | | |
| | | public String getAttrDataType() { |
| | | return attrDataType; |
| | | public String getAttributeDataType() { |
| | | return attributeDataType; |
| | | } |
| | | |
| | | public void setAttrDataType(String attrDataType) { |
| | | this.attrDataType = attrDataType; |
| | | public void setAttributeDataType(String attributeDataType) { |
| | | this.attributeDataType = attributeDataType; |
| | | } |
| | | |
| | | public boolean isReferFlag() { |
| | |
| | | ", name='" + name + '\'' + |
| | | ", attributeLength=" + attributeLength + |
| | | ", description='" + description + '\'' + |
| | | ", attrDataType='" + attrDataType + '\'' + |
| | | ", attributeDataType='" + attributeDataType + '\'' + |
| | | ", nullableFlag=" + nullableFlag + |
| | | ", defaultValue='" + defaultValue + '\'' + |
| | | ", precisionLength=" + precisionLength + |