Class CustomObjectLabelImpl
java.lang.Object
com.commercetools.history.models.label.CustomObjectLabelImpl
- All Implemented Interfaces:
CustomObjectLabel,Label,io.vrap.rmf.base.client.ModelBase
public class CustomObjectLabelImpl
extends Object
implements CustomObjectLabel, io.vrap.rmf.base.client.ModelBase
CustomObjectLabel
-
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.CustomObjectLabel
CUSTOM_OBJECT_LABEL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanNamespace to group Custom Objects.getKey()User-defined unique identifier of the CustomObject within the definedcontainer.getType()inthashCode()voidsetContainer(String container) Namespace to group Custom Objects.voidUser-defined unique identifier of the CustomObject within the definedcontainer.toString()Methods inherited from interface com.commercetools.history.models.label.CustomObjectLabel
withCustomObjectLabelMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
-
Constructor Details
-
CustomObjectLabelImpl
public CustomObjectLabelImpl()create empty instance
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceCustomObjectLabel- Specified by:
getTypein interfaceLabel- Returns:
- type
-
getKey
User-defined unique identifier of the CustomObject within the defined
container.- Specified by:
getKeyin interfaceCustomObjectLabel- Returns:
- key
-
getContainer
Namespace to group Custom Objects.
- Specified by:
getContainerin interfaceCustomObjectLabel- Returns:
- container
-
setKey
Description copied from interface:CustomObjectLabelUser-defined unique identifier of the CustomObject within the defined
container.- Specified by:
setKeyin interfaceCustomObjectLabel- Parameters:
key- value to be set
-
setContainer
Description copied from interface:CustomObjectLabelNamespace to group Custom Objects.
- Specified by:
setContainerin interfaceCustomObjectLabel- Parameters:
container- value to be set
-
equals
-
hashCode
public int hashCode() -
toString
-