|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectc408h008.common.command.OECommandMark
Stores the mark position, name, and the owning client's id.
Constructor Summary | |
---|---|
OECommandMark()
Constructs a new mark command. |
Method Summary | |
---|---|
java.lang.String |
getClientID()
Gets the client's id. |
java.lang.String |
getMarkName()
Gets the mark's name. |
int |
getPosition()
Gets the position of the mark. |
void |
setClientID(java.lang.String clientID)
Sets the client's id. |
void |
setMarkName(java.lang.String markName)
Sets the mark's name. |
void |
setPosition(int position)
Sets the position of the mark. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OECommandMark()
Method Detail |
public java.lang.String getMarkName()
public void setMarkName(java.lang.String markName)
markName
- The name of the mark.public java.lang.String getClientID()
public void setClientID(java.lang.String clientID)
clientID
- The owning client's id.public int getPosition()
public void setPosition(int position)
position
- The position of the mark.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |