Attribute |
Mand. |
Description |
Default |
id |
yes |
Identifier of the field. |
|
local |
no |
Equivalent with the local mark: allows to specify that this field is local i.e. that it has no physical representation on a data provider. |
false |
load |
no |
Equivalent with the load mark: indicates that the field must be loaded when sending load requests with no indication on the fields that must be loaded. |
false |
notNull |
no |
Equivalent with the notNull mark: indicates that the field may not be null. When a new object is created, a value is automatically built for this field with the default value if no value has been specified. |
false |
providerValue |
no |
Equivalent with the providerValue mark: allows to specify that the value of the field is given by the data provider. |
false |