public class PageWithExternalLinks extends Object implements Serializable
Constructor and Description |
---|
PageWithExternalLinks() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getEditable()
True when the page is editable by the user, false if not
|
Collection<ExternalLink> |
getLinks()
External links contained in the page
|
Page |
getPage()
Page containing the links
|
PageWithExternalLinks |
setEditable(Boolean editable)
Set the editable flag
|
PageWithExternalLinks |
setLinks(Collection<ExternalLink> links)
Set links
|
PageWithExternalLinks |
setPage(Page page)
Set page
|
String |
toString() |
public Page getPage()
public PageWithExternalLinks setPage(Page page)
page
- pagepublic Collection<ExternalLink> getLinks()
public PageWithExternalLinks setLinks(Collection<ExternalLink> links)
links
- collectionpublic Boolean getEditable()
public PageWithExternalLinks setEditable(Boolean editable)
editable
- flagCopyright © 2024 Gentics Software. All rights reserved.