c408h008.common.command
Class OECommandRemoveGuard

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

public class OECommandRemoveGuard
extends java.lang.Object

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


Constructor Summary
OECommandRemoveGuard()
          Constructs a new remove guard 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

OECommandRemoveGuard

public OECommandRemoveGuard()
Constructs a new remove guard 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.