se.kmr.scam.client.chain
Interface CommandChain

All Known Implementing Classes:
CommandChainImpl, DefaultCommandChain

public interface CommandChain

Interface for command chain objects

Version:
$Revision: 1.4 $
Author:
jorans
Created:
den 20 juni 2002

Method Summary
 String getName()
          Gets the name attribute of the CommandChain object
 void init(Map args)
          Initialize the CommandChain object
 void setName(String name)
          Sets the name attribute of the CommandChain object
 

Method Detail

setName

public void setName(String name)
Sets the name attribute of the CommandChain object

Parameters:
name - The new name value

getName

public String getName()
Gets the name attribute of the CommandChain object

Returns:
The name value

init

public void init(Map args)
Initialize the CommandChain object

Parameters:
args - use values from this set of values


Copyright © 2003 SCAM. All Rights Reserved.