com.ail.core.configure.server
Class GetNamespacesHistoryArgImp

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

public class GetNamespacesHistoryArgImp
extends CommandArgImp
implements GetNamespacesHistoryArg

Concrete implementation of the GetConfigurationArg interface.

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

Field Summary
 
Fields inherited from class com.ail.core.Type
jXPathContext, NOT_PERSISTED
 
Constructor Summary
GetNamespacesHistoryArgImp()
           
 
Method Summary
 java.lang.String getNamespaceArg()
          
 java.util.Collection<ConfigurationSummary> getNamespacesRet()
          Get the namespace collection.
 void setNamespaceArg(java.lang.String namespaceArg)
          The namespace arg tells the command which namespace to return the history for.
 void setNamespacesRet(java.util.Collection<ConfigurationSummary> namespacesRet)
          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

GetNamespacesHistoryArgImp

public GetNamespacesHistoryArgImp()
Method Detail

setNamespacesRet

public void setNamespacesRet(java.util.Collection<ConfigurationSummary> namespacesRet)
Set the namespaces collection attribute. This collections contains ConfigurationSummary, each representing a point in the namespace's history.

Specified by:
setNamespacesRet in interface GetNamespacesHistoryArg

getNamespacesRet

public java.util.Collection<ConfigurationSummary> getNamespacesRet()
Get the namespace collection.

Specified by:
getNamespacesRet in interface GetNamespacesHistoryArg
Returns:
The collection of instances of ConfigurationSummary
See Also:
#setNamespaces

getNamespaceArg

public java.lang.String getNamespaceArg()

Specified by:
getNamespaceArg in interface GetNamespacesHistoryArg
Returns:
The namespace to return the history for.
See Also:
GetNamespacesHistoryArg.setNamespaceArg(String)

setNamespaceArg

public void setNamespaceArg(java.lang.String namespaceArg)
The namespace arg tells the command which namespace to return the history for.

Specified by:
setNamespaceArg in interface GetNamespacesHistoryArg
Parameters:
namespaceArg - The namespace to return the history for.