Uses of Class
com.sgs.common.database.WavePick
-
Packages that use WavePick 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 WavePick in com.sgs.common.database
Fields in com.sgs.common.database declared as WavePick Modifier and Type Field Description WavePick
SalesOrder. allocatedToWave
TheWavePick
that this order is allocated toMethods in com.sgs.common.database that return WavePick Modifier and Type Method Description WavePick
SalesOrder. getAllocatedToWave()
Methods in com.sgs.common.database with parameters of type WavePick Modifier and Type Method Description void
SalesOrder. setAllocatedToWave(WavePick allocatedToWave)
-