Interface AltPageRef
- All Superinterfaces:
Cloneable
This interface provides methods to handle the alternative pages for pagereferences
- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescription@Nullable Page
getPage()
Get the page from PageStore that is alternative page for an pagereferenceGet the date from that the this alternative page is validvoid
Set the page from PageStore that will be alternative page for an pagereferencevoid
setValidFrom
(@NotNull Date date) Set the date from that the this alternative page is valid
-
Method Details
-
getPage
Get the page from PageStore that is alternative page for an pagereference- Returns:
- alternative page as object
- Since:
- 3.0
-
setPage
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
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
-