Class Batch
- java.lang.Object
-
- org.optaplanner.examples.common.domain.AbstractPersistable
-
- org.optaplanner.examples.batchscheduling.domain.Batch
-
public class Batch extends AbstractPersistable
-
-
Field Summary
-
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
-
-
Constructor Summary
Constructors Constructor Description Batch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetDelayRangeValue()StringgetName()List<RoutePath>getRoutePathList()DoublegetVolume()voidsetDelayRangeValue(Long delayRangeValue)voidsetName(String name)voidsetRoutePathList(List<RoutePath> routePathList)voidsetVolume(Double volume)-
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId, toString
-
-