com.ail.core.configure.server
Class GetNamespacesArgImp

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

public class GetNamespacesArgImp
extends CommandArgImp
implements GetNamespacesArg

Concrete implementation of the GetConfigurationArg interface.

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

Field Summary
 
Fields inherited from class com.ail.core.Type
jXPathContext, NOT_PERSISTED
 
Constructor Summary
GetNamespacesArgImp()
           
 
Method Summary
 java.util.Collection<java.lang.String> getNamespaces()
          Get the namespace collection.
 void setNamespaces(java.util.Collection<java.lang.String> namespaces)
          Set the namespaces collection attribute.
 
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

GetNamespacesArgImp

public GetNamespacesArgImp()
Method Detail

setNamespaces

public void setNamespaces(java.util.Collection<java.lang.String> namespaces)
Set the namespaces collection attribute. This collections contains Strings, each representing a namespace.

Specified by:
setNamespaces in interface GetNamespacesArg

getNamespaces

public java.util.Collection<java.lang.String> getNamespaces()
Get the namespace collection.

Specified by:
getNamespaces in interface GetNamespacesArg
Returns:
The collection of instances of ConfigurationSummary
See Also:
GetNamespacesArg.setNamespaces(java.util.Collection)