com.hardcode.gdbms.engine.data.command
Class AbstractCommand

java.lang.Object
  extended by com.hardcode.gdbms.engine.data.command.AbstractCommand
Direct Known Subclasses:
AlphanumericDeleteCommand, AlphanumericInsertAtCommand, AlphanumericInsertCommand, IndexedSpatialDeleteCommand, IndexedSpatialInsertCommand, ModifyCommand, SpatialDeleteCommand, SpatialInsertAtCommand, SpatialInsertCommand

public class AbstractCommand
extends java.lang.Object


Field Summary
protected  CommandStack commandStack
           
protected  EditableDataSource dataSource
           
protected  int index
           
 
Constructor Summary
AbstractCommand(int index, EditableDataSource dataSource, CommandStack commandStack)
           
 
Method Summary
protected  int getIndex()
           
protected  void setIndex(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

protected int index

dataSource

protected EditableDataSource dataSource

commandStack

protected CommandStack commandStack
Constructor Detail

AbstractCommand

public AbstractCommand(int index,
                       EditableDataSource dataSource,
                       CommandStack commandStack)
Method Detail

getIndex

protected int getIndex()

setIndex

protected void setIndex(int index)


Copyright © 2005-2006 . All Rights Reserved.