|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.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 |
|---|
private Boolean isDestination
private Boolean isSource
private String jobName
private String name
| Constructor Detail |
|---|
ResourceManager()
| Method Detail |
|---|
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()
Groovy Documentation