public void setPrimaryKeyObj(Serializable primaryKeyObj) {
   setPrimaryKey(((Long) primaryKeyObj).longValue());
 }