Groovy Documentation

com.ace.mws.services
[Groovy] Class ServiceAttributes

java.lang.Object
  com.ace.mws.services.ServiceAttributes

class ServiceAttributes

Authors:
jpratt, seeleyn


Field Summary
private Long id

private ServiceMoabAttributes moab

Reserved space for Moab job configuration and attributes.

private Map sharedData

(Map of String => String) Arbitrary data.

 
Constructor Summary
ServiceAttributes()

 
Method Summary
Long getId()

ServiceMoabAttributes getMoab()

Reserved space for Moab job configuration and attributes.

Map getSharedData()

(Map of String => String) Arbitrary data.

void setId(Long id)

void setMoab(ServiceMoabAttributes moab)

Reserved space for Moab job configuration and attributes.

void setSharedData(Map sharedData)

(Map of String => String) Arbitrary data.

String toString()

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

Field Detail

id

private Long id


moab

private ServiceMoabAttributes moab
Reserved space for Moab job configuration and attributes. Valid during POST.


sharedData

private Map sharedData
(Map of String => String) Arbitrary data. Valid for service template extension. Valid during POST. Valid during PUT.
See Also:
Map


 
Constructor Detail

ServiceAttributes

ServiceAttributes()


 
Method Detail

getId

Long getId()


getMoab

ServiceMoabAttributes getMoab()
Reserved space for Moab job configuration and attributes. Valid during POST.


getSharedData

Map getSharedData()
(Map of String => String) Arbitrary data. Valid for service template extension. Valid during POST. Valid during PUT.
See Also:
Map


setId

void setId(Long id)


setMoab

void setMoab(ServiceMoabAttributes moab)
Reserved space for Moab job configuration and attributes. Valid during POST.


setSharedData

void setSharedData(Map sharedData)
(Map of String => String) Arbitrary data. Valid for service template extension. Valid during POST. Valid during PUT.
See Also:
Map


toString

String toString()


 

Groovy Documentation