Package com.uc4.api
Class ComponentWorkflowObjectName
- java.lang.Object
-
- com.uc4.api.ComponentWorkflowObjectName
-
public class ComponentWorkflowObjectName extends java.lang.ObjectThis class represents a template information of a component workflow.
-
-
Constructor Summary
Constructors Constructor Description ComponentWorkflowObjectName(UC4ObjectName name, java.lang.String title)Creates a newComponentTemplateinstance.ComponentWorkflowObjectName(UC4ObjectName name, java.lang.String title, java.lang.String wfType)Creates a newComponentTemplateinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UC4ObjectNamegetName()Returns the object name of the template.java.lang.StringgetTitle()Returns the title of the template.java.lang.StringgetwfType()Returns the wfType of the template.java.lang.StringtoString()
-
-
-
Constructor Detail
-
ComponentWorkflowObjectName
public ComponentWorkflowObjectName(UC4ObjectName name, java.lang.String title)
Creates a newComponentTemplateinstance.- Parameters:
name- Name of the objecttitle- title of the object
-
ComponentWorkflowObjectName
public ComponentWorkflowObjectName(UC4ObjectName name, java.lang.String title, java.lang.String wfType)
Creates a newComponentTemplateinstance.- Parameters:
name- Name of the objecttitle- title of the objectwfType- WorkfloType of the Object
-
-
Method Detail
-
getName
public UC4ObjectName getName()
Returns the object name of the template.- Returns:
- Name of the object
-
getTitle
public java.lang.String getTitle()
Returns the title of the template.- Returns:
- Title
-
getwfType
public java.lang.String getwfType()
Returns the wfType of the template.- Returns:
- wfType
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-