| | |
| | | */ |
| | | private String hwmc; |
| | | |
| | | /** |
| | | * |
| | | */ |
| | | private Integer wmsFlag; |
| | | |
| | | @Override |
| | | public boolean equals(Object that) { |
| | | if (this == that) { |
| | |
| | | && (this.getCkbm() == null ? other.getCkbm() == null : this.getCkbm().equals(other.getCkbm())) |
| | | && (this.getCkmc() == null ? other.getCkmc() == null : this.getCkmc().equals(other.getCkmc())) |
| | | && (this.getHwbm() == null ? other.getHwbm() == null : this.getHwbm().equals(other.getHwbm())) |
| | | && (this.getHwmc() == null ? other.getHwmc() == null : this.getHwmc().equals(other.getHwmc())); |
| | | && (this.getHwmc() == null ? other.getHwmc() == null : this.getHwmc().equals(other.getHwmc())) |
| | | && (this.getWmsFlag() == null ? other.getWmsFlag() == null : this.getWmsFlag().equals(other.getWmsFlag())); |
| | | } |
| | | |
| | | @Override |
| | |
| | | result = prime * result + ((getCkmc() == null) ? 0 : getCkmc().hashCode()); |
| | | result = prime * result + ((getHwbm() == null) ? 0 : getHwbm().hashCode()); |
| | | result = prime * result + ((getHwmc() == null) ? 0 : getHwmc().hashCode()); |
| | | result = prime * result + ((getWmsFlag() == null) ? 0 : getWmsFlag().hashCode()); |
| | | return result; |
| | | } |
| | | |
| | |
| | | sb.append(", ckmc=").append(ckmc); |
| | | sb.append(", hwbm=").append(hwbm); |
| | | sb.append(", hwmc=").append(hwmc); |
| | | sb.append(", wmsFlag=").append(wmsFlag); |
| | | sb.append("]"); |
| | | return sb.toString(); |
| | | } |