|
||||||||||
| 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.SetCommandScriptCommand
public class SetCommandScriptCommand
| Field Summary |
|---|
| Fields inherited from class com.ail.core.Type |
|---|
jXPathContext, NOT_PERSISTED |
| Constructor Summary | |
|---|---|
SetCommandScriptCommand()
|
|
| Method Summary | |
|---|---|
CommandArg |
getArgs()
Get the argument set associated with this command. |
java.lang.String |
getCommandNameArg()
Fetch the value of the commandNameArg argument. |
CommandScript |
getCommandScriptArg()
Fetch the value of the commandScriptArg argument. |
java.lang.String |
getCommandTypeArg()
Fetch the value of the commandTypeArg. |
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 |
setCommandScriptArg(CommandScript commandscriptarg)
Set the value of the commandScriptArg argument. |
void |
setCommandTypeArg(java.lang.String commandTypeArg)
Set the value of the commandTypeArg. |
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 SetCommandScriptCommand()
| 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 SetCommandScriptArgsetNamespaceArg(java.lang.String)public void setNamespaceArg(java.lang.String namespacearg)
setNamespaceArg in interface SetCommandScriptArgnamespacearg - New value for namespacearg argument.getNamespaceArg()public java.lang.String getCommandNameArg()
getCommandNameArg in interface SetCommandScriptArgsetCommandNameArg(java.lang.String)public void setCommandNameArg(java.lang.String commandnamearg)
setCommandNameArg in interface SetCommandScriptArgcommandnamearg - New value for commandnamearg argument.getCommandNameArg()public CommandScript getCommandScriptArg()
getCommandScriptArg in interface SetCommandScriptArgsetCommandScriptArg(com.ail.core.CommandScript)public void setCommandScriptArg(CommandScript commandscriptarg)
setCommandScriptArg in interface SetCommandScriptArgcommandscriptarg - New value for commandscriptarg argument.getCommandScriptArg()public java.lang.String getCommandTypeArg()
getCommandTypeArg in interface SetCommandScriptArgpublic void setCommandTypeArg(java.lang.String commandTypeArg)
setCommandTypeArg in interface SetCommandScriptArgcommandTypeArg - getCommandTypeArg()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||