OptaPlanner distribution 6.0.0.Beta3

org.optaplanner.examples.vehiclerouting.domain.timewindowed
Class VrpTimeWindowedCustomer

java.lang.Object
  extended by org.optaplanner.examples.common.domain.AbstractPersistable
      extended by org.optaplanner.examples.vehiclerouting.domain.VrpCustomer
          extended by org.optaplanner.examples.vehiclerouting.domain.timewindowed.VrpTimeWindowedCustomer
All Implemented Interfaces:
Serializable, Comparable<AbstractPersistable>, VrpAppearance

public class VrpTimeWindowedCustomer
extends VrpCustomer

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.optaplanner.examples.vehiclerouting.domain.VrpCustomer
demand, location, previousAppearance
 
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
VrpTimeWindowedCustomer()
           
 
Method Summary
 int getDueTime()
           
 int getReadyTime()
           
 int getServiceTime()
           
 String getTimeWindowLabel()
           
 void setDueTime(int dueTime)
           
 void setReadyTime(int readyTime)
           
 void setServiceTime(int serviceTime)
           
 
Methods inherited from class org.optaplanner.examples.vehiclerouting.domain.VrpCustomer
getDemand, getDistanceTo, getDistanceToPreviousAppearance, getLocation, getPreviousAppearance, getVehicle, setDemand, setLocation, setPreviousAppearance, solutionEquals, solutionHashCode, toString
 
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
compareTo, getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VrpTimeWindowedCustomer

public VrpTimeWindowedCustomer()
Method Detail

getReadyTime

public int getReadyTime()

setReadyTime

public void setReadyTime(int readyTime)

getDueTime

public int getDueTime()

setDueTime

public void setDueTime(int dueTime)

getServiceTime

public int getServiceTime()

setServiceTime

public void setServiceTime(int serviceTime)

getTimeWindowLabel

public String getTimeWindowLabel()

OptaPlanner distribution 6.0.0.Beta3

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.