Class AttributeReferenceImpl
java.lang.Object
com.commercetools.api.models.attribute_group.AttributeReferenceImpl
- All Implemented Interfaces:
AttributeReference,WithKey,io.vrap.rmf.base.client.ModelBase
public class AttributeReferenceImpl
extends Object
implements AttributeReference, io.vrap.rmf.base.client.ModelBase
AttributeReference
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopyDeep()booleangetKey()The Attribute'snameas given in its AttributeDefinition.inthashCode()voidThe Attribute'snameas given in its AttributeDefinition.toString()Methods inherited from interface com.commercetools.api.models.attribute_group.AttributeReference
withAttributeReferenceMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
-
Constructor Details
-
AttributeReferenceImpl
public AttributeReferenceImpl()create empty instance
-
-
Method Details
-
getKey
The Attribute's
nameas given in its AttributeDefinition.- Specified by:
getKeyin interfaceAttributeReference- Specified by:
getKeyin interfaceWithKey- Returns:
- key
-
setKey
Description copied from interface:AttributeReferenceThe Attribute's
nameas given in its AttributeDefinition.- Specified by:
setKeyin interfaceAttributeReference- Parameters:
key- value to be set
-
equals
-
hashCode
public int hashCode() -
toString
-
copyDeep
- Specified by:
copyDeepin interfaceAttributeReference
-