this.personId = personId;
seejava.lang.Object#equals(java.lang.Object) if (this == otherOb) { return true; } if (!(otherOb instanceof antipatterns.ejbs.EJBPersonKey)) { return false; } antipatterns.ejbs.EJBPersonKey other = (antipatterns.ejbs.EJBPersonKey) otherOb; return ( (personId == other.personId) );
if (this == otherOb) { return true; } if (!(otherOb instanceof antipatterns.ejbs.EJBPersonKey)) { return false; } antipatterns.ejbs.EJBPersonKey other = (antipatterns.ejbs.EJBPersonKey) otherOb; return ( (personId == other.personId) );
seejava.lang.Object#hashCode() return ( ((int) personId) );
return ( ((int) personId) );