Entity, Website, Identifiablepublic class WebsiteImpl extends EntityImpl implements Website
WebsiteentityTypecreated, description, label, lastModified, type| Constructor | Description |
|---|---|
WebsiteImpl() |
|
WebsiteImpl(java.net.URL url) |
|
WebsiteImpl(java.util.List<Webpage> rootPages,
java.net.URL url,
java.time.LocalDate registrationDate) |
| Modifier and Type | Method | Description |
|---|---|---|
java.time.LocalDate |
getRegistrationDate() |
|
java.util.List<? extends Webpage> |
getRootPages() |
|
java.net.URL |
getUrl() |
|
void |
setRegistrationDate(java.time.LocalDate registrationDate) |
|
void |
setRootPages(java.util.List<? extends Webpage> rootPages) |
|
void |
setUrl(java.net.URL url) |
getEntityType, setEntityTypegetEntityType, setEntityTypegetCreated, getDescription, getLabel, getLastModified, getType, getUuid, setCreated, setDescription, setLabel, setLastModified, setType, setUuidgetCreated, getDescription, getLabel, getLastModified, getType, getUuid, setCreated, setDescription, setLabel, setLastModified, setType, setUuidpublic WebsiteImpl()
public WebsiteImpl(java.net.URL url)
public WebsiteImpl(java.util.List<Webpage> rootPages, java.net.URL url, java.time.LocalDate registrationDate)
public java.time.LocalDate getRegistrationDate()
getRegistrationDate in interface Websitepublic void setRegistrationDate(java.time.LocalDate registrationDate)
setRegistrationDate in interface Websitepublic java.util.List<? extends Webpage> getRootPages()
getRootPages in interface Websitepublic void setRootPages(java.util.List<? extends Webpage> rootPages)
setRootPages in interface WebsiteCopyright © 2018. All rights reserved.