Interface that defines a link between two objects in the integration application. A link is generally a weaker dependency than an owner-child relationship. It describes a relationship where one object depends on another object, but the dependant object does not necessarily require that other object to exist.
In the current implementation the EntityLinks are not designed to carry any extra information than what is already stored in the properties of the objects that are being linked. They serve merely as a convenient way to notify the dependant object when the object it is depending on has been changed or deleted.
@author Torgil Zethson