Class CockpitUIComponentConfigurationModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _PRINCIPAL2COCKPITUICOMPONENTCONFIGURATIONRELATION

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

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

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

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

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

        public static final java.lang.String PRINCIPAL
        Generated constant - Attribute key of CockpitUIComponentConfiguration.principal attribute defined at extension cockpit.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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​(java.lang.String _code,
                                                    java.lang.String _factoryBean,
                                                    MediaModel _media,
                                                    java.lang.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​(java.lang.String _code,
                                                    java.lang.String _factoryBean,
                                                    MediaModel _media,
                                                    java.lang.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 Detail

      • getCode

        @Accessor(qualifier="code",
                  type=GETTER)
        public java.lang.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 java.lang.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 java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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