/**
  * Sets the doy of this hyy coord.
  *
  * @param doy the doy of this hyy coord
  */
 @Override
 public void setDoy(int doy) {
   _hyyCoord.setDoy(doy);
 }
 @Override
 public HyyCoord toUnescapedModel() {
   return new HyyCoordWrapper(_hyyCoord.toUnescapedModel());
 }
 @Override
 public void persist() throws com.liferay.portal.kernel.exception.SystemException {
   _hyyCoord.persist();
 }
 @Override
 public java.lang.Object clone() {
   return new HyyCoordWrapper((HyyCoord) _hyyCoord.clone());
 }
 @Override
 public int hashCode() {
   return _hyyCoord.hashCode();
 }
 @Override
 public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
   return _hyyCoord.getExpandoBridge();
 }
 @Override
 public void setExpandoBridgeAttributes(
     com.liferay.portlet.expando.model.ExpandoBridge expandoBridge) {
   _hyyCoord.setExpandoBridgeAttributes(expandoBridge);
 }
 /**
  * Sets the lon500 of this hyy coord.
  *
  * @param lon500 the lon500 of this hyy coord
  */
 @Override
 public void setLon500(float lon500) {
   _hyyCoord.setLon500(lon500);
 }
 /**
  * Sets the alt500 of this hyy coord.
  *
  * @param alt500 the alt500 of this hyy coord
  */
 @Override
 public void setAlt500(float alt500) {
   _hyyCoord.setAlt500(alt500);
 }
 /**
  * Returns the alt250 of this hyy coord.
  *
  * @return the alt250 of this hyy coord
  */
 @Override
 public float getAlt250() {
   return _hyyCoord.getAlt250();
 }
 /**
  * Sets the lat500 of this hyy coord.
  *
  * @param lat500 the lat500 of this hyy coord
  */
 @Override
 public void setLat500(float lat500) {
   _hyyCoord.setLat500(lat500);
 }
 /**
  * Returns the lon100 of this hyy coord.
  *
  * @return the lon100 of this hyy coord
  */
 @Override
 public float getLon100() {
   return _hyyCoord.getLon100();
 }
 /**
  * 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);
 }
 /**
  * Returns the back time of this hyy coord.
  *
  * @return the back time of this hyy coord
  */
 @Override
 public int getBackTime() {
   return _hyyCoord.getBackTime();
 }
 @Override
 public java.io.Serializable getPrimaryKeyObj() {
   return _hyyCoord.getPrimaryKeyObj();
 }
 /**
  * Returns the azim500 of this hyy coord.
  *
  * @return the azim500 of this hyy coord
  */
 @Override
 public float getAzim500() {
   return _hyyCoord.getAzim500();
 }
 @Override
 public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj) {
   _hyyCoord.setPrimaryKeyObj(primaryKeyObj);
 }
 /**
  * Sets the azim500 of this hyy coord.
  *
  * @param azim500 the azim500 of this hyy coord
  */
 @Override
 public void setAzim500(float azim500) {
   _hyyCoord.setAzim500(azim500);
 }
 @Override
 public void setExpandoBridgeAttributes(com.liferay.portal.model.BaseModel<?> baseModel) {
   _hyyCoord.setExpandoBridgeAttributes(baseModel);
 }
 @Override
 public boolean isNew() {
   return _hyyCoord.isNew();
 }
 @Override
 public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext) {
   _hyyCoord.setExpandoBridgeAttributes(serviceContext);
 }
 @Override
 public void setNew(boolean n) {
   _hyyCoord.setNew(n);
 }
 @Override
 public int compareTo(HyyCoord hyyCoord) {
   return _hyyCoord.compareTo(hyyCoord);
 }
 @Override
 public boolean isCachedModel() {
   return _hyyCoord.isCachedModel();
 }
 @Override
 public com.liferay.portal.model.CacheModel<HyyCoord> toCacheModel() {
   return _hyyCoord.toCacheModel();
 }
 @Override
 public void setCachedModel(boolean cachedModel) {
   _hyyCoord.setCachedModel(cachedModel);
 }
 @Override
 public java.lang.String toXmlString() {
   return _hyyCoord.toXmlString();
 }
 @Override
 public boolean isEscapedModel() {
   return _hyyCoord.isEscapedModel();
 }
 @Override
 public void resetOriginalValues() {
   _hyyCoord.resetOriginalValues();
 }
 /**
  * Returns the doy of this hyy coord.
  *
  * @return the doy of this hyy coord
  */
 @Override
 public int getDoy() {
   return _hyyCoord.getDoy();
 }