Class NullIntegrationObjectDescriptor

java.lang.Object
de.hybris.platform.integrationservices.model.impl.NullIntegrationObjectDescriptor
All Implemented Interfaces:
IntegrationObjectDescriptor

public class NullIntegrationObjectDescriptor extends Object implements IntegrationObjectDescriptor
This class uses the Null Object Design Pattern, in order to provide an object with details about the IntegrationObjectDescriptor that could not be created due to a missing IntegrationObjectModel.
  • Constructor Details

    • NullIntegrationObjectDescriptor

      public NullIntegrationObjectDescriptor(String code)
      Constructor to create a NullIntegrationObjectDescriptor
      Parameters:
      code - integration object code
  • Method Details