Groovy Documentation

[Groovy] Class Product

java.lang.Object
  Product

class Product

Property Summary
ActionType action

Competition competition

static java.lang.Object constraints

java.lang.Boolean current

java.lang.Boolean enabled

java.util.Date endDateTime

static java.lang.Object hasMany

java.lang.String name

java.util.SortedSet orderbooks

java.lang.Long serialNumber

java.lang.Long serverId

java.util.Date startDateTime

 
Constructor Summary
Product()

 
Method Summary
void copyPropertiesFrom(Product other)

Product next()

Product previous()

java.lang.String toString()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

action

ActionType action


competition

Competition competition


constraints

static java.lang.Object constraints


current

java.lang.Boolean current


enabled

java.lang.Boolean enabled


endDateTime

java.util.Date endDateTime


hasMany

static java.lang.Object hasMany


name

java.lang.String name


orderbooks

java.util.SortedSet orderbooks


serialNumber

java.lang.Long serialNumber


serverId

java.lang.Long serverId


startDateTime

java.util.Date startDateTime


 
Constructor Detail

Product

Product()


 
Method Detail

copyPropertiesFrom

void copyPropertiesFrom(Product other)


next

Product next()


previous

Product previous()


toString

java.lang.String toString()


 

Groovy Documentation