autoTaggingEnabled = $autoTaggingEnabled; } public function getAutoTaggingEnabled() { return $this->autoTaggingEnabled; } public function setCustomerId($customerId) { $this->customerId = $customerId; } public function getCustomerId() { return $this->customerId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }