com.ail.core.configure.server
Interface CatalogCarArg

All Superinterfaces:
CommandArg, java.io.Serializable
All Known Implementing Classes:
CatalogCarArgImp, CatalogCarCommand

public interface CatalogCarArg
extends CommandArg

Version:
$Revision: 1.2 $

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 interface com.ail.core.command.CommandArg
getCallersCore, setCallersCore
 

Method Detail

getNamespacesRet

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

Returns:
Value of namespacesRet, or null if it is unset

setNamespacesRet

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

Parameters:
namespacesRet - new value for property.
See Also:
getNamespacesRet()

getCarArg

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

Returns:
Value of carArg, or null if it is unset

setCarArg

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

Parameters:
carArg - new value for property.