|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
private String name
private JobDependencyTypeVersion1 type
Constructor Detail |
---|
JobTemplateDependency()
Method Detail |
---|
String getName()
JobDependencyTypeVersion1 getType()
void setName(String name)
void setType(JobDependencyTypeVersion1 type)
String toString()
Groovy Documentation