| Contact | Donate | Imprint |
| Entity | Alias | Module | Global Schema |
| (1) Hangar | Hangar | LocationModule | ZeppelinFlight |
| (2) Location | Location | LocationModule | ZeppelinFlight |
| (3) Reservation | Reservation | CustomerModule | ZeppelinFlight |
| (4) Restaurant | Restaurant | RestaurantModule | ZeppelinFlight |
| (5) RestaurantTable | RestaurantTable | RestaurantModule | ZeppelinFlight |
| Restaurant | RestaurantModule | ZeppelinFlight |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | Restaurant | ||
| (2) Location | INT | Restaurant | Location | LocationModule |
| (3) Name | STRING | Restaurant | ||
| (4) RelatedHangar | INT | Restaurant | Hangar | LocationModule |
| (5) Website | STRING | Restaurant |
Example:
final Restaurant restaurant = (Restaurant) invokeModule(RESTAURANT_MODULE + "/restaurant/" + id, Restaurant.class);| RestaurantTable | RestaurantModule | ZeppelinFlight |
| Property | Type | Entity | Reference | Module |
| (1) Capacity | INT | RestaurantTable | ||
| (2) Restaurant | INT | RestaurantTable | Restaurant | RestaurantModule |
| (3) TableNumber | STRING | RestaurantTable |
Example:
final RestaurantTable restauranttable = (RestaurantTable) invokeModule(RESTAURANT_MODULE + "/restauranttable/" + id, RestaurantTable.class);| Contact | Donate | Imprint |