|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.books.data.LineItem
public class LineItem
The class LineItem contains the data of a line item.
Constructor Summary | |
---|---|
LineItem()
|
Method Summary | |
---|---|
Book |
getBook()
|
java.lang.Integer |
getQuantity()
|
void |
setBook(Book book)
|
void |
setQuantity(java.lang.Integer quantity)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LineItem()
Method Detail |
---|
public Book getBook()
public void setBook(Book book)
public java.lang.Integer getQuantity()
public void setQuantity(java.lang.Integer quantity)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |