Class Page

    • Constructor Detail

      • Page

        public Page()
    • Method Detail

      • getNextPage

        @OslcName("nextPage")
        @OslcDescription("The representation of a page resource will contain a subset of the Base\'s rdfs:member predicates. In addition, it will contain another triple, whose subject is the page resource itself (i.e., not the Base resource), with a reference to the next page.")
        @OslcPropertyDefinition("http://www.w3.org/ns/ldp#nextPage")
        @OslcTitle("Next Page")
        public URI getNextPage()
        Returns:
        the nextPage
      • setNextPage

        public void setNextPage​(URI nextPage)
        Parameters:
        nextPage - the nextPage to set
      • setPageOf

        public void setPageOf​(Base pageOf)
        Parameters:
        pageOf - the pageOf to set