|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ail.core.Type
com.ail.core.command.AbstractCommand
com.ail.core.command.Command
com.ail.core.configure.server.GetCommandScriptCommand
public class GetCommandScriptCommand
| Field Summary |
|---|
| Fields inherited from class com.ail.core.Type |
|---|
jXPathContext, NOT_PERSISTED |
| Constructor Summary | |
|---|---|
GetCommandScriptCommand()
|
|
| Method Summary | |
|---|---|
CommandArg |
getArgs()
Get the argument set associated with this command. |
java.lang.String |
getCommandNameArg()
Fetch the value of the commandNameArg argument. |
CommandScript |
getCommandScriptRet()
Fetch the value of the commandScriptRet argument. |
java.lang.String |
getNamespaceArg()
Fetch the value of the namespaceArg argument. |
void |
setArgs(CommandArg arg)
Update this Command object's arguments with those taken from the command arg passed in. |
void |
setCommandNameArg(java.lang.String commandnamearg)
Set the value of the commandNameArg argument. |
void |
setCommandScriptRet(CommandScript commandscriptret)
Set the value of the commandScriptRet argument. |
void |
setNamespaceArg(java.lang.String namespacearg)
Set the value of the namespaceArg argument. |
| Methods inherited from class com.ail.core.command.Command |
|---|
clone, getAccessor, getCallersCore, getConfiguration, getVersion, invoke, setAccessor, setCallersCore, setConfiguration, setService |
| Methods inherited from class com.ail.core.Type |
|---|
addAttribute, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ail.core.command.CommandArg |
|---|
getCallersCore, setCallersCore |
| Constructor Detail |
|---|
public GetCommandScriptCommand()
| Method Detail |
|---|
public void setArgs(CommandArg arg)
AbstractCommand
setArgs in class AbstractCommandarg - Source for argumentspublic CommandArg getArgs()
AbstractCommand
getArgs in class AbstractCommandpublic java.lang.String getNamespaceArg()
getNamespaceArg in interface GetCommandScriptArgsetNamespaceArg(java.lang.String)public void setNamespaceArg(java.lang.String namespacearg)
setNamespaceArg in interface GetCommandScriptArgnamespacearg - New value for namespacearg argument.getNamespaceArg()public java.lang.String getCommandNameArg()
getCommandNameArg in interface GetCommandScriptArgsetCommandNameArg(java.lang.String)public void setCommandNameArg(java.lang.String commandnamearg)
setCommandNameArg in interface GetCommandScriptArgcommandnamearg - New value for commandnamearg argument.getCommandNameArg()public CommandScript getCommandScriptRet()
getCommandScriptRet in interface GetCommandScriptArgsetCommandScriptRet(com.ail.core.CommandScript)public void setCommandScriptRet(CommandScript commandscriptret)
setCommandScriptRet in interface GetCommandScriptArgcommandscriptret - New value for commandscriptret argument.getCommandScriptRet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||