Uses of Interface
de.digitalcollections.model.api.identifiable.entity.parts.Webpage
-
-
Uses of Webpage in de.digitalcollections.model.api.identifiable.entity
Methods in de.digitalcollections.model.api.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.api.identifiable.entity with type arguments of type Webpage Modifier and Type Method Description voidWebsite. setRootPages(List<? extends Webpage> rootPages) -
Uses of Webpage in de.digitalcollections.model.api.identifiable.entity.parts
Classes in de.digitalcollections.model.api.identifiable.entity.parts with type parameters of type Webpage Modifier and Type Interface Description interfaceWebpage<W extends Webpage>A Webpage. -
Uses of Webpage in de.digitalcollections.model.impl.identifiable.entity
Methods in de.digitalcollections.model.impl.identifiable.entity that return types with arguments of type Webpage Modifier and Type Method Description List<? extends Webpage>WebsiteImpl. getRootPages()Method parameters in de.digitalcollections.model.impl.identifiable.entity with type arguments of type Webpage Modifier and Type Method Description voidWebsiteImpl. setRootPages(List<? extends Webpage> rootPages)Constructor parameters in de.digitalcollections.model.impl.identifiable.entity with type arguments of type Webpage Constructor Description WebsiteImpl(List<Webpage> rootPages, URL url, LocalDate registrationDate) -
Uses of Webpage in de.digitalcollections.model.impl.identifiable.entity.parts
Classes in de.digitalcollections.model.impl.identifiable.entity.parts that implement Webpage Modifier and Type Class Description classWebpageImplMethods in de.digitalcollections.model.impl.identifiable.entity.parts that return Webpage Modifier and Type Method Description WebpageWebpageImpl. getParent()Methods in de.digitalcollections.model.impl.identifiable.entity.parts that return types with arguments of type Webpage Modifier and Type Method Description List<Webpage>WebpageImpl. getChildren()Methods in de.digitalcollections.model.impl.identifiable.entity.parts with parameters of type Webpage Modifier and Type Method Description voidWebpageImpl. setParent(Webpage parent)Method parameters in de.digitalcollections.model.impl.identifiable.entity.parts with type arguments of type Webpage Modifier and Type Method Description voidWebpageImpl. setChildren(List<Webpage> children)Constructor parameters in de.digitalcollections.model.impl.identifiable.entity.parts with type arguments of type Webpage Constructor Description WebpageImpl(List<Webpage> children)
-