| | |
| | | @JsonIgnore |
| | | protected boolean isset_warehouseName = false; |
| | | |
| | | private Integer lastRecord = null; |
| | | private Integer thisType = null; |
| | | @JsonIgnore |
| | | protected boolean isset_lastRecord = false; |
| | | protected boolean isset_thisType = false; |
| | | |
| | | private Integer businessType = null; |
| | | @JsonIgnore |
| | |
| | | return this.warehouseName == null || this.warehouseName.length() == 0; |
| | | } |
| | | |
| | | public Integer getLastRecord() { |
| | | return this.lastRecord; |
| | | public Integer getThisType() { |
| | | return this.thisType; |
| | | } |
| | | |
| | | public void setLastRecord(Integer lastRecord) { |
| | | this.lastRecord = lastRecord; |
| | | this.isset_lastRecord = true; |
| | | public void setThisType(Integer thisType) { |
| | | this.thisType = thisType; |
| | | this.isset_thisType = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyLastRecord() { |
| | | return this.lastRecord == null; |
| | | public boolean isEmptyThisType() { |
| | | return this.thisType == null; |
| | | } |
| | | |
| | | public Integer getBusinessType() { |
| | |
| | | .append("id=").append(this.id) |
| | | .append("warehouseId=").append(this.warehouseId) |
| | | .append("warehouseName=").append(this.warehouseName) |
| | | .append("lastRecord=").append(this.lastRecord) |
| | | .append("thisType=").append(this.thisType) |
| | | .append("businessType=").append(this.businessType) |
| | | .append("businessFormId=").append(this.businessFormId) |
| | | .append("operatorId=").append(this.operatorId) |
| | |
| | | if (this.isset_warehouseName) { |
| | | l_warehouse_flow.setWarehouseName(this.getWarehouseName()); |
| | | } |
| | | if (this.isset_lastRecord) { |
| | | l_warehouse_flow.setLastRecord(this.getLastRecord()); |
| | | if (this.isset_thisType) { |
| | | l_warehouse_flow.setThisType(this.getThisType()); |
| | | } |
| | | if (this.isset_businessType) { |
| | | l_warehouse_flow.setBusinessType(this.getBusinessType()); |