public class Page extends Box implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
_id |
protected Integer |
_index |
protected Integer |
_version |
static String |
FIELD_HEIGHT |
static String |
FIELD_ID |
static String |
FIELD_INDEX |
static String |
FIELD_LEFT |
static String |
FIELD_TOP |
static String |
FIELD_VERSION |
static String |
FIELD_WIDTH |
| Constructor and Description |
|---|
Page() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
Integer |
getIndex() |
Integer |
getVersion() |
Page |
safeSetHeight(Double value) |
Page |
safeSetId(String value) |
Page |
safeSetIndex(Integer value) |
Page |
safeSetLeft(Double value) |
Page |
safeSetTop(Double value) |
Page |
safeSetVersion(Integer value) |
Page |
safeSetWidth(Double value) |
Page |
setHeight(Double value) |
Page |
setId(String value) |
Page |
setIndex(Integer value) |
Page |
setLeft(Double value) |
Page |
setTop(Double value) |
Page |
setVersion(Integer value) |
Page |
setWidth(Double value) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_HEIGHT
public static final String FIELD_ID
public static final String FIELD_INDEX
public static final String FIELD_LEFT
public static final String FIELD_TOP
public static final String FIELD_VERSION
public static final String FIELD_WIDTH
protected String _id
protected Integer _index
protected Integer _version
public Page safeSetHeight(Double value)
safeSetHeight in class Boxpublic String getId()
public Integer getIndex()
public Page safeSetLeft(Double value)
safeSetLeft in class Boxpublic Page safeSetTop(Double value)
safeSetTop in class Boxpublic Integer getVersion()
public Page safeSetWidth(Double value)
safeSetWidth in class BoxCopyright 2022 OneSpan All rights reserved.