Interface AltPageRef

All Superinterfaces:
Cloneable

public interface AltPageRef extends Cloneable
This interface provides methods to handle the alternative pages for pagereferences
Since:
3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Page
    Get the page from PageStore that is alternative page for an pagereference
    Get the date from that the this alternative page is valid
    void
    setPage(@NotNull Page page)
    Set the page from PageStore that will be alternative page for an pagereference
    void
    setValidFrom(@NotNull Date date)
    Set the date from that the this alternative page is valid
  • Method Details

    • getPage

      @Nullable @Nullable Page getPage()
      Get the page from PageStore that is alternative page for an pagereference
      Returns:
      alternative page as object
      Since:
      3.0
    • setPage

      void setPage(@NotNull @NotNull Page page)
      Set the page from PageStore that will be alternative page for an pagereference
      Parameters:
      page - alternative page as object
      Since:
      3.0
    • getValidFrom

      Date getValidFrom()
      Get the date from that the this alternative page is valid
      Returns:
      date from that the this alternative page is valid
      Since:
      3.0
    • setValidFrom

      void setValidFrom(@NotNull @NotNull Date date)
      Set the date from that the this alternative page is valid
      Parameters:
      date - date from that the this alternative page should be valid
      Since:
      3.0