Groovy Documentation

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

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

class ServiceMoabDependency

Authors:
jpratt, seeleyn


Field Summary
private Set dependency

(String collection) The names of services that must be run before the service can start.

private Long id

private static long serialVersionUID

private String service

The name of the service that needs to wait until the dependencies are met before it can start.

 
Constructor Summary
ServiceMoabDependency()

 
Method Summary
Set getDependency()

(String collection) The names of services that must be run before the service can start.

Long getId()

String getService()

The name of the service that needs to wait until the dependencies are met before it can start.

void setDependency(Set dependency)

(String collection) The names of services that must be run before the service can start.

void setId(Long id)

void setService(String service)

The name of the service that needs to wait until the dependencies are met before it can start.

String toString()

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

Field Detail

dependency

private Set dependency
(String collection) The names of services that must be run before the service can start. Valid during POST.
See Also:
String


id

private Long id


serialVersionUID

private static final long serialVersionUID


service

private String service
The name of the service that needs to wait until the dependencies are met before it can start. Valid during POST.


 
Constructor Detail

ServiceMoabDependency

ServiceMoabDependency()


 
Method Detail

getDependency

Set getDependency()
(String collection) The names of services that must be run before the service can start. Valid during POST.
See Also:
String


getId

Long getId()


getService

String getService()
The name of the service that needs to wait until the dependencies are met before it can start. Valid during POST.


setDependency

void setDependency(Set dependency)
(String collection) The names of services that must be run before the service can start. Valid during POST.
See Also:
String


setId

void setId(Long id)


setService

void setService(String service)
The name of the service that needs to wait until the dependencies are met before it can start. Valid during POST.


toString

String toString()


 

Groovy Documentation