$v) { $this->{$k} = $v; } } else { Error("Unable to load Server record for Id=" . $id ); } } else { $this->{'Name'} = ''; $this->{'Hostname'} = ''; } } public function Name() { return $this->{'Name'}; } public function Hostname() { if ( isset( $this->{'Hostname'} ) and ( $this->{'Hostname'} != '' ) ) { return $this->{'Hostname'}; } return $this->{'Name'}; } } ?>