| ... | @@ -149,8 +149,8 @@ The usage of these methods are only allowed when it is clear that there is a mai | 
... | @@ -149,8 +149,8 @@ The usage of these methods are only allowed when it is clear that there is a mai | 
| 
 | 
For many relations where the convention does not apply, the following methods must be used instead (where XXX is the name of the related thing):
 | 
 | 
For many relations where the convention does not apply, the following methods must be used instead (where XXX is the name of the related thing):
 | 
| 
 | 
 | 
 | 
 | 
| 
 | 
__Main Relation__                                   __Other Relations__
 | 
 | 
__Main Relation__                                   __Other Relations__
 | 
| 
 | 
```!
 | 
 | 
 | 
| 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
```
 | 
| 
 | 
get()							getXXX()
 | 
 | 
get()							getXXX()
 | 
| 
 | 
set()							setXXX()
 | 
 | 
set()							setXXX()
 | 
| 
 | 
n/a							replaceXXX()
 | 
 | 
n/a							replaceXXX()
 | 
| ... |  | ... |  |