Groovy Documentation

com.ace.mws.jobs
[Groovy] Class JobDependency

java.lang.Object
  com.ace.mws.jobs.JobDependency

class JobDependency

Field Summary
private String name

private JobDependencyType type

private String value

 
Constructor Summary
JobDependency()

 
Method Summary
String getName()

JobDependencyType getType()

String getValue()

void setName(String name)

void setType(JobDependencyType type)

void setValue(String value)

String toString()

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

Field Detail

name

private String name


type

private JobDependencyType type


value

private String value


 
Constructor Detail

JobDependency

JobDependency()


 
Method Detail

getName

String getName()


getType

JobDependencyType getType()


getValue

String getValue()


setName

void setName(String name)


setType

void setType(JobDependencyType type)


setValue

void setValue(String value)


toString

String toString()


 

Groovy Documentation