org.optaplanner.examples.vehiclerouting.domain.timewindowed
Class TimeWindowedDepot
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.vehiclerouting.domain.Depot
org.optaplanner.examples.vehiclerouting.domain.timewindowed.TimeWindowedDepot
- All Implemented Interfaces:
- Serializable, Comparable<AbstractPersistable>
public class TimeWindowedDepot
- extends Depot
- See Also:
- Serialized Form
Fields inherited from class org.optaplanner.examples.vehiclerouting.domain.Depot |
location |
TimeWindowedDepot
public TimeWindowedDepot()
getMilliReadyTime
public int getMilliReadyTime()
setMilliReadyTime
public void setMilliReadyTime(int milliReadyTime)
getMilliDueTime
public int getMilliDueTime()
setMilliDueTime
public void setMilliDueTime(int milliDueTime)
getTimeWindowLabel
public String getTimeWindowLabel()
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.