jfreerails.move
Class RemoveCargoBundleMove

java.lang.Object
  extended by jfreerails.move.RemoveItemFromListMove
      extended by jfreerails.move.RemoveCargoBundleMove
All Implemented Interfaces:
java.io.Serializable, ListMove, Move, FreerailsSerializable

public class RemoveCargoBundleMove
extends RemoveItemFromListMove

This move removes a cargo bundle from the cargo bundle list.

Author:
Luke
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
RemoveCargoBundleMove(int i, ImmutableCargoBundle item, FreerailsPrincipal p)
           
 
Method Summary
 
Methods inherited from class jfreerails.move.RemoveItemFromListMove
doMove, equals, getAfter, getBefore, getIndex, getKey, getPrincipal, hashCode, tryDoMove, tryUndoMove, undoMove
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

RemoveCargoBundleMove

public RemoveCargoBundleMove(int i,
                             ImmutableCargoBundle item,
                             FreerailsPrincipal p)