Class TerminalLocation


  • public class TerminalLocation
    extends HibernateObject
    This class represents the link between Terminals and Locations Terminals can have visible locations, both stock and production If no links exist for a given terminal it is assumed to see all locations. The same pertains if either no stock or production locations are assigned, the terminal will see either all stock locations or all production locations respectively. See Location for more information on locations
    Author:
    SGSystems
    • Field Detail

      • terminal

        public Terminal terminal
        The terminal
      • location

        public Location location
        A location
    • Constructor Detail

      • TerminalLocation

        public TerminalLocation()
    • Method Detail

      • getTerminal

        public Terminal getTerminal()
      • getLocation

        public Location getLocation()
      • setTerminal

        public void setTerminal​(Terminal terminal)
      • setLocation

        public void setLocation​(Location location)