vitro.plane
Class PlaneAction

java.lang.Object
  extended by vitro.plane.PlaneAction
All Implemented Interfaces:
Action
Direct Known Subclasses:
CreateAction, DestroyAction, VelocityAction

public abstract class PlaneAction
extends Object
implements Action


Field Summary
protected  Plane model
           
 
Constructor Summary
protected PlaneAction(Plane model)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface vitro.Action
apply, undo
 

Field Detail

model

protected final Plane model
Constructor Detail

PlaneAction

protected PlaneAction(Plane model)