public abstract class WebTaskFactoryImpl extends Object implements WebTaskFactory
| Constructor and Description |
|---|
WebTaskFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getTaskGroupName()
Get the name of the task's group.
|
String |
getTaskName()
Get the name of the task.
|
void |
setTaskName(String taskName)
Set the name of the Task.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTaskpublic final void setTaskName(String taskName)
taskName - the name of the taskpublic final String getTaskName()
public abstract String getTaskGroupName()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.