Drools Planner distribution 6.0.0.Alpha9

org.drools.planner.examples.vehiclerouting.domain
Class VrpDepot

java.lang.Object
  extended by org.drools.planner.examples.common.domain.AbstractPersistable
      extended by org.drools.planner.examples.vehiclerouting.domain.VrpDepot
All Implemented Interfaces:
Serializable, Comparable<AbstractPersistable>

public class VrpDepot
extends AbstractPersistable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.drools.planner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
VrpDepot()
           
 
Method Summary
 VrpLocation getLocation()
           
 void setLocation(VrpLocation location)
           
 
Methods inherited from class org.drools.planner.examples.common.domain.AbstractPersistable
compareTo, getId, setId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VrpDepot

public VrpDepot()
Method Detail

getLocation

public VrpLocation getLocation()

setLocation

public void setLocation(VrpLocation location)

Drools Planner distribution 6.0.0.Alpha9

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