be.SIRAPRISE.client
Class DmlNonAssignmentCommand

java.lang.Object
  extended by be.SIRAPRISE.client.DmlCommand
      extended by be.SIRAPRISE.client.DmlNonAssignmentCommand

public abstract class DmlNonAssignmentCommand
extends DmlCommand

A DmlNonAssignmentCommand is any command that doesn't perform some kind of update in the database.

Author:
Erwin Smout

Constructor Summary
DmlNonAssignmentCommand()
           
 
Method Summary
 
Methods inherited from class be.SIRAPRISE.client.DmlCommand
getCommand, getServerCommand
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DmlNonAssignmentCommand

public DmlNonAssignmentCommand()