A parent has many children whereas a child can have only 1 parent.
Therefore, the parent can query the list of children by calling
Get{Children}List generated method.
The child, since it has only one parent, can call Get{Parent} generated
method to get the parent object.
Hope this helps
Joel