| | |
| | | protected boolean isset_id = false; |
| | | |
| | | // 属性列表 |
| | | private String businessFormName = null; |
| | | @JsonIgnore |
| | | protected boolean isset_businessFormName = false; |
| | | |
| | | private String businessFormCode = null; |
| | | @JsonIgnore |
| | | protected boolean isset_businessFormCode = false; |
| | |
| | | @JsonIgnore |
| | | protected boolean isset_uploadFiles = false; |
| | | |
| | | private Integer usingCount = null; |
| | | @JsonIgnore |
| | | protected boolean isset_usingCount = false; |
| | | |
| | | private Long warehouseId = null; |
| | | @JsonIgnore |
| | | protected boolean isset_warehouseId = false; |
| | |
| | | @JsonIgnore |
| | | public boolean isEmptyId() { |
| | | return this.id == null; |
| | | } |
| | | |
| | | public String getBusinessFormName() { |
| | | return this.businessFormName; |
| | | } |
| | | |
| | | public void setBusinessFormName(String businessFormName) { |
| | | this.businessFormName = businessFormName; |
| | | this.isset_businessFormName = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyBusinessFormName() { |
| | | return this.businessFormName == null || this.businessFormName.length() == 0; |
| | | } |
| | | |
| | | public String getBusinessFormCode() { |
| | |
| | | return this.uploadFiles == null || this.uploadFiles.length() == 0; |
| | | } |
| | | |
| | | public Integer getUsingCount() { |
| | | return this.usingCount; |
| | | } |
| | | |
| | | public void setUsingCount(Integer usingCount) { |
| | | this.usingCount = usingCount; |
| | | this.isset_usingCount = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyUsingCount() { |
| | | return this.usingCount == null; |
| | | } |
| | | |
| | | public Long getWarehouseId() { |
| | | return this.warehouseId; |
| | | } |
| | |
| | | public String toString() { |
| | | return new StringBuilder() |
| | | .append("id=").append(this.id) |
| | | .append("businessFormName=").append(this.businessFormName) |
| | | .append("businessFormCode=").append(this.businessFormCode) |
| | | .append("operatorId=").append(this.operatorId) |
| | | .append("operatorName=").append(this.operatorName) |
| | |
| | | .append("departmentName=").append(this.departmentName) |
| | | .append("beiz=").append(this.beiz) |
| | | .append("uploadFiles=").append(this.uploadFiles) |
| | | .append("usingCount=").append(this.usingCount) |
| | | .append("warehouseId=").append(this.warehouseId) |
| | | .append("warehouseName=").append(this.warehouseName) |
| | | .toString(); |
| | |
| | | dep_form_lending.setId(this.getId()); |
| | | } |
| | | // 普通属性 |
| | | if (this.isset_businessFormName) { |
| | | dep_form_lending.setBusinessFormName(this.getBusinessFormName()); |
| | | } |
| | | if (this.isset_businessFormCode) { |
| | | dep_form_lending.setBusinessFormCode(this.getBusinessFormCode()); |
| | | } |
| | |
| | | if (this.isset_uploadFiles) { |
| | | dep_form_lending.setUploadFiles(this.getUploadFiles()); |
| | | } |
| | | if (this.isset_usingCount) { |
| | | dep_form_lending.setUsingCount(this.getUsingCount()); |
| | | } |
| | | if (this.isset_warehouseId) { |
| | | dep_form_lending.setWarehouseId(this.getWarehouseId()); |
| | | } |