| | |
| | | @JsonIgnore |
| | | protected boolean isset_categoryId = false; |
| | | |
| | | private String categoryName = null; |
| | | @JsonIgnore |
| | | protected boolean isset_categoryName = false; |
| | | |
| | | private Long fAgencyId = null; |
| | | @JsonIgnore |
| | | protected boolean isset_fAgencyId = false; |
| | |
| | | @JsonIgnore |
| | | public boolean isEmptyCategoryId() { |
| | | return this.categoryId == null; |
| | | } |
| | | |
| | | public String getCategoryName() { |
| | | return this.categoryName; |
| | | } |
| | | |
| | | public void setCategoryName(String categoryName) { |
| | | this.categoryName = categoryName; |
| | | this.isset_categoryName = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyCategoryName() { |
| | | return this.categoryName == null || this.categoryName.length() == 0; |
| | | } |
| | | |
| | | public Long getFAgencyId() { |
| | |
| | | .append("classification=").append(this.classification) |
| | | .append("states=").append(this.states) |
| | | .append("categoryId=").append(this.categoryId) |
| | | .append("categoryName=").append(this.categoryName) |
| | | .append("fAgencyId=").append(this.fAgencyId) |
| | | .append("sAgencyId=").append(this.sAgencyId) |
| | | .append("tAgencyId=").append(this.tAgencyId) |
| | |
| | | if (this.isset_categoryId) { |
| | | base_goods_template.setCategoryId(this.getCategoryId()); |
| | | } |
| | | if (this.isset_categoryName) { |
| | | base_goods_template.setCategoryName(this.getCategoryName()); |
| | | } |
| | | if (this.isset_fAgencyId) { |
| | | base_goods_template.setFAgencyId(this.getFAgencyId()); |
| | | } |