public abstract class ProtocolTaskBase extends Task
| Constructor and Description |
|---|
ProtocolTaskBase(String taskGroupName,
String taskName,
ProtocolBase protocol)
Constructs a ProtocolTaskBase.
|
ProtocolTaskBase(String taskGroupName,
String taskName,
ProtocolBase protocol,
String genericTaskName) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolBase |
getProtocol()
Get the ProtocolBase.
|
getGenericTaskName, getGroupName, getTaskName, toStringpublic ProtocolTaskBase(String taskGroupName, String taskName, ProtocolBase protocol)
taskName - the name of the taskprotocol - the ProtocolBasepublic ProtocolTaskBase(String taskGroupName, String taskName, ProtocolBase protocol, String genericTaskName)
public ProtocolBase getProtocol()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.