All Superinterfaces:
Entity, Identifiable
All Known Implementing Classes:
WebsiteImpl

public interface Website
extends Entity
A Website.
  • Method Details

    • getRootPages

      java.util.List<? extends Webpage> getRootPages()
    • setRootPages

      void setRootPages​(java.util.List<? extends Webpage> rootPages)
    • getRegistrationDate

      java.time.LocalDate getRegistrationDate()
    • setRegistrationDate

      void setRegistrationDate​(java.time.LocalDate registrationDate)
    • getUrl

      java.net.URL getUrl()
    • setUrl

      void setUrl​(java.net.URL url)