Groovy Documentation

com.ace.mws.jobtemplates
[Groovy] Class JobTemplateDependency

java.lang.Object
  com.ace.mws.jobtemplates.JobTemplateDependency

class JobTemplateDependency

Field Summary
private String name

The name of the template on which this template depends.

private DependencyType type

The type of the dependency.

 
Constructor Summary
JobTemplateDependency()

 
Method Summary
String getName()

The name of the template on which this template depends.

DependencyType getType()

The type of the dependency.

void setName(String name)

The name of the template on which this template depends.

void setType(DependencyType type)

The type of the dependency.

String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

name

private String name
The name of the template on which this template depends.


type

private DependencyType type
The type of the dependency.


 
Constructor Detail

JobTemplateDependency

JobTemplateDependency()


 
Method Detail

getName

String getName()
The name of the template on which this template depends.


getType

DependencyType getType()
The type of the dependency.


setName

void setName(String name)
The name of the template on which this template depends.


setType

void setType(DependencyType type)
The type of the dependency.


toString

String toString()


 

Groovy Documentation