public class ServiceDisplayItem extends Object
| Constructor and Description |
|---|
ServiceDisplayItem()
Default constructor.
|
ServiceDisplayItem(String aTitle,
String anUrl,
boolean anExternal)
Canonical constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle() |
String |
getUrl() |
boolean |
isExternal() |
void |
setExternal(boolean external) |
void |
setTitle(String aTitle) |
void |
setUrl(String anUrl) |
String |
toString() |
Copyright © 2023. All rights reserved.