public class Form<R extends IdDto> extends Object implements ObserveDto, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_OBJECT |
static String |
PROPERTY_TYPE |
| Modifier | Constructor and Description |
|---|---|
protected |
Form(Class<R> type,
R object) |
| Modifier and Type | Method and Description |
|---|---|
Optional<FormDefinition<R>> |
getDefinition() |
R |
getObject() |
Class<R> |
getType() |
static <R extends IdDto> |
newFormDto(Class<R> type,
R object) |
String |
toString() |
public static final String PROPERTY_TYPE
public static final String PROPERTY_OBJECT
public R getObject()
public Optional<FormDefinition<R>> getDefinition()
Copyright © 2017–2018 IRD. All rights reserved.