org.stringtemplate.v4.benchmark.oliver
Class Item

java.lang.Object
  extended by org.stringtemplate.v4.benchmark.oliver.Item

public class Item
extends java.lang.Object


Field Summary
 int amount
           
 Article article
           
 
Constructor Summary
Item(int amount, Article article)
           
 
Method Summary
 int getAmount()
           
 Article getArticle()
           
 java.math.BigDecimal getSubTotal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

amount

public final int amount

article

public final Article article
Constructor Detail

Item

public Item(int amount,
            Article article)
Method Detail

getSubTotal

public java.math.BigDecimal getSubTotal()

getAmount

public int getAmount()

getArticle

public Article getArticle()