/**
  * Sets the back time of this hyy coord.
  *
  * @param backTime the back time of this hyy coord
  */
 @Override
 public void setBackTime(int backTime) {
   _hyyCoord.setBackTime(backTime);
 }