org.ocopomo.contentrepositoryclient.publish.scenario
Class ACommand
java.lang.Object
org.ocopomo.contentrepositoryclient.publish.scenario.ACommand
- All Implemented Interfaces:
- ICommand
- Direct Known Subclasses:
- HtmlCommand, LinkCommand
public abstract class ACommand
- extends java.lang.Object
- implements ICommand
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ACommand
public ACommand()
getStart
public int getStart()
- Specified by:
getStart
in interface ICommand
setStart
public void setStart(int start)
- Specified by:
setStart
in interface ICommand
getEnd
public int getEnd()
- Specified by:
getEnd
in interface ICommand
setEnd
public void setEnd(int end)
- Specified by:
setEnd
in interface ICommand
getBody
public java.lang.String getBody()
- Specified by:
getBody
in interface ICommand
setBody
public void setBody(java.lang.String body)
- Specified by:
setBody
in interface ICommand
getCmd
public java.lang.String getCmd()
- Specified by:
getCmd
in interface ICommand
setCmd
public void setCmd(java.lang.String cmd)
- Specified by:
setCmd
in interface ICommand
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object