Class BusinessUnitLabelImpl
java.lang.Object
com.commercetools.history.models.label.BusinessUnitLabelImpl
- All Implemented Interfaces:
BusinessUnitLabel,Label,io.vrap.rmf.base.client.ModelBase
public class BusinessUnitLabelImpl
extends Object
implements BusinessUnitLabel, io.vrap.rmf.base.client.ModelBase
BusinessUnitLabel
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle -
Field Summary
Fields inherited from interface com.commercetools.history.models.label.BusinessUnitLabel
BUSINESS_UNIT_LABEL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.commercetools.history.models.label.BusinessUnitLabel
withBusinessUnitLabelMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
-
Constructor Details
-
BusinessUnitLabelImpl
public BusinessUnitLabelImpl()create empty instance
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceBusinessUnitLabel- Specified by:
getTypein interfaceLabel- Returns:
- type
-
getKey
User-defined unique identifier of the Business Unit.
- Specified by:
getKeyin interfaceBusinessUnitLabel- Returns:
- key
-
getName
Name of the Business Unit.
- Specified by:
getNamein interfaceBusinessUnitLabel- Returns:
- name
-
setKey
Description copied from interface:BusinessUnitLabelUser-defined unique identifier of the Business Unit.
- Specified by:
setKeyin interfaceBusinessUnitLabel- Parameters:
key- value to be set
-
setName
Description copied from interface:BusinessUnitLabelName of the Business Unit.
- Specified by:
setNamein interfaceBusinessUnitLabel- Parameters:
name- value to be set
-
equals
-
hashCode
-