org.drools.planner.examples.machinereassignment.domain
Class MrMachineMoveCost

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

public class MrMachineMoveCost
extends AbstractPersistable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.drools.planner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
MrMachineMoveCost()
           
 
Method Summary
 MrMachine getFromMachine()
           
 int getMoveCost()
           
 MrMachine getToMachine()
           
 void setFromMachine(MrMachine fromMachine)
           
 void setMoveCost(int moveCost)
           
 void setToMachine(MrMachine toMachine)
           
 
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

MrMachineMoveCost

public MrMachineMoveCost()
Method Detail

getFromMachine

public MrMachine getFromMachine()

setFromMachine

public void setFromMachine(MrMachine fromMachine)

getToMachine

public MrMachine getToMachine()

setToMachine

public void setToMachine(MrMachine toMachine)

getMoveCost

public int getMoveCost()

setMoveCost

public void setMoveCost(int moveCost)


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