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 JobDependencyTypeVersion1 type

The type of the dependency.

 
Constructor Summary
JobTemplateDependency()

 
Method Summary
String getName()

The name of the template on which this template depends.

JobDependencyTypeVersion1 getType()

The type of the dependency.

void setName(String name)

The name of the template on which this template depends.

void setType(JobDependencyTypeVersion1 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 JobDependencyTypeVersion1 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

JobDependencyTypeVersion1 getType()
The type of the dependency.


setName

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


setType

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


toString

String toString()


 

Groovy Documentation