public class ActivityVerb extends Object
ActivityVerb stores the configuration for a given activity verb:
| Modifier and Type | Field and Description |
|---|---|
protected String |
icon |
protected String |
labelKey |
protected String |
verb |
| Constructor and Description |
|---|
ActivityVerb() |
| Modifier and Type | Method and Description |
|---|---|
ActivityVerb |
clone() |
String |
getIcon() |
String |
getLabelKey() |
String |
getVerb() |
void |
setIcon(String icon) |
void |
setLabelKey(String labelKey) |
void |
setVerb(String verb) |
public ActivityVerb()
public String getLabelKey()
public void setLabelKey(String labelKey)
public ActivityVerb clone()
Copyright © 2015 Nuxeo SA. All rights reserved.