50515253545556
return this.chain; } @Override public int hashCode() { return new HashCodeBuilder().add(this.getPrivateKey()).add(this.getChain()).build().intValue(); }
56575859606162
return new EqualsBuilder().add(this.getValue(), other.getValue()).add(this.getType(), other.getType()).build().booleanValue(); } @Override public int hashCode() { return new HashCodeBuilder().add(this.getValue()).add(this.getType()).build().intValue(); }
60616263646566
this.resultsPerPage = resultsPerPage; } @Override public int hashCode() { return new HashCodeBuilder().add(this.getPageNumber()).add(this.getResultsPerPage()).build().intValue(); }
47484950515253
return new EqualsBuilder().add(this.getId(), other.getId()).build().booleanValue(); } @Override public int hashCode() { return new HashCodeBuilder().add(this.getId()).build().intValue(); }
131132133134135136137
} // Object @Override public int hashCode() { return new HashCodeBuilder().add(this.getIndex()).add(this.getName()).add(this.getValue()).add(this.getType()).build().intValue(); }