Package com.uc4.api
Class ComponentWorkflowObjectName
- java.lang.Object
-
- com.uc4.api.ComponentWorkflowObjectName
-
public class ComponentWorkflowObjectName extends java.lang.Object
This class represents a template information of a component workflow.
-
-
Constructor Summary
Constructors Constructor Description ComponentWorkflowObjectName(UC4ObjectName name, java.lang.String title)
Creates a newComponentTemplate
instance.ComponentWorkflowObjectName(UC4ObjectName name, java.lang.String title, java.lang.String wfType)
Creates a newComponentTemplate
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Constructor Detail
-
ComponentWorkflowObjectName
public ComponentWorkflowObjectName(UC4ObjectName name, java.lang.String title)
Creates a newComponentTemplate
instance.- 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 newComponentTemplate
instance.- 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:
toString
in classjava.lang.Object
-
-