org.ocopomo.contentrepositoryclient.publish.scenario
Class ACommand

java.lang.Object
  extended by 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


Constructor Summary
ACommand()
           
 
Method Summary
 java.lang.String getBody()
           
 java.lang.String getCmd()
           
 int getEnd()
           
 int getStart()
           
 void setBody(java.lang.String body)
           
 void setCmd(java.lang.String cmd)
           
 void setEnd(int end)
           
 void setStart(int start)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ACommand

public ACommand()
Method Detail

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