|
@@ -37,12 +37,6 @@ class ONUTemplate implements TenancyIdTraitInterface
|
|
|
*/
|
|
|
private $id;
|
|
|
|
|
|
- /**
|
|
|
- * @ORM\Column(type="integer", nullable=true)
|
|
|
- *
|
|
|
- */
|
|
|
- private $clientId;
|
|
|
-
|
|
|
/**
|
|
|
* @Gedmo\Timestampable(on="create")
|
|
|
* @ORM\Column(type="datetime")
|
|
@@ -130,11 +124,6 @@ class ONUTemplate implements TenancyIdTraitInterface
|
|
|
*/
|
|
|
protected $onuProfile;
|
|
|
|
|
|
-// /**
|
|
|
-// * @ORM\Column(type="integer", nullable=false, options={"default": "0"})
|
|
|
-// */
|
|
|
-// private $position = 0;
|
|
|
-
|
|
|
/**
|
|
|
* @ORM\Column(type="boolean", nullable=false, columnDefinition="BOOLEAN DEFAULT FALSE")
|
|
|
*/
|
|
@@ -186,30 +175,6 @@ class ONUTemplate implements TenancyIdTraitInterface
|
|
|
return $this;
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * Get clientId
|
|
|
- *
|
|
|
- * @return int
|
|
|
- */
|
|
|
- public function getClientId()
|
|
|
- {
|
|
|
- return $this->clientId;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * Set clientId
|
|
|
- *
|
|
|
- * @param integer $clientId
|
|
|
- *
|
|
|
- * @return ONU
|
|
|
- */
|
|
|
- public function setClientId($clientId)
|
|
|
- {
|
|
|
- $this->clientId = $clientId;
|
|
|
-
|
|
|
- return $this;
|
|
|
- }
|
|
|
-
|
|
|
/**
|
|
|
* Get created
|
|
|
*
|
|
@@ -507,30 +472,6 @@ class ONUTemplate implements TenancyIdTraitInterface
|
|
|
return $link;
|
|
|
}
|
|
|
|
|
|
-// /**
|
|
|
-// * Get getPosition
|
|
|
-// *
|
|
|
-// * @return int
|
|
|
-// */
|
|
|
-// public function getPosition()
|
|
|
-// {
|
|
|
-// return $this->position;
|
|
|
-// }
|
|
|
-//
|
|
|
-// /**
|
|
|
-// * Set getPosition
|
|
|
-// *
|
|
|
-// * No se recomienda usar este metodo, porque se debe calcular a partir del NAP
|
|
|
-// *
|
|
|
-// * @return $this
|
|
|
-// */
|
|
|
-// public function setPosition($position)
|
|
|
-// {
|
|
|
-// $this->position = $position;
|
|
|
-//
|
|
|
-// return $this;
|
|
|
-// }
|
|
|
-
|
|
|
/**
|
|
|
* Set base
|
|
|
*
|