| | |
| | | @JsonIgnore |
| | | protected boolean isset_transBusinessId = false; |
| | | |
| | | private Integer outWarehouseType = null; |
| | | @JsonIgnore |
| | | protected boolean isset_outWarehouseType = false; |
| | | |
| | | private String outputCode = null; |
| | | @JsonIgnore |
| | | protected boolean isset_outputCode = false; |
| | |
| | | private String warehouseName = null; |
| | | @JsonIgnore |
| | | protected boolean isset_warehouseName = false; |
| | | |
| | | private Integer inWarehouseType = null; |
| | | @JsonIgnore |
| | | protected boolean isset_inWarehouseType = false; |
| | | |
| | | private Long inWarehouseId = null; |
| | | @JsonIgnore |
| | | protected boolean isset_inWarehouseId = false; |
| | | |
| | | private String inWarehouseName = null; |
| | | @JsonIgnore |
| | | protected boolean isset_inWarehouseName = false; |
| | | |
| | | private Long agencyId = null; |
| | | @JsonIgnore |
| | |
| | | private String beiz = null; |
| | | @JsonIgnore |
| | | protected boolean isset_beiz = false; |
| | | |
| | | private String outputDoc; |
| | | @JsonIgnore |
| | | protected boolean isset_outputDoc = false; |
| | | |
| | | /** |
| | | * 默认构造函数 |
| | |
| | | return this.transBusinessId == null; |
| | | } |
| | | |
| | | public Integer getOutWarehouseType() { |
| | | return this.outWarehouseType; |
| | | } |
| | | |
| | | public void setOutWarehouseType(Integer outWarehouseType) { |
| | | this.outWarehouseType = outWarehouseType; |
| | | this.isset_outWarehouseType = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyOutWarehouseType() { |
| | | return this.outWarehouseType == null; |
| | | } |
| | | |
| | | public String getOutputCode() { |
| | | return this.outputCode; |
| | | } |
| | |
| | | @JsonIgnore |
| | | public boolean isEmptyWarehouseName() { |
| | | return this.warehouseName == null || this.warehouseName.length() == 0; |
| | | } |
| | | |
| | | public Integer getInWarehouseType() { |
| | | return this.inWarehouseType; |
| | | } |
| | | |
| | | public void setInWarehouseType(Integer inWarehouseType) { |
| | | this.inWarehouseType = inWarehouseType; |
| | | this.isset_inWarehouseType = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyInWarehouseType() { |
| | | return this.inWarehouseType == null; |
| | | } |
| | | |
| | | public Long getInWarehouseId() { |
| | | return this.inWarehouseId; |
| | | } |
| | | |
| | | public void setInWarehouseId(Long inWarehouseId) { |
| | | this.inWarehouseId = inWarehouseId; |
| | | this.isset_inWarehouseId = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyInWarehouseId() { |
| | | return this.inWarehouseId == null; |
| | | } |
| | | |
| | | public String getInWarehouseName() { |
| | | return this.inWarehouseName; |
| | | } |
| | | |
| | | public void setInWarehouseName(String inWarehouseName) { |
| | | this.inWarehouseName = inWarehouseName; |
| | | this.isset_inWarehouseName = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyInWarehouseName() { |
| | | return this.inWarehouseName == null || this.inWarehouseName.length() == 0; |
| | | } |
| | | |
| | | public Long getAgencyId() { |
| | |
| | | return this.beiz == null || this.beiz.length() == 0; |
| | | } |
| | | |
| | | public String getOutputDoc() { |
| | | return this.outputDoc; |
| | | } |
| | | |
| | | public void setOutputDoc(String outputDoc) { |
| | | this.outputDoc = outputDoc; |
| | | this.isset_outputDoc = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyOutputDoc() { |
| | | return this.outputDoc == null || this.outputDoc.length() == 0; |
| | | } |
| | | |
| | | /** |
| | | * 重写 toString() 方法 |
| | | */ |
| | |
| | | .append("businessFormCode=").append(this.businessFormCode) |
| | | .append("inWarehouseFlowId=").append(this.inWarehouseFlowId) |
| | | .append("transBusinessId=").append(this.transBusinessId) |
| | | .append("outWarehouseType=").append(this.outWarehouseType) |
| | | .append("outputCode=").append(this.outputCode) |
| | | .append("outputName=").append(this.outputName) |
| | | .append("warehouseId=").append(this.warehouseId) |
| | | .append("warehouseName=").append(this.warehouseName) |
| | | .append("inWarehouseType=").append(this.inWarehouseType) |
| | | .append("inWarehouseId=").append(this.inWarehouseId) |
| | | .append("inWarehouseName=").append(this.inWarehouseName) |
| | | .append("agencyId=").append(this.agencyId) |
| | | .append("agencyName=").append(this.agencyName) |
| | | .append("operatorId=").append(this.operatorId) |
| | |
| | | if (this.isset_transBusinessId) { |
| | | l_wh_form_output.setTransBusinessId(this.getTransBusinessId()); |
| | | } |
| | | if (this.isset_outWarehouseType) { |
| | | l_wh_form_output.setOutWarehouseType(this.getOutWarehouseType()); |
| | | } |
| | | if (this.isset_outputCode) { |
| | | l_wh_form_output.setOutputCode(this.getOutputCode()); |
| | | } |
| | |
| | | } |
| | | if (this.isset_warehouseName) { |
| | | l_wh_form_output.setWarehouseName(this.getWarehouseName()); |
| | | } |
| | | if (this.isset_inWarehouseType) { |
| | | l_wh_form_output.setInWarehouseType(this.getInWarehouseType()); |
| | | } |
| | | if (this.isset_inWarehouseId) { |
| | | l_wh_form_output.setInWarehouseId(this.getInWarehouseId()); |
| | | } |
| | | if (this.isset_inWarehouseName) { |
| | | l_wh_form_output.setInWarehouseName(this.getInWarehouseName()); |
| | | } |
| | | if (this.isset_agencyId) { |
| | | l_wh_form_output.setAgencyId(this.getAgencyId()); |
| | |
| | | if (this.isset_beiz) { |
| | | l_wh_form_output.setBeiz(this.getBeiz()); |
| | | } |
| | | if (this.isset_outputDoc) { |
| | | l_wh_form_output.setOutputDoc(this.getOutputDoc()); |
| | | } |
| | | return l_wh_form_output; |
| | | } |
| | | } |