@Component @Scope(value="prototype") @Refreshable public class Tasks extends Object
| Constructor and Description |
|---|
Tasks()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Getter for count.
|
String |
getHelp()
Getter for help.
|
List<Task> |
getTasks()
Getter for tasks.
|
void |
setCount(int count)
Setter for count.
|
void |
setHelp(String help)
Setter for help.
|
void |
setTasks(List<Task> tasks)
Setter for tasks.
|
public void setTasks(List<Task> tasks)
tasks - the tasks to setpublic int getCount()
public void setCount(int count)
count - the count to setpublic String getHelp()
public void setHelp(String help)
help - the help to setCopyright © 2016 OSIVIA. All rights reserved.