Interface Website
- All Superinterfaces:
Entity,Identifiable
- All Known Implementing Classes:
WebsiteImpl
public interface Website extends Entity
A Website.
-
Method Summary
Modifier and Type Method Description java.time.LocalDategetRegistrationDate()java.util.List<? extends Webpage>getRootPages()java.net.URLgetUrl()voidsetRegistrationDate(java.time.LocalDate registrationDate)voidsetRootPages(java.util.List<? extends Webpage> rootPages)voidsetUrl(java.net.URL url)Methods inherited from interface de.digitalcollections.model.api.identifiable.entity.Entity
getCustomAttribute, getCustomAttributes, getEntityType, getRefId, hasCustomAttribute, setCustomAttribute, setCustomAttributes, setEntityType, setRefIdMethods inherited from interface de.digitalcollections.model.api.identifiable.Identifiable
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getPreviewImageRenderingHints, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLastModified, setPreviewImage, setPreviewImageRenderingHints, setType, setUuid
-
Method Details
-
getRootPages
java.util.List<? extends Webpage> getRootPages() -
setRootPages
-
getRegistrationDate
java.time.LocalDate getRegistrationDate() -
setRegistrationDate
void setRegistrationDate(java.time.LocalDate registrationDate) -
getUrl
java.net.URL getUrl() -
setUrl
void setUrl(java.net.URL url)
-