Groovy Documentation

com.ace.mws.counters
[Groovy] Class Counters

java.lang.Object
  com.ace.mws.counters.Counters

class Counters

Field Summary
private Long id

 
Constructor Summary
Counters()

 
Method Summary
Long getId()

void setId(Long id)

String toString()

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

Field Detail

id

private Long id


 
Constructor Detail

Counters

Counters()


 
Method Detail

getId

Long getId()


setId

void setId(Long id)


toString

String toString()


 

Groovy Documentation