com.ail.core.configure.server
Class SetConfigurationArgImp

java.lang.Object
  extended by com.ail.core.Type
      extended by com.ail.core.command.CommandArgImp
          extended by com.ail.core.configure.server.SetConfigurationArgImp
All Implemented Interfaces:
CommandArg, SetConfigurationArg, java.io.Serializable, java.lang.Cloneable

public class SetConfigurationArgImp
extends CommandArgImp
implements SetConfigurationArg

Version:
$Revision: 1.2 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ail.core.Type
jXPathContext, NOT_PERSISTED
 
Constructor Summary
SetConfigurationArgImp()
          Default constructor
 
Method Summary
 Configuration getConfigurationArg()
          Fetch the value of the configurationarg argument.
 java.lang.String getNamespaceArg()
          Fetch the value of the namespacearg argument.
 void setConfigurationArg(Configuration configurationArg)
          Set the value of the configurationarg argument.
 void setNamespaceArg(java.lang.String namespaceArg)
          Set the value of the namespacearg argument.
 
Methods inherited from class com.ail.core.command.CommandArgImp
getCallersCore, setCallersCore
 
Methods inherited from class com.ail.core.Type
addAttribute, clone, 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

SetConfigurationArgImp

public SetConfigurationArgImp()
Default constructor

Method Detail

getNamespaceArg

public java.lang.String getNamespaceArg()
Fetch the value of the namespacearg argument. The name of the configuration namespace to be updated.

Specified by:
getNamespaceArg in interface SetConfigurationArg
Returns:
value of namespacearg
See Also:
setNamespaceArg(java.lang.String)

setNamespaceArg

public void setNamespaceArg(java.lang.String namespaceArg)
Set the value of the namespacearg argument. The name of the configuration namespace to be updated.

Specified by:
setNamespaceArg in interface SetConfigurationArg
Parameters:
namespaceArg - New value for namespaceArg argument.
See Also:
getNamespaceArg()

getConfigurationArg

public Configuration getConfigurationArg()
Fetch the value of the configurationarg argument. The configuration to save.

Specified by:
getConfigurationArg in interface SetConfigurationArg
Returns:
value of configurationArg
See Also:
setConfigurationArg(com.ail.core.configure.Configuration)

setConfigurationArg

public void setConfigurationArg(Configuration configurationArg)
Set the value of the configurationarg argument. The configuration to save.

Specified by:
setConfigurationArg in interface SetConfigurationArg
Parameters:
configurationArg - New value for configurationArg argument.
See Also:
getConfigurationArg()