com.ail.core.configure.server
Class GetNamespacesHistoryArgImp
java.lang.Object
com.ail.core.Type
com.ail.core.command.CommandArgImp
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
| 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 |
GetNamespacesHistoryArgImp
public GetNamespacesHistoryArgImp()
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.