|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.stringtemplate.v4.benchmark.oliver.Item
public class Item
| 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 |
|---|
public final int amount
public final Article article
| Constructor Detail |
|---|
public Item(int amount,
Article article)
| Method Detail |
|---|
public java.math.BigDecimal getSubTotal()
public int getAmount()
public Article getArticle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||