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