Class KeyAttribute

java.lang.Object
de.hybris.platform.integrationservices.model.KeyAttribute

public class KeyAttribute extends Object
An attribute declared as a key attribute in integration object item definition.
  • Constructor Details

  • Method Details

    • getItemCode

      public String getItemCode()
      Retrieves integration object item code this attribute belongs to.
      Returns:
      value of the corresponding IntegrationObjectItemModel.getCode()
    • getName

      public String getName()
      Retrieves name of the integration object item attribute.
      Returns:
      name of the attribute given in the integration object
    • getAttributeDescriptor

      @NotNull public @NotNull TypeAttributeDescriptor getAttributeDescriptor()
      Retrieves attribute descriptor for this key attribute
      Returns:
      attribute descriptor for this attribute.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object