timerId = pk;
if ( other instanceof TimerPrimaryKey ) { TimerPrimaryKey tpk = (TimerPrimaryKey) other; return (tpk.timerId.equals(timerId)); } return false;
return timerId;
return timerId.hashCode();