public class Book extends Object
| Constructor and Description |
|---|
Book() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
Calendar |
getPublishingDate() |
String |
getTitle() |
void |
setAuthor(String pAuthor) |
void |
setPublishingDate(Calendar pPublishingDate) |
void |
setTitel(String pTitel) |
public String getAuthor()
public void setAuthor(String pAuthor)
public String getTitle()
public void setTitel(String pTitel)
public Calendar getPublishingDate()
public void setPublishingDate(Calendar pPublishingDate)
Copyright © 2021. All rights reserved.