Class WorkplaceFunctionSearchUI.Hit

java.lang.Object
org.eclnt.workplace.WorkplaceFunctionSearchUI.Hit
Enclosing class:
WorkplaceFunctionSearchUI

public static class WorkplaceFunctionSearchUI.Hit extends Object
Result of search that is added to the list of found items.
  • Constructor Details

    • Hit

      public Hit()
  • Method Details

    • getWpsi

      public WorkpageStartInfo getWpsi()
      Start information that is used for starting the item in the workplace.
    • setWpsi

      public void setWpsi(WorkpageStartInfo wpsi)
    • getHierarchyText

      public String getHierarchyText()
      Text that is shown in the second line. Intention: show the user where the item is located in the workplace function tree. But: can also be used with a different meaning.
    • setHierarchyText

      public void setHierarchyText(String text)
    • getHitByCode

      public boolean getHitByCode()
      The code (short abbreviation of item) that is associated with the item.
    • setHitByCode

      public void setHitByCode(boolean hitByCode)