Class KeyAttribute
- java.lang.Object
-
- de.hybris.platform.integrationservices.model.KeyAttribute
-
public class KeyAttribute extends java.lang.ObjectAn attribute declared as a key attribute in integration object item definition.
-
-
Constructor Summary
Constructors Constructor Description KeyAttribute(IntegrationObjectItemAttributeModel model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetItemCode()Retrieves integration object item code this attribute belongs to.java.lang.StringgetName()Retrieves name of the integration object item attribute.inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
KeyAttribute
public KeyAttribute(IntegrationObjectItemAttributeModel model)
-
-
Method Detail
-
getItemCode
public java.lang.String getItemCode()
Retrieves integration object item code this attribute belongs to.- Returns:
- value of the corresponding
IntegrationObjectItemModel.getCode()
-
getName
public java.lang.String getName()
Retrieves name of the integration object item attribute.- Returns:
- value of the corresponding
IntegrationObjectItemAttributeModel.getAttributeName()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-