| | 215 | __EBox's Types behaviour__ |
| | 216 | * Do not know anything about how could they store, just indicate which fields will have persistence ([#Ldap2 with description method]) |
| | 217 | * They should know how restore themselves (A default behavior will be provided, which it'll be ok for most of the types). |
| | 218 | * You can override ''restoreFromHash()'' or individual setters for each value of ''keys %{ $self->description }''. |
| | 219 | * They should know what differences are between their data and another values (A default behavior will be provided). |
| | 220 | * They must know if the primary key has been change (between their data and another values). |