com.ail.core.configure.server
Class DeployCarArgImp

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

public class DeployCarArgImp
extends CommandArgImp
implements DeployCarArg

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

Field Summary
 
Fields inherited from class com.ail.core.Type
jXPathContext, NOT_PERSISTED
 
Constructor Summary
DeployCarArgImp()
          Default constructor
 
Method Summary
 byte[] getCarArg()
          Getter for the carArg property.
 java.util.Collection<java.lang.String> getNamespacesArg()
          Getter for the namespacesArg property.
 void setCarArg(byte[] carArg)
          Setter for the carArg property.
 void setNamespacesArg(java.util.Collection<java.lang.String> namespacesArg)
          Setter for the namespacesArg property.
 
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

DeployCarArgImp

public DeployCarArgImp()
Default constructor

Method Detail

getNamespacesArg

public java.util.Collection<java.lang.String> getNamespacesArg()
Getter for the namespacesArg property. The configuration namespaces to be imported from the supplied par

Specified by:
getNamespacesArg in interface DeployCarArg
Returns:
@{inheritDoc}

setNamespacesArg

public void setNamespacesArg(java.util.Collection<java.lang.String> namespacesArg)
Setter for the namespacesArg property. * @see #getNamespacesArg

Specified by:
setNamespacesArg in interface DeployCarArg
Parameters:
namespacesArg - @{inheritDoc}

getCarArg

public byte[] getCarArg()
Getter for the carArg property. The par to import configurations from

Specified by:
getCarArg in interface DeployCarArg
Returns:
@{inheritDoc}

setCarArg

public void setCarArg(byte[] carArg)
Setter for the carArg property. * @see #getCarArg

Specified by:
setCarArg in interface DeployCarArg
Parameters:
parArg - @{inheritDoc}