|  |  | 
 |  |  |      */ | 
 |  |  |     private String bts; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      *  | 
 |  |  |      */ | 
 |  |  |     private Integer wmsFlag; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * | 
 |  |  |      */ | 
 |  |  |     private String wmsMemo; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      *  | 
 |  |  |      */ | 
 |  |  |     private Integer hdr; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      *  | 
 |  |  |      */ | 
 |  |  |     private Integer bdr; | 
 |  |  |  | 
 |  |  |     @Override | 
 |  |  |     public boolean equals(Object that) { | 
 |  |  |         if (this == that) { | 
 |  |  | 
 |  |  |             && (this.getHwbm() == null ? other.getHwbm() == null : this.getHwbm().equals(other.getHwbm())) | 
 |  |  |             && (this.getHwmc() == null ? other.getHwmc() == null : this.getHwmc().equals(other.getHwmc())) | 
 |  |  |             && (this.getHts() == null ? other.getHts() == null : this.getHts().equals(other.getHts())) | 
 |  |  |             && (this.getBts() == null ? other.getBts() == null : this.getBts().equals(other.getBts())); | 
 |  |  |             && (this.getBts() == null ? other.getBts() == null : this.getBts().equals(other.getBts())) | 
 |  |  |             && (this.getWmsFlag() == null ? other.getWmsFlag() == null : this.getWmsFlag().equals(other.getWmsFlag())) | 
 |  |  |             && (this.getHdr() == null ? other.getHdr() == null : this.getHdr().equals(other.getHdr())) | 
 |  |  |             && (this.getBdr() == null ? other.getBdr() == null : this.getBdr().equals(other.getBdr())); | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     @Override | 
 |  |  | 
 |  |  |         result = prime * result + ((getHwmc() == null) ? 0 : getHwmc().hashCode()); | 
 |  |  |         result = prime * result + ((getHts() == null) ? 0 : getHts().hashCode()); | 
 |  |  |         result = prime * result + ((getBts() == null) ? 0 : getBts().hashCode()); | 
 |  |  |         result = prime * result + ((getWmsFlag() == null) ? 0 : getWmsFlag().hashCode()); | 
 |  |  |         result = prime * result + ((getHdr() == null) ? 0 : getHdr().hashCode()); | 
 |  |  |         result = prime * result + ((getBdr() == null) ? 0 : getBdr().hashCode()); | 
 |  |  |         return result; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  | 
 |  |  |         sb.append(", hwmc=").append(hwmc); | 
 |  |  |         sb.append(", hts=").append(hts); | 
 |  |  |         sb.append(", bts=").append(bts); | 
 |  |  |         sb.append(", wmsFlag=").append(wmsFlag); | 
 |  |  |         sb.append(", hdr=").append(hdr); | 
 |  |  |         sb.append(", bdr=").append(bdr); | 
 |  |  |         sb.append("]"); | 
 |  |  |         return sb.toString(); | 
 |  |  |     } |