Class CockpitUIComponentConfigurationModel

All Implemented Interfaces:
Serializable

public class CockpitUIComponentConfigurationModel extends ItemModel
Generated model class for type CockpitUIComponentConfiguration first defined at extension cockpit.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _PRINCIPAL2COCKPITUICOMPONENTCONFIGURATIONRELATION

      public static final String _PRINCIPAL2COCKPITUICOMPONENTCONFIGURATIONRELATION
      Generated relation code constant for relation Principal2CockpitUIComponentConfigurationRelation defining source attribute principal in extension cockpit.
      See Also:
    • FACTORYBEAN

      public static final String FACTORYBEAN
      Generated constant - Attribute key of CockpitUIComponentConfiguration.factoryBean attribute defined at extension cockpit.
      See Also:
    • CODE

      public static final String CODE
      Generated constant - Attribute key of CockpitUIComponentConfiguration.code attribute defined at extension cockpit.
      See Also:
    • OBJECTTEMPLATECODE

      public static final String OBJECTTEMPLATECODE
      Generated constant - Attribute key of CockpitUIComponentConfiguration.objectTemplateCode attribute defined at extension cockpit.
      See Also:
    • MEDIA

      public static final String MEDIA
      Generated constant - Attribute key of CockpitUIComponentConfiguration.media attribute defined at extension cockpit.
      See Also:
    • PRINCIPAL

      public static final String PRINCIPAL
      Generated constant - Attribute key of CockpitUIComponentConfiguration.principal attribute defined at extension cockpit.
      See Also:
  • Constructor Details

    • CockpitUIComponentConfigurationModel

      public CockpitUIComponentConfigurationModel()
      Generated constructor - Default constructor for generic creation.
    • CockpitUIComponentConfigurationModel

      public CockpitUIComponentConfigurationModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • CockpitUIComponentConfigurationModel

      @Deprecated(since="4.1.1", forRemoval=true) public CockpitUIComponentConfigurationModel(String _code, String _factoryBean, MediaModel _media, String _objectTemplateCode)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _code - initial attribute declared by type CockpitUIComponentConfiguration at extension cockpit
      _factoryBean - initial attribute declared by type CockpitUIComponentConfiguration at extension cockpit
      _media - initial attribute declared by type CockpitUIComponentConfiguration at extension cockpit
      _objectTemplateCode - initial attribute declared by type CockpitUIComponentConfiguration at extension cockpit
    • CockpitUIComponentConfigurationModel

      @Deprecated(since="4.1.1", forRemoval=true) public CockpitUIComponentConfigurationModel(String _code, String _factoryBean, MediaModel _media, String _objectTemplateCode, ItemModel _owner)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _code - initial attribute declared by type CockpitUIComponentConfiguration at extension cockpit
      _factoryBean - initial attribute declared by type CockpitUIComponentConfiguration at extension cockpit
      _media - initial attribute declared by type CockpitUIComponentConfiguration at extension cockpit
      _objectTemplateCode - initial attribute declared by type CockpitUIComponentConfiguration at extension cockpit
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getCode

      @Accessor(qualifier="code", type=GETTER) public String getCode()
      Generated method - Getter of the CockpitUIComponentConfiguration.code attribute defined at extension cockpit.
      Returns:
      the code - Code of configuration
    • getFactoryBean

      @Accessor(qualifier="factoryBean", type=GETTER) public String getFactoryBean()
      Generated method - Getter of the CockpitUIComponentConfiguration.factoryBean attribute defined at extension cockpit.
      Returns:
      the factoryBean - ID of Spring bean that implements de.hybris.platform.cockpit.services.config.UIComponentConfigurationFactory
    • getMedia

      @Accessor(qualifier="media", type=GETTER) public MediaModel getMedia()
      Generated method - Getter of the CockpitUIComponentConfiguration.media attribute defined at extension cockpit.
      Returns:
      the media
    • getObjectTemplateCode

      @Accessor(qualifier="objectTemplateCode", type=GETTER) public String getObjectTemplateCode()
      Generated method - Getter of the CockpitUIComponentConfiguration.objectTemplateCode attribute defined at extension cockpit.
      Returns:
      the objectTemplateCode - Code of Object Template this UIConfiguration is associated with
    • getPrincipal

      @Accessor(qualifier="principal", type=GETTER) public PrincipalModel getPrincipal()
      Generated method - Getter of the CockpitUIComponentConfiguration.principal attribute defined at extension cockpit.
      Returns:
      the principal
    • setCode

      @Accessor(qualifier="code", type=SETTER) public void setCode(String value)
      Generated method - Setter of CockpitUIComponentConfiguration.code attribute defined at extension cockpit.
      Parameters:
      value - the code - Code of configuration
    • setFactoryBean

      @Accessor(qualifier="factoryBean", type=SETTER) public void setFactoryBean(String value)
      Generated method - Setter of CockpitUIComponentConfiguration.factoryBean attribute defined at extension cockpit.
      Parameters:
      value - the factoryBean - ID of Spring bean that implements de.hybris.platform.cockpit.services.config.UIComponentConfigurationFactory
    • setMedia

      @Accessor(qualifier="media", type=SETTER) public void setMedia(MediaModel value)
      Generated method - Setter of CockpitUIComponentConfiguration.media attribute defined at extension cockpit.
      Parameters:
      value - the media
    • setObjectTemplateCode

      @Accessor(qualifier="objectTemplateCode", type=SETTER) public void setObjectTemplateCode(String value)
      Generated method - Setter of CockpitUIComponentConfiguration.objectTemplateCode attribute defined at extension cockpit.
      Parameters:
      value - the objectTemplateCode - Code of Object Template this UIConfiguration is associated with
    • setPrincipal

      @Accessor(qualifier="principal", type=SETTER) public void setPrincipal(PrincipalModel value)
      Generated method - Setter of CockpitUIComponentConfiguration.principal attribute defined at extension cockpit.
      Parameters:
      value - the principal