Groovy Documentation

com.ace.mws.rms
[Groovy] Class ResourceManager

java.lang.Object
  com.ace.mws.rms.ResourceManager

class ResourceManager

Field Summary
private Boolean isDestination

private Boolean isSource

private String jobName

private String name

 
Constructor Summary
ResourceManager()

 
Method Summary
Boolean getIsDestination()

Boolean getIsSource()

String getJobName()

String getName()

void setIsDestination(Boolean isDestination)

void setIsSource(Boolean isSource)

void setJobName(String jobName)

void setName(String name)

String toString()

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

Field Detail

isDestination

private Boolean isDestination


isSource

private Boolean isSource


jobName

private String jobName


name

private String name


 
Constructor Detail

ResourceManager

ResourceManager()


 
Method Detail

getIsDestination

Boolean getIsDestination()


getIsSource

Boolean getIsSource()


getJobName

String getJobName()


getName

String getName()


setIsDestination

void setIsDestination(Boolean isDestination)


setIsSource

void setIsSource(Boolean isSource)


setJobName

void setJobName(String jobName)


setName

void setName(String name)


toString

String toString()


 

Groovy Documentation