|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectc408h008.common.command.OECommandGuard
Stores the start and end positions of the guarded text and the owning client's id.
Constructor Summary | |
---|---|
OECommandGuard()
Constructs a guard command. |
Method Summary | |
---|---|
java.lang.String |
getClientID()
Gets the client's id. |
int |
getStartPosition()
Gets the starting position of the guarded text. |
int |
getStopPosition()
Gets the ending position of the guarded text. |
void |
setClientID(java.lang.String clientID)
Sets the client's id. |
void |
setStartPosition(int startPosition)
Sets the start position of the guarded text. |
void |
setStopPosition(int stopPosition)
Sets the ending position of the guarded text. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OECommandGuard()
Method Detail |
public java.lang.String getClientID()
public void setClientID(java.lang.String clientID)
clientID
- The owning client's id.public int getStartPosition()
public int getStopPosition()
public void setStartPosition(int startPosition)
startPosition
- The starting position of guarded text.public void setStopPosition(int stopPosition)
stopPosition
- The ending position of guarded text.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |