|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ace.mws.resources.ResourceType
class ResourceType
Represents a resource type in Moab Workload Manager.
Field Summary | |
---|---|
private String |
id
The unique ID of this resource type. |
Constructor Summary | |
ResourceType()
|
Method Summary | |
---|---|
String
|
getId()
The unique ID of this resource type. |
void
|
setId(String id)
The unique ID of this resource type. |
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private String id
Constructor Detail |
---|
ResourceType()
Method Detail |
---|
String getId()
void setId(String id)
String toString()
Groovy Documentation