public class Book extends Object
| Constructor and Description |
|---|
Book(Person author,
String title,
org.joda.time.LocalDateTime published) |
| Modifier and Type | Method and Description |
|---|---|
Person |
getAuthor() |
org.joda.time.LocalDateTime |
getPublished() |
String |
getTitle() |
void |
setAuthor(Person author) |
void |
setPublished(org.joda.time.LocalDateTime published) |
void |
setTitle(String title) |
String |
toString() |
public Person getAuthor()
public void setAuthor(Person author)
public String getTitle()
public void setTitle(String title)
public org.joda.time.LocalDateTime getPublished()
public void setPublished(org.joda.time.LocalDateTime published)
Copyright © 2017. All rights reserved.