java.lang.Object
de.hybris.platform.integrationbackoffice.widgets.modeling.data.dto.IntegrationMapKeyDTO

public class IntegrationMapKeyDTO extends Object
Serves as the key for the modeling view's definition map. Allows different instances of a ComposedTypeModel to be defined. Code is the unique identifier for an instance within an IntegrationObjectModel.
  • Constructor Details

    • IntegrationMapKeyDTO

      public IntegrationMapKeyDTO(ComposedTypeModel type)
      Instantiates this DTO for the given composed type. The integration object item code is assumed to be the type code.
      Parameters:
      type - The type of the key
    • IntegrationMapKeyDTO

      public IntegrationMapKeyDTO(ComposedTypeModel type, String code)
      Parameters:
      type - The type of the key, represented by a ComposedTypeModel
      code - The code of the IntegrationObjectItemModel representing the instance of the given type. Within an IntegrationObjectModel, it is unique.
  • Method Details