Username = $Username; $this->Password = $Password; } /** * * @return string */ public function getUsername() { return $this->Username; } /** * * @param string $Username */ public function setUsername($Username) { $this->Username = $Username; } /** * * @return string */ public function getPassword() { return $this->Password; } /** * * @param string $Password */ public function setPassword($Password) { $this->Password = $Password; } }