de.h_da.library.datamanagement.entity
Class BookOnStock

java.lang.Object
  extended by de.h_da.library.datamanagement.entity.BookOnStock

public class BookOnStock
extends java.lang.Object

[entity] This entity represents a concrete physical book.


Field Summary
private  Book book
          The book type (title and author)
 
Constructor Summary
BookOnStock()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

book

private Book book
The book type (title and author)

Constructor Detail

BookOnStock

public BookOnStock()