c408h008.common.command
Class OECommandInsert

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

public class OECommandInsert
extends java.lang.Object

Stores the string of text to insert.


Constructor Summary
OECommandInsert()
          Constructs a new insert command.
 
Method Summary
 java.lang.String getWord()
          Gets the string of text to be inserted.
 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

OECommandInsert

public OECommandInsert()
Constructs a new insert command.

Method Detail

getWord

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

Returns:
The string of text to be inserted.

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.