|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.h_da.library.datamanagement.entity.Book
public class Book
[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 |
|---|
private java.lang.String authors
private java.lang.String title
| Constructor Detail |
|---|
public Book()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||