UnitOfMeasure
class UnitOfMeasure implements PrimaryKeyInterface
UnitOfMeasure
Properties
| protected string | $title | Unit of measure title | |
| protected string | $short | ||
| protected string | $type | Unit of measure type. One of predefined | |
| protected bool | $default | Indicates if current unit of measure is default for selected type | |
| protected float | $ratio | Ratio between default and current unit of measure |
Methods
integer
getId()
No description
setId(int $id)
No description
string
getTitle()
No description
setTitle(string $title)
No description
string
getShort()
No description
setShort(string $short)
No description
string
getType()
No description
setType(string $type)
No description
bool
isDefault()
No description
setDefault(bool $default)
No description
float
getRatio()
No description
setRatio(float $ratio)
No description