| Services | Contact | Donate | About | Imprint |
| Entity | Alias | Module | Global Schema |
| (1) Airline | Airline | AirlineModule | Airlines |
| (2) AirlineAlliance | AirlineAlliance | AllianceModule | Airlines |
| (3) Alliance | Alliance | AllianceModule | Airlines |
| AirlineAlliance | AllianceModule | Airlines |
| Property | Type | Entity | Reference | Module |
| (1) Airline | LONG | AirlineAlliance | Airline | AirlineModule |
| (2) Alliance | LONG | AirlineAlliance | Alliance | AllianceModule |
| (3) JoinDate | DATE | AirlineAlliance | ||
| (4) Status | STRING | AirlineAlliance |
Example:
final AirlineAlliance airlinealliance = (AirlineAlliance) invokeModule(ALLIANCE_MODULE + "/airlinealliance/" + id, AirlineAlliance.class);| Alliance | AllianceModule | Airlines |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | Alliance | ||
| (2) FoundedYear | LONG | Alliance | ||
| (3) Name | STRING | Alliance |
Example:
final Alliance alliance = (Alliance) invokeModule(ALLIANCE_MODULE + "/alliance/" + id, Alliance.class);| Services | Contact | Donate | About | Imprint |