public class DisplayableData<T> extends Object
| Constructor and Description |
|---|
DisplayableData(T data,
String label) |
| Modifier and Type | Method and Description |
|---|---|
T |
getData() |
String |
getLabel() |
void |
setData(T data) |
void |
setLabel(String label) |
Copyright © 2017 SAP SE. All Rights Reserved.