public class Task extends Object
| Constructor and Description |
|---|
Task(String groupName,
String taskName)
Constructs a Task.
|
Task(String groupName,
String taskName,
String genericTaskName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGenericTaskName() |
String |
getGroupName()
Get the name of the group.
|
String |
getTaskName()
Get the name of the task.
|
String |
toString() |
public Task(String groupName, String taskName)
groupName - the name of the grouptaskName - the name of the taskpublic String getGroupName()
public String getTaskName()
public String getGenericTaskName()
public String toString()
toString in class ObjectObject.toString()Copyright © 2013 The Kuali Foundation. All Rights Reserved.