| ... | ... | @@ -148,8 +148,7 @@ 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):
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
```
 | 
| 
 | 
 | 
Main Relation					Other Relations
 | 
| 
 | 
 | 
__Main Relation__		__Other Relations__
 | 
| 
 | 
 | 
get()							getXXX()
 | 
| 
 | 
 | 
set()							setXXX()
 | 
| 
 | 
 | 
n/a							replaceXXX()
 | 
| ... | ... |  |