|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ace.mws.services.ServiceAttributes
class ServiceAttributes
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 |
---|
private Long id
private ServiceMoabAttributes moab
private Map sharedData
Constructor Detail |
---|
ServiceAttributes()
Method Detail |
---|
Long getId()
ServiceMoabAttributes getMoab()
Map getSharedData()
void setId(Long id)
void setMoab(ServiceMoabAttributes moab)
void setSharedData(Map sharedData)
String toString()
Groovy Documentation