public interface Theme
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Get the theme label.
|
void |
setLabel(String label)
Set the theme label.
|
String getLabel() throws AmetysRepositoryException
AmetysRepositoryException
- if an error occurs.void setLabel(String label) throws AmetysRepositoryException
label
- the theme label to set.AmetysRepositoryException
- if an error occurs.