Task.State
DEFAULT_BUTTON, PRIORITY_COMPARATOR
Constructor and Description |
---|
BasicTask(String title,
int priority,
String description,
LinkTarget target) |
BasicTask(String title,
int priority,
String description,
LinkTarget target,
RequestMethod method,
Button button) |
Modifier and Type | Method and Description |
---|---|
Button |
getButton() |
String |
getDescription() |
int |
getPriority() |
Task.State |
getState() |
LinkTarget |
getTarget()
Get an optional link target
|
RequestMethod |
getTargetRequestMethod() |
String |
getTitle() |
void |
setState(Task.State state) |
public BasicTask(String title, int priority, String description, LinkTarget target)
public BasicTask(String title, int priority, String description, LinkTarget target, RequestMethod method, Button button)
public RequestMethod getTargetRequestMethod()
getTargetRequestMethod
in interface Task
public void setState(Task.State state)
public Task.State getState()
public String getDescription()
getDescription
in interface Task
public LinkTarget getTarget()
Task
public int getPriority()
getPriority
in interface Task
Copyright © 2014, 2015 IBH SYSTEMS GmbH and others. All Rights Reserved.