/**
  * Sets the year of this hyy coord.
  *
  * @param year the year of this hyy coord
  */
 @Override
 public void setYear(int year) {
   _hyyCoord.setYear(year);
 }