Groovy Documentation

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

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

class JobTemplateDependency

Field Summary
private Long id

private String name

The name of the template on which this template depends.

private static long serialVersionUID

private DependencyType type

The type of the dependency.

 
Constructor Summary
JobTemplateDependency()

 
Method Summary
Long getId()

String getName()

The name of the template on which this template depends.

DependencyType getType()

The type of the dependency.

void setId(Long id)

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

id

private Long id


name

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


serialVersionUID

private static final long serialVersionUID


type

private DependencyType type
The type of the dependency.


 
Constructor Detail

JobTemplateDependency

JobTemplateDependency()


 
Method Detail

getId

Long getId()


getName

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


getType

DependencyType getType()
The type of the dependency.


setId

void setId(Long id)


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