Uses of Class
de.digitalcollections.model.identifiable.web.Webpage
-
Packages that use Webpage Package Description de.digitalcollections.model.identifiable.entity de.digitalcollections.model.identifiable.web -
-
Uses of Webpage in de.digitalcollections.model.identifiable.entity
Methods in de.digitalcollections.model.identifiable.entity that return types with arguments of type Webpage Modifier and Type Method Description List<? extends Webpage>Website. getRootPages()Method parameters in de.digitalcollections.model.identifiable.entity with type arguments of type Webpage Modifier and Type Method Description voidWebsite. setRootPages(List<? extends Webpage> rootPages)Constructor parameters in de.digitalcollections.model.identifiable.entity with type arguments of type Webpage Constructor Description Website(List<Webpage> rootPages, URL url, LocalDate registrationDate) -
Uses of Webpage in de.digitalcollections.model.identifiable.web
Methods in de.digitalcollections.model.identifiable.web that return Webpage Modifier and Type Method Description WebpageWebpage. getParent()Methods in de.digitalcollections.model.identifiable.web that return types with arguments of type Webpage Modifier and Type Method Description List<Webpage>Webpage. getChildren()Methods in de.digitalcollections.model.identifiable.web with parameters of type Webpage Modifier and Type Method Description voidWebpage. setParent(Webpage parent)Method parameters in de.digitalcollections.model.identifiable.web with type arguments of type Webpage Modifier and Type Method Description voidWebpage. setChildren(List<Webpage> children)Constructor parameters in de.digitalcollections.model.identifiable.web with type arguments of type Webpage Constructor Description Webpage(List<Webpage> children)
-