c408h008.common.command
Class OECommandDelete

java.lang.Object
  extended byc408h008.common.command.OECommandDelete

public class OECommandDelete
extends java.lang.Object

Stores the string of text to delete.


Constructor Summary
OECommandDelete()
          Constructs a new delete command.
 
Method Summary
 java.lang.String getWord()
          Gets the string of text to be deleted.
 void setWord(java.lang.String word)
          Sets the string of text to be deleted.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OECommandDelete

public OECommandDelete()
Constructs a new delete command.

Method Detail

getWord

public java.lang.String getWord()
Gets the string of text to be deleted.

Returns:
The string of text to be deleted.

setWord

public void setWord(java.lang.String word)
Sets the string of text to be deleted.

Parameters:
word - The string of text to be deleted.