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