id; } /** * Sets id. * * @param int $id * * @return $this */ public function setId($id) { $this->id = $id; return $this; } /** * Set label * * @param string $label * * @return FictionalIntangible */ public function setLabel($label) { $this->label = $label; return $this; } /** * Get label * * @return string */ public function getLabel() { return $this->label; } /** * Set type * * @param string $type * * @return FictionalIntangible */ public function setType($type) { $this->type = $type; return $this; } /** * Get type * * @return string */ public function getType() { return $this->type; } /** * Set pricingLineAdhesion * * @param string $pricingLineAdhesion * * @return FictionalIntangible */ public function setPricingLineAdhesion($pricingLineAdhesion) { $this->pricingLineAdhesion = $pricingLineAdhesion; return $this; } /** * Get pricingLineAdhesion * * @return string */ public function getPricingLineAdhesion() { return $this->pricingLineAdhesion; } /** * Set billingPeriodicity * * @param string $billingPeriodicity * * @return FictionalIntangible */ public function setBillingPeriodicity($billingPeriodicity) { $this->billingPeriodicity = $billingPeriodicity; return $this; } /** * Get billingPeriodicity * * @return string */ public function getBillingPeriodicity() { return $this->billingPeriodicity; } }