de.h_da.library.datamanagement.entity
Class Book

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

public class Book
extends java.lang.Object

[entity] This entity represents a type of book, identified by authors and title (not a concrete physical book).


Field Summary
private  java.lang.String authors
          Authors of the book in the form [first name, surname], separated by commas.
private  java.lang.String title
          Title of the book including subtitles (if existing).
 
Constructor Summary
Book()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authors

private java.lang.String authors
Authors of the book in the form [first name, surname], separated by commas.


title

private java.lang.String title
Title of the book including subtitles (if existing).

Constructor Detail

Book

public Book()