public class ComponentWorkflowObjectName
extends java.lang.Object
Constructor and Description |
---|
ComponentWorkflowObjectName(UC4ObjectName name,
java.lang.String title)
Creates a new
ComponentTemplate instance. |
ComponentWorkflowObjectName(UC4ObjectName name,
java.lang.String title,
java.lang.String wfType)
Creates a new
ComponentTemplate instance. |
Modifier and Type | Method and Description |
---|---|
UC4ObjectName |
getName()
Returns the object name of the template.
|
java.lang.String |
getTitle()
Returns the title of the template.
|
java.lang.String |
getwfType()
Returns the wfType of the template.
|
java.lang.String |
toString() |
public ComponentWorkflowObjectName(UC4ObjectName name, java.lang.String title)
ComponentTemplate
instance.name
- Name of the objecttitle
- title of the objectpublic ComponentWorkflowObjectName(UC4ObjectName name, java.lang.String title, java.lang.String wfType)
ComponentTemplate
instance.name
- Name of the objecttitle
- title of the objectwfType
- WorkfloType of the Objectpublic UC4ObjectName getName()
public java.lang.String getTitle()
public java.lang.String getwfType()
public java.lang.String toString()
toString
in class java.lang.Object