/**
  * Returns the year of this hyy coord.
  *
  * @return the year of this hyy coord
  */
 @Override
 public int getYear() {
   return _hyyCoord.getYear();
 }