public class WebsiteImpl extends EntityImpl implements Website
WebsiteentityTypecreated, description, iiifImage, label, lastModified, type| Constructor and Description |
|---|
WebsiteImpl() |
WebsiteImpl(List<Webpage> rootPages,
URL url,
LocalDate registrationDate) |
WebsiteImpl(URL url) |
| Modifier and Type | Method and Description |
|---|---|
LocalDate |
getRegistrationDate() |
List<Webpage> |
getRootPages() |
URL |
getUrl() |
void |
setRegistrationDate(LocalDate registrationDate) |
void |
setRootPages(List<Webpage> rootPages) |
void |
setUrl(URL url) |
getEntityType, setEntityTypegetCreated, getDescription, getIiifImage, getLabel, getLastModified, getType, getUuid, setCreated, setDescription, setIiifImage, setLabel, setLastModified, setType, setUuidclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityType, setEntityTypegetCreated, getDescription, getIiifImage, getLabel, getLastModified, getType, getUuid, setCreated, setDescription, setIiifImage, setLabel, setLastModified, setType, setUuidpublic WebsiteImpl()
public WebsiteImpl(URL url)
public LocalDate getRegistrationDate()
getRegistrationDate in interface Websitepublic void setRegistrationDate(LocalDate registrationDate)
setRegistrationDate in interface Websitepublic List<Webpage> getRootPages()
getRootPages in interface Websitepublic void setRootPages(List<Webpage> rootPages)
setRootPages in interface WebsiteCopyright © 2018. All rights reserved.