Google_OrkutActivitypersonResource
The Google Books Importer Google OrkutActivitypersonResource class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_OrkutService.php
- class Google_OrkutActivitypersonResource extends Google_Model {
- public $birthday;
- public $gender;
- public $id;
- protected $__imageType = 'Google_OrkutActivitypersonResourceImage';
- protected $__imageDataType = '';
- public $image;
- protected $__nameType = 'Google_OrkutActivitypersonResourceName';
- protected $__nameDataType = '';
- public $name;
- public $url;
- public function setBirthday( $birthday) {
- $this->birthday = $birthday;
- }
- public function getBirthday() {
- return $this->birthday;
- }
- public function setGender( $gender) {
- $this->gender = $gender;
- }
- public function getGender() {
- return $this->gender;
- }
- public function setId( $id) {
- $this->id = $id;
- }
- public function getId() {
- return $this->id;
- }
- public function setImage(Google_OrkutActivitypersonResourceImage $image) {
- $this->image = $image;
- }
- public function getImage() {
- return $this->image;
- }
- public function setName(Google_OrkutActivitypersonResourceName $name) {
- $this->name = $name;
- }
- public function getName() {
- return $this->name;
- }
- public function setUrl( $url) {
- $this->url = $url;
- }
- public function getUrl() {
- return $this->url;
- }
- }