public void setPrimaryKeyObj(Serializable primaryKeyObj) {
   setPrimaryKey(((Integer) primaryKeyObj).intValue());
 }