Uses of Class
com.nnamo.models.AgencyModel
Packages that use AgencyModel
-
Uses of AgencyModel in com.nnamo.models
Methods in com.nnamo.models that return AgencyModelModifier and TypeMethodDescriptionRouteDirection.getAgency()
Gets the agency associated with the route.RouteModel.getAgency()
Gets the agency associated with the route.Constructors in com.nnamo.models with parameters of type AgencyModelModifierConstructorDescriptionRouteDirection
(String id, AgencyModel agency, String longName, String shortName, RouteType routeType, Direction direction, String directionName) Constructs a RouteDirection with all required fields.RouteModel
(String id, AgencyModel agency, String longName, String shortName, RouteType routeType) Constructs a RouteModel with all fields.