personId; } function get_photographerId () { return $this->photographerId; } function get_ownerId () { return $this->ownerId; } function get_firstname () { return $this->firstname; } function get_surname () { return $this->surname; } function get_company () { return $this->company; } function get_email () { return $this->email; } function get_url () { return $this->url; } function get_cameraId () { return $this->cameraId; } function get_wmWidth () { return $this->wmWidth; } function get_wmHeight () { return $this->wmHeight; } function get_wmXPos () { return $this->wmXPos; } function get_wmYPos () { return $this->wmYPos; } }; ?>