Class IntegrationMapKeyDTO
java.lang.Object
de.hybris.platform.integrationbackoffice.widgets.modeling.data.dto.IntegrationMapKeyDTO
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 Summary
ConstructorsConstructorDescriptionInstantiates this DTO for the given composed type.IntegrationMapKeyDTO(ComposedTypeModel type, String code) -
Method Summary
-
Constructor Details
-
IntegrationMapKeyDTO
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
- Parameters:
type- The type of the key, represented by aComposedTypeModelcode- The code of theIntegrationObjectItemModelrepresenting the instance of the given type. Within anIntegrationObjectModel, it is unique.
-
-
Method Details