Google_PersonPlacesLived
The Google Books Importer Google PersonPlacesLived class.
Defined (2)
The class is defined in the following location(s).
- /src/contrib/Google_PlusDomainsService.php
- class Google_PersonPlacesLived extends Google_Model {
- public $primary;
- public $value;
- public function setPrimary( $primary) {
- $this->primary = $primary;
- }
- public function getPrimary() {
- return $this->primary;
- }
- public function setValue( $value) {
- $this->value = $value;
- }
- public function getValue() {
- return $this->value;
- }
- }
- /src/contrib/Google_PlusService.php
- class Google_PersonPlacesLived extends Google_Model {
- public $primary;
- public $value;
- public function setPrimary( $primary) {
- $this->primary = $primary;
- }
- public function getPrimary() {
- return $this->primary;
- }
- public function setValue( $value) {
- $this->value = $value;
- }
- public function getValue() {
- return $this->value;
- }
- }