Uses of Class
com.sgs.common.database.CycleCountRun
-
Packages that use CycleCountRun 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 CycleCountRun in com.sgs.common.database
Fields in com.sgs.common.database declared as CycleCountRun Modifier and Type Field Description CycleCountRun
SystemLog. cycleCountRun
A reference to a CycleCountRunCycleCountRun
StockLocation. lastCycleCountRun
A reference to the last Cycle Count that was performedMethods in com.sgs.common.database that return CycleCountRun Modifier and Type Method Description CycleCountRun
SystemLog. getCycleCountRun()
CycleCountRun
StockLocation. getLastCycleCountRun()
Methods in com.sgs.common.database with parameters of type CycleCountRun Modifier and Type Method Description void
SystemLog. setCycleCountRun(CycleCountRun cycleCountRun)
void
StockLocation. setLastCycleCountRun(CycleCountRun lastCycleCountRun)
-