Package com.uc4.api

Class QuickSearchItem

java.lang.Object
com.uc4.api.QuickSearchItem

public class QuickSearchItem extends Object
This class represents a line the quick access list.
  • Constructor Details

    • QuickSearchItem

      public QuickSearchItem(Element row)
      Internal use, creates a QuickSearchItem from a DOM element.
      Parameters:
      row - DOM Element
  • Method Details

    • getId

      public String getId()
      Returns the ID of this object.
      Returns:
      ID
    • getName

      public String getName()
      Returns the name of the object.
      Returns:
      Name
    • getObjectType

      public String getObjectType()
      Returns the language independent type of the object.
      Returns:
      Type of the object
    • getTitle

      public String getTitle()
      Returns the title of the object.
      Returns:
      Title