java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.machinereassignment.domain.MrService

public class MrService extends AbstractPersistable
  • Constructor Details

    • MrService

      public MrService(long id)
  • Method Details

    • getToDependencyServiceList

      public List<MrService> getToDependencyServiceList()
    • setToDependencyServiceList

      public void setToDependencyServiceList(List<MrService> toDependencyServiceList)
    • getFromDependencyServiceList

      public List<MrService> getFromDependencyServiceList()
    • setFromDependencyServiceList

      public void setFromDependencyServiceList(List<MrService> fromDependencyServiceList)
    • getLocationSpread

      public int getLocationSpread()
    • setLocationSpread

      public void setLocationSpread(int locationSpread)