Google_PropertyOrder
The Google Books Importer Google PropertyOrder class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_DatastoreService.php
- class Google_PropertyOrder extends Google_Model {
- public $direction;
- protected $__propertyType = 'Google_PropertyReference';
- protected $__propertyDataType = '';
- public $property;
- public function setDirection( $direction) {
- $this->direction = $direction;
- }
- public function getDirection() {
- return $this->direction;
- }
- public function setProperty(Google_PropertyReference $property) {
- $this->property = $property;
- }
- public function getProperty() {
- return $this->property;
- }
- }