| Modifier and Type | Method and Description |
|---|---|
List<Webpage> |
Website.getRootPages() |
| Modifier and Type | Method and Description |
|---|---|
void |
Website.setRootPages(List<Webpage> rootPages) |
| Modifier and Type | Method and Description |
|---|---|
List<Webpage> |
WebsiteImpl.getRootPages() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebsiteImpl.setRootPages(List<Webpage> rootPages) |
| Constructor and Description |
|---|
WebsiteImpl(List<Webpage> rootPages,
URL url,
LocalDate registrationDate) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebpageImpl |
| Modifier and Type | Method and Description |
|---|---|
Webpage |
WebpageImpl.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<Webpage> |
WebpageImpl.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebpageImpl.addChild(Webpage child) |
void |
WebpageImpl.setParent(Webpage parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebpageImpl.setChildren(List<Webpage> children) |
Copyright © 2018. All rights reserved.