Interface Linkable

All Known Subinterfaces:
ParaObject
All Known Implementing Classes:
Address, App, Linker, Sysprop, Tag, Translation, User, Vote, Webhook

public interface Linkable
Applied to all ParaObjects by default. Allows an object to be linked to another object. A link can be: 1-1, 1-* or *-*. One-to-one and one-to-many links are implemented using the parentid field. Many-to-many links are implemented using Linker objects.
Author:
Alex Bogdanovski [[email protected]]
See Also: