be.SIRAPRISE.client
Class DmlAssignmentCommand

java.lang.Object
  extended by be.SIRAPRISE.client.DmlCommand
      extended by be.SIRAPRISE.client.DmlAssignmentCommand
Direct Known Subclasses:
DmlMultipleAssignmentCommand, DmlSingleAssignmentCommand

public abstract class DmlAssignmentCommand
extends DmlCommand

A DmlAssignmentCommand is any command that performs some kind of update in the database.

Author:
Erwin Smout

Constructor Summary
DmlAssignmentCommand()
           
 
Method Summary
 ServerAssignmentCommand getServerAssignmentCommand()
          Gets the ServerAssignmentCommand object representing this dml command
 
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

DmlAssignmentCommand

public DmlAssignmentCommand()
Method Detail

getServerAssignmentCommand

public final ServerAssignmentCommand getServerAssignmentCommand()
Gets the ServerAssignmentCommand object representing this dml command

Returns:
the ServerAssignmentCommand object representing this dml command