Class CockpitFavoriteCategoryModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class CockpitFavoriteCategoryModel
    extends ItemModel
    Generated model class for type CockpitFavoriteCategory 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
      • _USER2COCKPITFAVORITECATEGORYRELATION

        public static final java.lang.String _USER2COCKPITFAVORITECATEGORYRELATION
        Generated relation code constant for relation User2CockpitFavoriteCategoryRelation defining source attribute user in extension cockpit.
        See Also:
        Constant Field Values
      • QUALIFIER

        public static final java.lang.String QUALIFIER
        Generated constant - Attribute key of CockpitFavoriteCategory.qualifier attribute defined at extension cockpit.
        See Also:
        Constant Field Values
      • LABEL

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

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

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

      • CockpitFavoriteCategoryModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public CockpitFavoriteCategoryModel​(java.lang.String _qualifier)
        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:
        _qualifier - initial attribute declared by type CockpitFavoriteCategory at extension cockpit
      • CockpitFavoriteCategoryModel

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

      • getDescription

        @Accessor(qualifier="description",
                  type=GETTER)
        public java.lang.String getDescription()
        Generated method - Getter of the CockpitFavoriteCategory.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 CockpitFavoriteCategory.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
      • getLabel

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

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

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

        @Accessor(qualifier="user",
                  type=GETTER)
        public UserModel getUser()
        Generated method - Getter of the CockpitFavoriteCategory.user attribute defined at extension cockpit.
        Returns:
        the user
      • setDescription

        @Accessor(qualifier="description",
                  type=SETTER)
        public void setDescription​(java.lang.String value)
        Generated method - Setter of CockpitFavoriteCategory.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 CockpitFavoriteCategory.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
      • setLabel

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

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

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

        @Accessor(qualifier="user",
                  type=SETTER)
        public void setUser​(UserModel value)
        Generated method - Setter of CockpitFavoriteCategory.user attribute defined at extension cockpit.
        Parameters:
        value - the user