| | |
| | | @JsonIgnore |
| | | protected boolean isset_warehouseName = 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 |
| | | protected boolean isset_agencyId = false; |
| | |
| | | return this.warehouseName == null || this.warehouseName.length() == 0; |
| | | } |
| | | |
| | | 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.agencyId; |
| | | } |
| | |
| | | .append("outputName=").append(this.outputName) |
| | | .append("warehouseId=").append(this.warehouseId) |
| | | .append("warehouseName=").append(this.warehouseName) |
| | | .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_warehouseName) { |
| | | l_wh_form_output.setWarehouseName(this.getWarehouseName()); |
| | | } |
| | | 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()); |
| | | } |