Groovy Documentation

com.ace.mws.events
[Groovy] Class MoabObject

java.lang.Object
  com.ace.mws.events.MoabObject

class MoabObject

Represents and uniquely identifies an object in Moab Workload Manager. (e.g node, job, reservation, trigger)

Authors:
seeleyn


Field Summary
private String id

The moab object id (e.g. reservation.1, job.21, vm3)

private String serialization

A serialized representation of the object

private String type

The moab object type (e.g. node, job, reservation)

 
Constructor Summary
MoabObject()

 
Method Summary
String getId()

The moab object id (e.g. reservation.1, job.21, vm3)

String getSerialization()

A serialized representation of the object

String getType()

The moab object type (e.g. node, job, reservation)

void setId(String id)

The moab object id (e.g. reservation.1, job.21, vm3)

void setSerialization(String serialization)

A serialized representation of the object

void setType(String type)

The moab object type (e.g. node, job, reservation)

String toString()

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

Field Detail

id

private String id
The moab object id (e.g. reservation.1, job.21, vm3)


serialization

private String serialization
A serialized representation of the object


type

private String type
The moab object type (e.g. node, job, reservation)


 
Constructor Detail

MoabObject

MoabObject()


 
Method Detail

getId

String getId()
The moab object id (e.g. reservation.1, job.21, vm3)


getSerialization

String getSerialization()
A serialized representation of the object


getType

String getType()
The moab object type (e.g. node, job, reservation)


setId

void setId(String id)
The moab object id (e.g. reservation.1, job.21, vm3)


setSerialization

void setSerialization(String serialization)
A serialized representation of the object


setType

void setType(String type)
The moab object type (e.g. node, job, reservation)


toString

String toString()


 

Groovy Documentation