Uses of Class
com.sgs.common.database.BatchConsumption
-
Packages that use BatchConsumption 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 BatchConsumption in com.sgs.common.database
Methods in com.sgs.common.database that return BatchConsumption Modifier and Type Method Description BatchConsumption
Bag. getBatchConsumption()
BatchConsumption
SystemLog. getConsumption()
Methods in com.sgs.common.database with parameters of type BatchConsumption Modifier and Type Method Description void
Bag. setBatchConsumption(BatchConsumption batchConsumption)
void
SystemLog. setConsumption(BatchConsumption consumption)
-