Class MrService
- java.lang.Object
-
- org.optaplanner.examples.common.domain.AbstractPersistable
-
- org.optaplanner.examples.machinereassignment.domain.MrService
-
public class MrService extends AbstractPersistable
-
-
Field Summary
-
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MrService>getFromDependencyServiceList()intgetLocationSpread()List<MrService>getToDependencyServiceList()voidsetFromDependencyServiceList(List<MrService> fromDependencyServiceList)voidsetLocationSpread(int locationSpread)voidsetToDependencyServiceList(List<MrService> toDependencyServiceList)-
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId, toString
-
-
-
-
Method Detail
-
setToDependencyServiceList
public void setToDependencyServiceList(List<MrService> toDependencyServiceList)
-
setFromDependencyServiceList
public void setFromDependencyServiceList(List<MrService> fromDependencyServiceList)
-
getLocationSpread
public int getLocationSpread()
-
setLocationSpread
public void setLocationSpread(int locationSpread)
-
-