Groovy Documentation

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

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

class Service

Field Summary
private Long id

private static long serialVersionUID

 
Constructor Summary
Service()

 
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


serialVersionUID

private static final long serialVersionUID


 
Constructor Detail

Service

Service()


 
Method Detail

getId

Long getId()


setId

void setId(Long id)


toString

String toString()


 

Groovy Documentation