Uses of Class
com.sgs.common.database.LocationGroup
-
Packages that use LocationGroup Package Description com.sgs.common.database This package is responsible for holding all of the objects that can be persisted in the SG V5 System. -
-
Uses of LocationGroup in com.sgs.common.database
Fields in com.sgs.common.database declared as LocationGroup Modifier and Type Field Description LocationGroup
Commodity. locationGroup
The group of locations associated with this commodityLocationGroup
LocationGroupLink. locationGroup
The lcoation group that has been pulled in.Methods in com.sgs.common.database that return LocationGroup Modifier and Type Method Description LocationGroup
Commodity. getLocationGroup()
LocationGroup
LocationGroupLink. getLocationGroup()
Methods in com.sgs.common.database with parameters of type LocationGroup Modifier and Type Method Description void
Commodity. setLocationGroup(LocationGroup locationGroup)
void
LocationGroupLink. setLocationGroup(LocationGroup locationGroup)
-