|
What is a field property |
A field property is a property that gets and sets the value of a field |
Usually the field is simply used to get the value from and set the value to. This is the property that is supplied by the . It is implemented by . It can be overridden by implementing a getter respectively a setter method for the on the class
When the peanut is , it should store and retrieve the values of the fields of field properties that are described to be persistent. This is the default persistency behavior supplied by and . |
|