$id
$id : integer
Product
setName(string $name) : \Pivot\Common\Entities\Product
Set name
| string | $name |
setDescription(string $description) : \Pivot\Common\Entities\Product
Set description
| string | $description |
setDeleted(boolean $deleted) : \Pivot\Common\Entities\Product
Set deleted
| boolean | $deleted |
addModule(\Pivot\Common\Entities\Module $module) : \Pivot\Common\Entities\Product
Add module
| \Pivot\Common\Entities\Module | $module |
removeModule(\Pivot\Common\Entities\Module $module)
Remove module
| \Pivot\Common\Entities\Module | $module |