|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ace.mws.DomainProxy
class DomainProxy
A reference to an object contained within an object. For example, a Virtual Machine object contains a reference to the Node on which it is running. That reference is represented by this class.
Field Summary | |
---|---|
private String |
name
The name of the object. |
Constructor Summary | |
DomainProxy()
|
Method Summary | |
---|---|
String
|
getName()
The name of the object. |
void
|
setName(String name)
The name of the object. |
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private String name
Constructor Detail |
---|
DomainProxy()
Method Detail |
---|
String getName()
void setName(String name)
String toString()
Groovy Documentation