Class ProductConfigurationMock

All Implemented Interfaces:
Serializable, Comparable

public class ProductConfigurationMock extends GenericItem
Generated class for type ProductConfigurationMock.
See Also:
  • Field Details

    • CONFIGID

      public static final String CONFIGID
      Qualifier of the ProductConfigurationMock.configId attribute
      See Also:
    • CURRENTCONFIGSTATE

      public static final String CURRENTCONFIGSTATE
      Qualifier of the ProductConfigurationMock.currentConfigState attribute
      See Also:
    • EXTERNALCONFIGSTATE

      public static final String EXTERNALCONFIGSTATE
      Qualifier of the ProductConfigurationMock.externalConfigState attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • ProductConfigurationMock

      public ProductConfigurationMock()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getConfigId

      public String getConfigId(SessionContext ctx)
      Generated method - Getter of the ProductConfigurationMock.configId attribute.
      Returns:
      the configId - Id of the persisted mock configuration
    • getConfigId

      public String getConfigId()
      Generated method - Getter of the ProductConfigurationMock.configId attribute.
      Returns:
      the configId - Id of the persisted mock configuration
    • setConfigId

      public void setConfigId(SessionContext ctx, String value)
      Generated method - Setter of the ProductConfigurationMock.configId attribute.
      Parameters:
      value - the configId - Id of the persisted mock configuration
    • setConfigId

      public void setConfigId(String value)
      Generated method - Setter of the ProductConfigurationMock.configId attribute.
      Parameters:
      value - the configId - Id of the persisted mock configuration
    • getCurrentConfigState

      public Object getCurrentConfigState(SessionContext ctx)
      Generated method - Getter of the ProductConfigurationMock.currentConfigState attribute.
      Returns:
      the currentConfigState - mock configuration content
    • getCurrentConfigState

      public Object getCurrentConfigState()
      Generated method - Getter of the ProductConfigurationMock.currentConfigState attribute.
      Returns:
      the currentConfigState - mock configuration content
    • setCurrentConfigState

      public void setCurrentConfigState(SessionContext ctx, Object value)
      Generated method - Setter of the ProductConfigurationMock.currentConfigState attribute.
      Parameters:
      value - the currentConfigState - mock configuration content
    • setCurrentConfigState

      public void setCurrentConfigState(Object value)
      Generated method - Setter of the ProductConfigurationMock.currentConfigState attribute.
      Parameters:
      value - the currentConfigState - mock configuration content
    • getExternalConfigState

      public Object getExternalConfigState(SessionContext ctx)
      Generated method - Getter of the ProductConfigurationMock.externalConfigState attribute.
      Returns:
      the externalConfigState - mock configuration content of an external Configuration
    • getExternalConfigState

      public Object getExternalConfigState()
      Generated method - Getter of the ProductConfigurationMock.externalConfigState attribute.
      Returns:
      the externalConfigState - mock configuration content of an external Configuration
    • setExternalConfigState

      public void setExternalConfigState(SessionContext ctx, Object value)
      Generated method - Setter of the ProductConfigurationMock.externalConfigState attribute.
      Parameters:
      value - the externalConfigState - mock configuration content of an external Configuration
    • setExternalConfigState

      public void setExternalConfigState(Object value)
      Generated method - Setter of the ProductConfigurationMock.externalConfigState attribute.
      Parameters:
      value - the externalConfigState - mock configuration content of an external Configuration