public class PropertyModelDTO extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
PropertyAttributesDTO |
attributes |
String |
defaultValue |
String |
enabledWhen |
Map<String,String> |
filters |
Map<String,FormViewAttributesDTO> |
formViews |
Map<String,ListViewAttributesDTO> |
listViews |
FieldType |
type |
| Constructor and Description |
|---|
PropertyModelDTO(FieldType type,
String defaultValue,
String enabledWhen,
PropertyAttributesDTO attributes,
Map<String,FormViewAttributesDTO> formViews,
Map<String,ListViewAttributesDTO> listViews,
Map<String,String> filters) |
public final FieldType type
public final String defaultValue
public final String enabledWhen
public final PropertyAttributesDTO attributes
public final Map<String,FormViewAttributesDTO> formViews
public final Map<String,ListViewAttributesDTO> listViews
public PropertyModelDTO(FieldType type, String defaultValue, String enabledWhen, PropertyAttributesDTO attributes, Map<String,FormViewAttributesDTO> formViews, Map<String,ListViewAttributesDTO> listViews, Map<String,String> filters)
Copyright © 2018. All rights reserved.