| 1 | <?php |
||
| 5 | class BusinessPageReference extends ViewReference |
||
| 6 | { |
||
| 7 | protected $entityId; |
||
| 8 | protected $entityNamespace; |
||
| 9 | protected $templateId; |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @return mixed |
||
| 13 | */ |
||
| 14 | public function getEntityId() |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @param mixed $entityId |
||
| 21 | */ |
||
| 22 | public function setEntityId($entityId) |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @return mixed |
||
| 29 | */ |
||
| 30 | public function getEntityNamespace() |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @param mixed $entityNamespace |
||
| 37 | */ |
||
| 38 | public function setEntityNamespace($entityNamespace) |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @return mixed |
||
| 45 | */ |
||
| 46 | public function getTemplateId() |
||
| 50 | |||
| 51 | /** |
||
| 52 | * @param mixed $templateId |
||
| 53 | */ |
||
| 54 | public function setTemplateId($templateId) |
||
| 58 | } |
||
| 59 |