Groovy Documentation

com.ace.mws
[Groovy] Class DomainProxy

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

name

private String name
The name of the object.


 
Constructor Detail

DomainProxy

DomainProxy()


 
Method Detail

getName

String getName()
The name of the object.


setName

void setName(String name)
The name of the object.


toString

String toString()


 

Groovy Documentation