/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Fusiontables
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Template.php (1753B)
automaticColumnNames = $automaticColumnNames;
}
public function getAutomaticColumnNames()
{
return $this->automaticColumnNames;
}
public function setBody($body)
{
$this->body = $body;
}
public function getBody()
{
return $this->body;
}
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 setTableId($tableId)
{
$this->tableId = $tableId;
}
public function getTableId()
{
return $this->tableId;
}
public function setTemplateId($templateId)
{
$this->templateId = $templateId;
}
public function getTemplateId()
{
return $this->templateId;
}
}