public class SitePage extends Object
| Modifier and Type | Field and Description |
|---|---|
Boolean |
activeEdit |
String |
id |
Integer |
layout |
String |
layoutTitle |
Boolean |
popUp |
Integer |
position |
Map<String,String> |
props |
String |
reference |
String |
siteId |
String |
skin |
String |
title |
Boolean |
titleCustom |
URL |
url |
@NotNull public final String id
@NotNull public final Integer layout
@NotNull public final String layoutTitle
@NotNull public final Integer position
@NotNull public final String reference
@NotNull public final String siteId
@NotNull public final String skin
@NotNull public final String title
@NotNull public final Boolean titleCustom
@NotNull public final URL url
@NotNull public final Boolean activeEdit
@NotNull public final Boolean popUp
public SitePage(@NotNull
String id,
@NotNull
Integer layout,
@NotNull
String layoutTitle,
@NotNull
Integer position,
@NotNull
Map<String,String> props,
@NotNull
String reference,
@NotNull
String siteId,
@NotNull
String skin,
@NotNull
String title,
@NotNull
Boolean titleCustom,
@NotNull
URL url,
@NotNull
Boolean activeEdit,
@NotNull
Boolean popUp)
Copyright © 2016. All rights reserved.