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