| | |
| | | protected boolean isset_id = false; |
| | | |
| | | // 属性列表 |
| | | private Long lWhGoodsRecordId = null; |
| | | private Long whGoodsRecordId = null; |
| | | @JsonIgnore |
| | | protected boolean isset_lWhGoodsRecordId = false; |
| | | protected boolean isset_whGoodsRecordId = false; |
| | | |
| | | private Long lWhGoodsId = null; |
| | | private Long whGoodsId = null; |
| | | @JsonIgnore |
| | | protected boolean isset_lWhGoodsId = false; |
| | | protected boolean isset_whGoodsId = false; |
| | | |
| | | private Integer thisType = null; |
| | | @JsonIgnore |
| | |
| | | return this.id == null; |
| | | } |
| | | |
| | | public Long getLWhGoodsRecordId() { |
| | | return this.lWhGoodsRecordId; |
| | | public Long getWhGoodsRecordId() { |
| | | return this.whGoodsRecordId; |
| | | } |
| | | |
| | | public void setLWhGoodsRecordId(Long lWhGoodsRecordId) { |
| | | this.lWhGoodsRecordId = lWhGoodsRecordId; |
| | | this.isset_lWhGoodsRecordId = true; |
| | | public void setWhGoodsRecordId(Long whGoodsRecordId) { |
| | | this.whGoodsRecordId = whGoodsRecordId; |
| | | this.isset_whGoodsRecordId = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyLWhGoodsRecordId() { |
| | | return this.lWhGoodsRecordId == null; |
| | | public boolean isEmptyWhGoodsRecordId() { |
| | | return this.whGoodsRecordId == null; |
| | | } |
| | | |
| | | public Long getLWhGoodsId() { |
| | | return this.lWhGoodsId; |
| | | public Long getWhGoodsId() { |
| | | return this.whGoodsId; |
| | | } |
| | | |
| | | public void setLWhGoodsId(Long lWhGoodsId) { |
| | | this.lWhGoodsId = lWhGoodsId; |
| | | this.isset_lWhGoodsId = true; |
| | | public void setWhGoodsId(Long whGoodsId) { |
| | | this.whGoodsId = whGoodsId; |
| | | this.isset_whGoodsId = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyLWhGoodsId() { |
| | | return this.lWhGoodsId == null; |
| | | public boolean isEmptyWhGoodsId() { |
| | | return this.whGoodsId == null; |
| | | } |
| | | |
| | | public Integer getThisType() { |
| | |
| | | public String toString() { |
| | | return new StringBuilder() |
| | | .append("id=").append(this.id) |
| | | .append("lWhGoodsRecordId=").append(this.lWhGoodsRecordId) |
| | | .append("lWhGoodsId=").append(this.lWhGoodsId) |
| | | .append("whGoodsRecordId=").append(this.whGoodsRecordId) |
| | | .append("whGoodsId=").append(this.whGoodsId) |
| | | .append("thisType=").append(this.thisType) |
| | | .toString(); |
| | | } |
| | |
| | | l_wh_goods_record_details.setId(this.getId()); |
| | | } |
| | | // 普通属性 |
| | | if (this.isset_lWhGoodsRecordId) { |
| | | l_wh_goods_record_details.setLWhGoodsRecordId(this.getLWhGoodsRecordId()); |
| | | if (this.isset_whGoodsRecordId) { |
| | | l_wh_goods_record_details.setWhGoodsRecordId(this.getWhGoodsRecordId()); |
| | | } |
| | | if (this.isset_lWhGoodsId) { |
| | | l_wh_goods_record_details.setLWhGoodsId(this.getLWhGoodsId()); |
| | | if (this.isset_whGoodsId) { |
| | | l_wh_goods_record_details.setWhGoodsId(this.getWhGoodsId()); |
| | | } |
| | | if (this.isset_thisType) { |
| | | l_wh_goods_record_details.setThisType(this.getThisType()); |