com.ail.core.configure.server
Class CatalogCarArgImp

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

public class CatalogCarArgImp
extends CommandArgImp
implements CatalogCarArg

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

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

CatalogCarArgImp

public CatalogCarArgImp()
Default constructor

Method Detail

getNamespacesRet

public java.util.Collection<java.lang.String> getNamespacesRet()
Getter for the namespacesRet property. A list of the configuration namespaces found in the car.

Specified by:
getNamespacesRet in interface CatalogCarArg
Returns:
@{inheritDoc}

setNamespacesRet

public void setNamespacesRet(java.util.Collection<java.lang.String> namespacesRet)
Setter for the namespacesArg property.

Specified by:
setNamespacesRet in interface CatalogCarArg
Parameters:
namespacesRet - @{inheritDoc}
See Also:
CatalogCarArg.getNamespacesRet()

getCarArg

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

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

setCarArg

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

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