public class TabularDataActionDescription extends Object implements Serializable
| Constructor and Description |
|---|
TabularDataActionDescription() |
TabularDataActionDescription(String id,
String label,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
String |
getLabel() |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setLabel(String label) |
String |
toString() |
public String getId()
public void setId(String id)
id - the id to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getLabel()
public void setLabel(String label)
label - the label to setCopyright © 2017. All Rights Reserved.