Class QuantityUnitCollection
| category |
System |
|---|---|
| package |
CustomerGroup |
| subpackage |
Entities |
__construct(\CustomerGroupRepositoryInterface $repository, \EditableKeyValueCollection $names)
delete() : $this|\CustomerGroupInterface
getConfigurations() : \CustomerGroupConfigurationsInterface
getId() : integer
integerCustomer group id.
getName(\LanguageCode $languageCode) : string
stringLanguage specific name value.
getNames() : array
arrayLanguage specific name value.
getSettings() : \CustomerGroupSettingsInterface
setConfigurations(\CustomerGroupConfigurationsInterface $configurations) : $this|\CustomerGroupInterface
setId(\IntType $id) : $this|\CustomerGroupInterface
setName(\StringType $name, \LanguageCode $languageCode) : $this|\CustomerGroupInterface
setSettings(\CustomerGroupSettingsInterface $settings) : $this|\CustomerGroupInterface
store() : $this|\CustomerGroupInterface
update() : $this|\CustomerGroupInterface
id : integer
| var |
|---|
integer
configurations : \CustomerGroupConfigurationsInterface
repository : \CustomerGroupRepositoryInterface