Class ClassFeatureGroupModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class ClassFeatureGroupModel
    extends ItemModel
    Generated model class for type ClassFeatureGroup first defined at extension classificationgroupsservices.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String _CLASSIFICATIONCLASS2CLASSFEATUREGROUPRELATION
        Generated relation code constant for relation ClassificationClass2ClassFeatureGroupRelation defining source attribute classificationClass in extension classificationgroupsservices.
        See Also:
        Constant Field Values
      • CODE

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

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

        public static final java.lang.String INDEX
        Generated constant - Attribute key of ClassFeatureGroup.index attribute defined at extension classificationgroupsservices.
        See Also:
        Constant Field Values
      • CLASSFEATUREGROUPASSIGNMENTS

        public static final java.lang.String CLASSFEATUREGROUPASSIGNMENTS
        Generated constant - Attribute key of ClassFeatureGroup.classFeatureGroupAssignments attribute defined at extension classificationgroupsservices.
        See Also:
        Constant Field Values
      • CLASSIFICATIONCLASSPOS

        public static final java.lang.String CLASSIFICATIONCLASSPOS
        Generated constant - Attribute key of ClassFeatureGroup.classificationClassPOS attribute defined at extension classificationgroupsservices.
        See Also:
        Constant Field Values
      • CLASSIFICATIONCLASS

        public static final java.lang.String CLASSIFICATIONCLASS
        Generated constant - Attribute key of ClassFeatureGroup.classificationClass attribute defined at extension classificationgroupsservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ClassFeatureGroupModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ClassFeatureGroupModel​(ClassificationClassModel _classificationClass,
                                      java.lang.String _code)
        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:
        _classificationClass - initial attribute declared by type ClassFeatureGroup at extension classificationgroupsservices
        _code - initial attribute declared by type ClassFeatureGroup at extension classificationgroupsservices
      • ClassFeatureGroupModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ClassFeatureGroupModel​(ClassificationClassModel _classificationClass,
                                      java.lang.String _code,
                                      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:
        _classificationClass - initial attribute declared by type ClassFeatureGroup at extension classificationgroupsservices
        _code - initial attribute declared by type ClassFeatureGroup at extension classificationgroupsservices
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getClassFeatureGroupAssignments

        @Accessor(qualifier="classFeatureGroupAssignments",
                  type=GETTER)
        public java.util.List<ClassFeatureGroupAssignmentModel> getClassFeatureGroupAssignments()
        Generated method - Getter of the ClassFeatureGroup.classFeatureGroupAssignments attribute defined at extension classificationgroupsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the classFeatureGroupAssignments
      • getClassificationClass

        @Accessor(qualifier="classificationClass",
                  type=GETTER)
        public ClassificationClassModel getClassificationClass()
        Generated method - Getter of the ClassFeatureGroup.classificationClass attribute defined at extension classificationgroupsservices.
        Returns:
        the classificationClass
      • getCode

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

        @Accessor(qualifier="index",
                  type=GETTER)
        public java.lang.Integer getIndex()
        Generated method - Getter of the ClassFeatureGroup.index dynamic attribute defined at extension classificationgroupsservices.
        Returns:
        the index - Index of group in ClassificationClass
      • getName

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

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

        @Accessor(qualifier="classFeatureGroupAssignments",
                  type=SETTER)
        public void setClassFeatureGroupAssignments​(java.util.List<ClassFeatureGroupAssignmentModel> value)
        Generated method - Setter of ClassFeatureGroup.classFeatureGroupAssignments attribute defined at extension classificationgroupsservices.
        Parameters:
        value - the classFeatureGroupAssignments
      • setClassificationClass

        @Accessor(qualifier="classificationClass",
                  type=SETTER)
        public void setClassificationClass​(ClassificationClassModel value)
        Generated method - Setter of ClassFeatureGroup.classificationClass attribute defined at extension classificationgroupsservices.
        Parameters:
        value - the classificationClass
      • setCode

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

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

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