32 private $consumer = null;
38 private $consumerId = null;
44 private $recordId = null;
50 private $dataConnector = null;
56 private $toolProxy = null;
68 $this->dataConnector = $dataConnector;
84 $this->recordId = null;
85 $this->toolProxy = null;
86 $this->created = null;
87 $this->updated = null;
111 return $this->recordId;
123 $this->recordId = $recordId;
135 if (is_null($this->consumer)) {
139 return $this->consumer;
151 $this->consumer = null;
152 $this->consumerId = $consumerId;
164 return $this->dataConnector;
180 private function load(
$id)
185 $ok = $this->dataConnector->loadToolProxy($this);
187 $this->enabled = $autoEnable;