Groovy Documentation

[Groovy] Class TradeLog

java.lang.Object
  TradeLog

class TradeLog

Property Summary
Competition competition

static java.lang.Object constraints

BigDecimal price

Product product

BigDecimal quantity

java.lang.Long serverId

 
Constructor Summary
TradeLog()

 
Method Summary
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

competition

Competition competition


constraints

static java.lang.Object constraints


price

BigDecimal price


product

Product product


quantity

BigDecimal quantity


serverId

java.lang.Long serverId


 
Constructor Detail

TradeLog

TradeLog()


 
Method Detail

toString

java.lang.String toString()


 

Groovy Documentation