org.books.data
Class LineItem

java.lang.Object
  extended by org.books.data.LineItem
All Implemented Interfaces:
java.io.Serializable

public class LineItem
extends java.lang.Object
implements java.io.Serializable

The class LineItem contains the data of a line item.

Version:
1.0
Author:
Stephan Fischli
See Also:
Serialized Form

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

LineItem

public LineItem()
Method Detail

getBook

public Book getBook()

setBook

public void setBook(Book book)

getQuantity

public java.lang.Integer getQuantity()

setQuantity

public void setQuantity(java.lang.Integer quantity)


Copyright © 2007 - bouquet dot ch, 3032 Hinterkappelen. All Rights Reserved.