setAttribute(INFOPARAMTABLEDEFBOUNDS_BOUNDSNAME,$boundsName); } public function getBoundsName() { return $this->getAttribute(INFOPARAMTABLEDEFBOUNDS_BOUNDSNAME); } public function loadFromNode($xmlNode) { parent::loadFromNode($xmlNode); $this->setBoundsName($this->getXmlNodeAttribute($xmlNode, INFOPARAMTABLEDEFBOUNDS_BOUNDSNAME)); } } ?>