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 LocationGroupCommodity. locationGroupThe group of locations associated with this commodityLocationGroupLocationGroupLink. locationGroupThe lcoation group that has been pulled in.Methods in com.sgs.common.database that return LocationGroup Modifier and Type Method Description LocationGroupCommodity. getLocationGroup()LocationGroupLocationGroupLink. getLocationGroup()Methods in com.sgs.common.database with parameters of type LocationGroup Modifier and Type Method Description voidCommodity. setLocationGroup(LocationGroup locationGroup)voidLocationGroupLink. setLocationGroup(LocationGroup locationGroup)
-