| | |
| | | @JsonIgnore |
| | | protected boolean isset_businessFormCode = false; |
| | | |
| | | private Integer warehouseType = null; |
| | | @JsonIgnore |
| | | protected boolean isset_warehouseType = false; |
| | | |
| | | private Long warehouseId = null; |
| | | @JsonIgnore |
| | | protected boolean isset_warehouseId = false; |
| | |
| | | private String warehouseName = null; |
| | | @JsonIgnore |
| | | protected boolean isset_warehouseName = false; |
| | | |
| | | private Integer scrappedType = null; |
| | | @JsonIgnore |
| | | protected boolean isset_scrappedType = false; |
| | | |
| | | private Long agencyId = null; |
| | | @JsonIgnore |
| | |
| | | return this.businessFormCode == null || this.businessFormCode.length() == 0; |
| | | } |
| | | |
| | | public Integer getWarehouseType() { |
| | | return this.warehouseType; |
| | | } |
| | | |
| | | public void setWarehouseType(Integer warehouseType) { |
| | | this.warehouseType = warehouseType; |
| | | this.isset_warehouseType = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyWarehouseType() { |
| | | return this.warehouseType == null; |
| | | } |
| | | |
| | | public Long getWarehouseId() { |
| | | return this.warehouseId; |
| | | } |
| | |
| | | @JsonIgnore |
| | | public boolean isEmptyWarehouseName() { |
| | | return this.warehouseName == null || this.warehouseName.length() == 0; |
| | | } |
| | | |
| | | public Integer getScrappedType() { |
| | | return this.scrappedType; |
| | | } |
| | | |
| | | public void setScrappedType(Integer scrappedType) { |
| | | this.scrappedType = scrappedType; |
| | | this.isset_scrappedType = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyScrappedType() { |
| | | return this.scrappedType == null; |
| | | } |
| | | |
| | | public Long getAgencyId() { |
| | |
| | | .append("id=").append(this.id) |
| | | .append("lWarehouseFlowId=").append(this.lWarehouseFlowId) |
| | | .append("businessFormCode=").append(this.businessFormCode) |
| | | .append("warehouseType=").append(this.warehouseType) |
| | | .append("warehouseId=").append(this.warehouseId) |
| | | .append("warehouseName=").append(this.warehouseName) |
| | | .append("scrappedType=").append(this.scrappedType) |
| | | .append("agencyId=").append(this.agencyId) |
| | | .append("agencyName=").append(this.agencyName) |
| | | .append("operatorId=").append(this.operatorId) |
| | |
| | | if (this.isset_businessFormCode) { |
| | | l_wh_form_scrapped.setBusinessFormCode(this.getBusinessFormCode()); |
| | | } |
| | | if (this.isset_warehouseType) { |
| | | l_wh_form_scrapped.setWarehouseType(this.getWarehouseType()); |
| | | } |
| | | if (this.isset_warehouseId) { |
| | | l_wh_form_scrapped.setWarehouseId(this.getWarehouseId()); |
| | | } |
| | | if (this.isset_warehouseName) { |
| | | l_wh_form_scrapped.setWarehouseName(this.getWarehouseName()); |
| | | } |
| | | if (this.isset_scrappedType) { |
| | | l_wh_form_scrapped.setScrappedType(this.getScrappedType()); |
| | | } |
| | | if (this.isset_agencyId) { |
| | | l_wh_form_scrapped.setAgencyId(this.getAgencyId()); |