Groovy Documentation

com.ace.mws.resources
[Groovy] Class ResourceType

java.lang.Object
  com.ace.mws.resources.ResourceType

class ResourceType

Represents a resource type in Moab Workload Manager.

Authors:
bsaville


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

id

private String id
The unique ID of this resource type.


 
Constructor Detail

ResourceType

ResourceType()


 
Method Detail

getId

String getId()
The unique ID of this resource type.


setId

void setId(String id)
The unique ID of this resource type.


toString

String toString()


 

Groovy Documentation