public class QuickSearchItem
extends java.lang.Object
| Constructor and Description |
|---|
QuickSearchItem(org.w3c.dom.Element row)
Internal use, creates a QuickSearchItem from a DOM element.
|
| Modifier and Type | Method and 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.
|
public QuickSearchItem(org.w3c.dom.Element row)
row - DOM Elementpublic java.lang.String getId()
public java.lang.String getName()
public java.lang.String getObjectType()
public java.lang.String getTitle()