@Component @Scope(value="prototype") public class Taskbar extends Object
| Constructor and Description |
|---|
Taskbar()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceTask> |
getAdministration()
Getter for administration.
|
List<FolderTask> |
getFolders()
Getter for folders.
|
List<ServiceTask> |
getServices()
Getter for services.
|
void |
setAdministration(List<ServiceTask> administration)
Setter for administration.
|
void |
setFolders(List<FolderTask> folders)
Setter for folders.
|
void |
setServices(List<ServiceTask> services)
Setter for services.
|
public List<FolderTask> getFolders()
public void setFolders(List<FolderTask> folders)
folders - the folders to setpublic List<ServiceTask> getServices()
public void setServices(List<ServiceTask> services)
services - the services to setpublic List<ServiceTask> getAdministration()
public void setAdministration(List<ServiceTask> administration)
administration - the administration to setCopyright © 2022. All rights reserved.