Class CockpitFavoriteCategoryModel

All Implemented Interfaces:
Serializable

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

    • _TYPECODE

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

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

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

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

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

      public static final String USER
      Generated constant - Attribute key of CockpitFavoriteCategory.user attribute defined at extension cockpit.
      See Also:
  • Constructor Details

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

    • getDescription

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

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

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

      @Accessor(qualifier="qualifier", type=GETTER) public 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(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(String value, Locale loc)
      Generated method - Setter of CockpitFavoriteCategory.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
    • setLabel

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

      @Accessor(qualifier="qualifier", type=SETTER) public void setQualifier(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