Class CockpitItemTemplateModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class CockpitItemTemplateModel
    extends ItemModel
    Generated model class for type CockpitItemTemplate 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
      • CODE

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

        public static final java.lang.String NAME
        Generated constant - Attribute key of CockpitItemTemplate.name attribute defined at extension cockpit.
        See Also:
        Constant Field Values
      • DESCRIPTION

        public static final java.lang.String DESCRIPTION
        Generated constant - Attribute key of CockpitItemTemplate.description attribute defined at extension cockpit.
        See Also:
        Constant Field Values
      • RELATEDTYPE

        public static final java.lang.String RELATEDTYPE
        Generated constant - Attribute key of CockpitItemTemplate.relatedType attribute defined at extension cockpit.
        See Also:
        Constant Field Values
      • CLASSIFICATIONCLASSES

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

      • CockpitItemTemplateModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public CockpitItemTemplateModel​(java.lang.String _code,
                                        ComposedTypeModel _relatedType)
        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 CockpitItemTemplate at extension cockpit
        _relatedType - initial attribute declared by type CockpitItemTemplate at extension cockpit
      • CockpitItemTemplateModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public CockpitItemTemplateModel​(java.lang.String _code,
                                        ItemModel _owner,
                                        ComposedTypeModel _relatedType)
        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 CockpitItemTemplate at extension cockpit
        _owner - initial attribute declared by type Item at extension core
        _relatedType - initial attribute declared by type CockpitItemTemplate at extension cockpit
    • Method Detail

      • getClassificationClasses

        @Accessor(qualifier="classificationClasses",
                  type=GETTER)
        public java.util.Collection<ClassificationClassModel> getClassificationClasses()
        Generated method - Getter of the CockpitItemTemplate.classificationClasses attribute defined at extension cockpit. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the classificationClasses
      • getCode

        @Accessor(qualifier="code",
                  type=GETTER)
        public java.lang.String getCode()
        Generated method - Getter of the CockpitItemTemplate.code attribute defined at extension cockpit.
        Returns:
        the code
      • getDescription

        @Accessor(qualifier="description",
                  type=GETTER)
        public java.lang.String getDescription()
        Generated method - Getter of the CockpitItemTemplate.description attribute defined at extension cockpit.
        Returns:
        the description
      • getDescription

        @Accessor(qualifier="description",
                  type=GETTER)
        public java.lang.String getDescription​(java.util.Locale loc)
        Generated method - Getter of the CockpitItemTemplate.description attribute defined at extension cockpit.
        Parameters:
        loc - the value localization key
        Returns:
        the description
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • getName

        @Accessor(qualifier="name",
                  type=GETTER)
        public java.lang.String getName()
        Generated method - Getter of the CockpitItemTemplate.name attribute defined at extension cockpit.
        Returns:
        the name
      • getName

        @Accessor(qualifier="name",
                  type=GETTER)
        public java.lang.String getName​(java.util.Locale loc)
        Generated method - Getter of the CockpitItemTemplate.name attribute defined at extension cockpit.
        Parameters:
        loc - the value localization key
        Returns:
        the name
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • getRelatedType

        @Accessor(qualifier="relatedType",
                  type=GETTER)
        public ComposedTypeModel getRelatedType()
        Generated method - Getter of the CockpitItemTemplate.relatedType attribute defined at extension cockpit.
        Returns:
        the relatedType
      • setClassificationClasses

        @Accessor(qualifier="classificationClasses",
                  type=SETTER)
        public void setClassificationClasses​(java.util.Collection<ClassificationClassModel> value)
        Generated method - Setter of CockpitItemTemplate.classificationClasses attribute defined at extension cockpit.
        Parameters:
        value - the classificationClasses
      • setCode

        @Accessor(qualifier="code",
                  type=SETTER)
        public void setCode​(java.lang.String value)
        Generated method - Setter of CockpitItemTemplate.code attribute defined at extension cockpit.
        Parameters:
        value - the code
      • setDescription

        @Accessor(qualifier="description",
                  type=SETTER)
        public void setDescription​(java.lang.String value)
        Generated method - Setter of CockpitItemTemplate.description attribute defined at extension cockpit.
        Parameters:
        value - the description
      • setDescription

        @Accessor(qualifier="description",
                  type=SETTER)
        public void setDescription​(java.lang.String value,
                                   java.util.Locale loc)
        Generated method - Setter of CockpitItemTemplate.description attribute defined at extension cockpit.
        Parameters:
        value - the description
        loc - the value localization key
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • setName

        @Accessor(qualifier="name",
                  type=SETTER)
        public void setName​(java.lang.String value)
        Generated method - Setter of CockpitItemTemplate.name attribute defined at extension cockpit.
        Parameters:
        value - the name
      • setName

        @Accessor(qualifier="name",
                  type=SETTER)
        public void setName​(java.lang.String value,
                            java.util.Locale loc)
        Generated method - Setter of CockpitItemTemplate.name attribute defined at extension cockpit.
        Parameters:
        value - the name
        loc - the value localization key
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • setRelatedType

        @Accessor(qualifier="relatedType",
                  type=SETTER)
        public void setRelatedType​(ComposedTypeModel value)
        Generated method - Setter of CockpitItemTemplate.relatedType attribute defined at extension cockpit.
        Parameters:
        value - the relatedType