public class QuickSearchItem extends Object
| Constructor and Description |
|---|
QuickSearchItem(Element row)
Internal use, creates a QuickSearchItem from a DOM element.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the ID of this object.
|
String |
getName()
Returns the name of the object.
|
String |
getObjectType()
Returns the language independent type of the object.
|
String |
getTitle()
Returns the title of the object.
|
public QuickSearchItem(Element row)
row - DOM Elementpublic String getId()
public String getName()
public String getObjectType()
public String getTitle()
Copyright © 2021. All rights reserved.