item = new NullItem(); $this->itemgroup = new NullItemAttributeValue(); $this->itemsegment = new NullItemAttributeValue(); $this->itemsection = new NullItemAttributeValue(); $this->itemtype = new NullItemAttributeValue(); $this->client = new NullClient(); $this->clientgroup = new NullClientAttributeValue(); $this->clientsegment = new NullClientAttributeValue(); $this->clientsection = new NullClientAttributeValue(); $this->clienttype = new NullClientAttributeValue(); $this->supplier = new NullSupplier(); } /** * Get id. * * @return int Model id * * @since 1.0.0 */ public function getId() : int { return $this->id; } /** * {@inheritdoc} */ public function toArray() : array { return [ 'id' => $this->id, ]; } /** * {@inheritdoc} */ public function jsonSerialize() : mixed { return $this->toArray(); } }