enabled; } /** * @param boolean $enabled */ public function setEnabled( $enabled) { $this->enabled = $enabled; } /** * @return string */ public function getHostname() { return $this->hostname; } /** * @param string $hostname */ public function setHostname( $hostname) { $this->hostname = $hostname; } /** * @param string $password */ public function setPassword( $password) { $this->password = $password; } /** * @return string */ public function getUser() { return $this->user; } /** * @param string $user */ public function setUser( $user) { $this->user = $user; } }