/**
  * Sets the primary key of this hyy coord.
  *
  * @param primaryKey the primary key of this hyy coord
  */
 @Override
 public void setPrimaryKey(long primaryKey) {
   _hyyCoord.setPrimaryKey(primaryKey);
 }