@Override
 public void setExpandoBridgeAttributes(
     com.liferay.portlet.expando.model.ExpandoBridge expandoBridge) {
   _hyyCoord.setExpandoBridgeAttributes(expandoBridge);
 }
 @Override
 public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext) {
   _hyyCoord.setExpandoBridgeAttributes(serviceContext);
 }
 @Override
 public void setExpandoBridgeAttributes(com.liferay.portal.model.BaseModel<?> baseModel) {
   _hyyCoord.setExpandoBridgeAttributes(baseModel);
 }