Package com.uc4.api

Class QuickSearchItem


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

      Constructors 
      Constructor Description
      QuickSearchItem​(org.w3c.dom.Element row)
      Internal use, creates a QuickSearchItem from a DOM element.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Returns the ID of this object.
      java.lang.String getName()
      Returns the name of the object.
      java.lang.String getObjectType()
      Returns the language independent type of the object.
      java.lang.String getTitle()
      Returns the title of the object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QuickSearchItem

        public QuickSearchItem​(org.w3c.dom.Element row)
        Internal use, creates a QuickSearchItem from a DOM element.
        Parameters:
        row - DOM Element
    • Method Detail

      • getId

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

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

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

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