Package com.sgs.common.database
Class TerminalLocation
- java.lang.Object
-
- com.sgs.common.database.HibernateObject
-
- com.sgs.common.database.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. SeeLocation
for more information on locations- Author:
- SGSystems
-
-
Constructor Summary
Constructors Constructor Description TerminalLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Location
getLocation()
Terminal
getTerminal()
void
setLocation(Location location)
void
setTerminal(Terminal terminal)
-
Methods inherited from class com.sgs.common.database.HibernateObject
getExported, getID, isDontSave, isModified, setDontSave, setExported, setID, setModified
-
-