Class CockpitSavedSortCriterionModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class CockpitSavedSortCriterionModel
    extends ItemModel
    Generated model class for type CockpitSavedSortCriterion 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
      • _COCKPITSAVEDQUERY2COCKPITSAVEDSORTCRITERIONRELATION

        public static final java.lang.String _COCKPITSAVEDQUERY2COCKPITSAVEDSORTCRITERIONRELATION
        Generated relation code constant for relation CockpitSavedQuery2CockpitSavedSortCriterionRelation defining source attribute cockpitSavedQuery in extension cockpit.
        See Also:
        Constant Field Values
      • CRITERIONQUALIFIER

        public static final java.lang.String CRITERIONQUALIFIER
        Generated constant - Attribute key of CockpitSavedSortCriterion.criterionQualifier attribute defined at extension cockpit.
        See Also:
        Constant Field Values
      • ASC

        public static final java.lang.String ASC
        Generated constant - Attribute key of CockpitSavedSortCriterion.asc attribute defined at extension cockpit.
        See Also:
        Constant Field Values
      • COCKPITSAVEDQUERY

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

      • CockpitSavedSortCriterionModel

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

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

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

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

      • getAsc

        @Accessor(qualifier="asc",
                  type=GETTER)
        public java.lang.Boolean getAsc()
        Generated method - Getter of the CockpitSavedSortCriterion.asc attribute defined at extension cockpit.
        Returns:
        the asc
      • getCockpitSavedQuery

        @Accessor(qualifier="cockpitSavedQuery",
                  type=GETTER)
        public CockpitSavedQueryModel getCockpitSavedQuery()
        Generated method - Getter of the CockpitSavedSortCriterion.cockpitSavedQuery attribute defined at extension cockpit.
        Returns:
        the cockpitSavedQuery
      • getCriterionQualifier

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

        @Accessor(qualifier="asc",
                  type=SETTER)
        public void setAsc​(java.lang.Boolean value)
        Generated method - Setter of CockpitSavedSortCriterion.asc attribute defined at extension cockpit.
        Parameters:
        value - the asc
      • setCockpitSavedQuery

        @Accessor(qualifier="cockpitSavedQuery",
                  type=SETTER)
        public void setCockpitSavedQuery​(CockpitSavedQueryModel value)
        Generated method - Setter of CockpitSavedSortCriterion.cockpitSavedQuery attribute defined at extension cockpit.
        Parameters:
        value - the cockpitSavedQuery
      • setCriterionQualifier

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