Class ItemFieldDV

    • Constructor Detail

      • ItemFieldDV

        public ItemFieldDV()
        Instantiates a new item field.
      • ItemFieldDV

        public ItemFieldDV​(String displayName,
                           List<String> jsonFields,
                           String operator,
                           boolean displayAsResult,
                           boolean sortable,
                           boolean searchable)
        Instantiates a new item field DV.
        Parameters:
        displayName - the display name
        jsonFields - the json fields
        operator - the operator
        displayAsResult - the display as result
        sortable - the sortable
        searchable - the searchable
    • Method Detail

      • getDisplayName

        public String getDisplayName()
        Gets the display name.
        Returns:
        the display name
      • getJsonFields

        public List<String> getJsonFields()
        Gets the json fields.
        Returns:
        the json fields
      • getOperator

        public String getOperator()
        Gets the operator.
        Returns:
        the operator
      • isDisplayAsResult

        public boolean isDisplayAsResult()
        Checks if is display as result.
        Returns:
        true, if is display as result
      • isSortable

        public boolean isSortable()
        Checks if is sortable.
        Returns:
        true, if is sortable
      • isSearchable

        public boolean isSearchable()
        Checks if is searchable.
        Returns:
        true, if is searchable
      • setDisplayName

        public void setDisplayName​(String displayName)
        Sets the display name.
        Parameters:
        displayName - the new display name
      • setJsonFields

        public void setJsonFields​(List<String> jsonFields)
        Sets the json fields.
        Parameters:
        jsonFields - the new json fields
      • setOperator

        public void setOperator​(String operator)
        Sets the operator.
        Parameters:
        operator - the new operator
      • setDisplayAsResult

        public void setDisplayAsResult​(boolean displayAsResult)
        Sets the display as result.
        Parameters:
        displayAsResult - the new display as result
      • setSortable

        public void setSortable​(boolean sortable)
        Sets the sortable.
        Parameters:
        sortable - the new sortable
      • setSearchable

        public void setSearchable​(boolean searchable)
        Sets the searchable.
        Parameters:
        searchable - the new searchable