Interface Website
-
- All Superinterfaces:
Entity,Identifiable
- All Known Implementing Classes:
WebsiteImpl
public interface Website extends Entity
A Website.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalDategetRegistrationDate()List<? extends Webpage>getRootPages()URLgetUrl()voidsetRegistrationDate(LocalDate registrationDate)voidsetRootPages(List<? extends Webpage> rootPages)voidsetUrl(URL url)-
Methods inherited from interface de.digitalcollections.model.api.identifiable.entity.Entity
getEntityType, setEntityType
-
Methods inherited from interface de.digitalcollections.model.api.identifiable.Identifiable
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLastModified, setPreviewImage, setType, setUuid
-
-