|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String shortname; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private Integer wmsFlag; | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String wmsMemo; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public boolean equals(Object that) { | 
|---|
|  |  |  | if (this == that) { | 
|---|
|  |  |  | 
|---|
|  |  |  | NccOrgCorpWms other = (NccOrgCorpWms) that; | 
|---|
|  |  |  | return (this.getCode() == null ? other.getCode() == null : this.getCode().equals(other.getCode())) | 
|---|
|  |  |  | && (this.getName() == null ? other.getName() == null : this.getName().equals(other.getName())) | 
|---|
|  |  |  | && (this.getShortname() == null ? other.getShortname() == null : this.getShortname().equals(other.getShortname())); | 
|---|
|  |  |  | && (this.getShortname() == null ? other.getShortname() == null : this.getShortname().equals(other.getShortname())) | 
|---|
|  |  |  | && (this.getWmsFlag() == null ? other.getWmsFlag() == null : this.getWmsFlag().equals(other.getWmsFlag())); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | 
|---|
|  |  |  | result = prime * result + ((getCode() == null) ? 0 : getCode().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getName() == null) ? 0 : getName().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getShortname() == null) ? 0 : getShortname().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getWmsFlag() == null) ? 0 : getWmsFlag().hashCode()); | 
|---|
|  |  |  | return result; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | sb.append(", code=").append(code); | 
|---|
|  |  |  | sb.append(", name=").append(name); | 
|---|
|  |  |  | sb.append(", shortname=").append(shortname); | 
|---|
|  |  |  | sb.append(", wmsFlag=").append(wmsFlag); | 
|---|
|  |  |  | sb.append("]"); | 
|---|
|  |  |  | return sb.toString(); | 
|---|
|  |  |  | } | 
|---|