$id
$id : integer
Module
$product : \Pivot\Common\Entities\Product
setName(string $name) : \Pivot\Common\Entities\Module
Set name
string | $name |
setDescription(string $description) : \Pivot\Common\Entities\Module
Set description
string | $description |
setAbbreviation(string $abbreviation) : \Pivot\Common\Entities\Module
Set abbreviation
string | $abbreviation |
setDeleted(boolean $deleted) : \Pivot\Common\Entities\Module
Set deleted
boolean | $deleted |
addLicense(\Pivot\Common\Entities\License $license) : \Pivot\Common\Entities\Module
Add license
\Pivot\Common\Entities\License | $license |
removeLicense(\Pivot\Common\Entities\License $license)
Remove license
\Pivot\Common\Entities\License | $license |
setProduct(\Pivot\Common\Entities\Product $product = null) : \Pivot\Common\Entities\Module
Set product
\Pivot\Common\Entities\Product | $product |
getProduct() : \Pivot\Common\Entities\Product
Get product