Package com.uc4.api
Class QuickSearchItem
- java.lang.Object
-
- com.uc4.api.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.
-
-
-
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
-
-