Class CockpitItemTemplateModel

All Implemented Interfaces:
Serializable

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

    • _TYPECODE

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

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

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

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

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

      public static final String CLASSIFICATIONCLASSES
      Generated constant - Attribute key of CockpitItemTemplate.classificationClasses attribute defined at extension cockpit.
      See Also:
  • Constructor Details

    • 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(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(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 Details

    • getClassificationClasses

      @Accessor(qualifier="classificationClasses", type=GETTER) public 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 String getCode()
      Generated method - Getter of the CockpitItemTemplate.code attribute defined at extension cockpit.
      Returns:
      the code
    • getDescription

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

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

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

      @Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
      Generated method - Getter of the CockpitItemTemplate.name attribute defined at extension cockpit.
      Parameters:
      loc - the value localization key
      Returns:
      the name
      Throws:
      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(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(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(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(String value, Locale loc)
      Generated method - Setter of CockpitItemTemplate.description attribute defined at extension cockpit.
      Parameters:
      value - the description
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • setName

      @Accessor(qualifier="name", type=SETTER) public void setName(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(String value, Locale loc)
      Generated method - Setter of CockpitItemTemplate.name attribute defined at extension cockpit.
      Parameters:
      value - the name
      loc - the value localization key
      Throws:
      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