c408h008.common.command
Class OECommandRemoveMark

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

public class OECommandRemoveMark
extends java.lang.Object

Stores the owning client's id of mark to be removed.


Constructor Summary
OECommandRemoveMark()
          Constructs a new remove mark command.
 
Method Summary
 java.lang.String getClientID()
          Gets the client's id.
 void setClientID(java.lang.String clientID)
          Sets the client's id.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OECommandRemoveMark

public OECommandRemoveMark()
Constructs a new remove mark command.

Method Detail

getClientID

public java.lang.String getClientID()
Gets the client's id.

Returns:
The owning client's id.

setClientID

public void setClientID(java.lang.String clientID)
Sets the client's id.

Parameters:
clientID - The owning client's id.