Groovy Documentation

com.ace.mws
[Groovy] Class DomainProxyVersion1

java.lang.Object
  com.ace.mws.DomainProxyVersion1

class DomainProxyVersion1

Field Summary
private String id

The id of the object.

 
Constructor Summary
DomainProxyVersion1()

 
Method Summary
String getId()

The id of the object.

void setId(String id)

The id of the object.

String toString()

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

Field Detail

id

private String id
The id of the object.


 
Constructor Detail

DomainProxyVersion1

DomainProxyVersion1()


 
Method Detail

getId

String getId()
The id of the object.


setId

void setId(String id)
The id of the object.


toString

String toString()


 

Groovy Documentation