Class SystemSearchResultDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.SystemSearchResultDTO

public class SystemSearchResultDTO extends Object
DTO contained in the result array of systemSearch function
  • Field Details

    • category

      public String category
      search category where this result belongs to
    • type

      public String type
      type of result, e.g. class name of model object - defined within the category
    • state

      public String state
      state of the item described by this result - possible values are defined within the category
    • key

      public String key
      key of the object described by this item. - format defined within the category for each type;
    • text

      public String text
      explanation of this search result;
    • relevance

      public Integer relevance
      relevance of the result; an indication (in percent, ranging from 0 .. 100) of how much the result matches the query
    • depth

      public Integer depth
      an integer >= 0 describing the hierarchical level of the result; it can be used to format the textual output
  • Constructor Details

    • SystemSearchResultDTO

      public SystemSearchResultDTO()