public int hashCode() {
int result = 1;
result = PRIME * result + ((adapterId_ == null) ? 0 :
adapterId_.hashCode());
result = PRIME * result + ((adapterName_ == null) ? 0 :
adapterName_.hashCode());
result = PRIME * result + ((cronExpression_ == null) ? 0 :
cronExpression_.hashCode());
result = PRIME * result + (enabled_ ? 1231 : 1237);
result = PRIME * result + ((jobClass_ == null) ? 0 :
jobClass_.hashCode());
result = PRIME * result + ((jobName_ == null) ? 0 :
jobName_.hashCode());
result = PRIME * result + ((jobParams_ == null) ? 0 :
jobParams_.hashCode());
return result;
}
Original issue reported on code.google.com by scott%ja...@gtempaccount.com on 19 Aug 2008 at 1:22
Original issue reported on code.google.com by
scott%ja...@gtempaccount.com
on 19 Aug 2008 at 1:22