attribution = $attribution; } public function getAttribution() { return $this->attribution; } public function setAttributionLink($attributionLink) { $this->attributionLink = $attributionLink; } public function getAttributionLink() { return $this->attributionLink; } public function setBaseTableIds($baseTableIds) { $this->baseTableIds = $baseTableIds; } public function getBaseTableIds() { return $this->baseTableIds; } public function setColumnPropertiesJsonSchema($columnPropertiesJsonSchema) { $this->columnPropertiesJsonSchema = $columnPropertiesJsonSchema; } public function getColumnPropertiesJsonSchema() { return $this->columnPropertiesJsonSchema; } /** * @param Google_Service_Fusiontables_Column */ public function setColumns($columns) { $this->columns = $columns; } /** * @return Google_Service_Fusiontables_Column */ public function getColumns() { return $this->columns; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setIsExportable($isExportable) { $this->isExportable = $isExportable; } public function getIsExportable() { return $this->isExportable; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSql($sql) { $this->sql = $sql; } public function getSql() { return $this->sql; } public function setTableId($tableId) { $this->tableId = $tableId; } public function getTableId() { return $this->tableId; } public function setTablePropertiesJson($tablePropertiesJson) { $this->tablePropertiesJson = $tablePropertiesJson; } public function getTablePropertiesJson() { return $this->tablePropertiesJson; } public function setTablePropertiesJsonSchema($tablePropertiesJsonSchema) { $this->tablePropertiesJsonSchema = $tablePropertiesJsonSchema; } public function getTablePropertiesJsonSchema() { return $this->tablePropertiesJsonSchema; } }