se.kmr.scam.client.chain.impl
Class DefaultCommandChain

java.lang.Object
  extended byse.kmr.scam.client.chain.impl.DefaultCommandChain
All Implemented Interfaces:
CommandChain

public class DefaultCommandChain
extends Object
implements CommandChain

Represents a default command chain object.

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

Constructor Summary
DefaultCommandChain()
          Constructor for the DefaultCommandChain object
 
Method Summary
 void add(Map args)
          Add a set of commands to this object
 String getName()
          Gets the name attribute of the DefaultCommandChain object
 void init(Map args)
          Initializes the object.
 void setName(String name)
          Sets the name attribute of the DefaultCommandChain object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCommandChain

public DefaultCommandChain()
Constructor for the DefaultCommandChain object

Method Detail

setName

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

Specified by:
setName in interface CommandChain
Parameters:
name - The new name value

getName

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

Specified by:
getName in interface CommandChain
Returns:
The name value

init

public void init(Map args)
Initializes the object.

Specified by:
init in interface CommandChain
Parameters:
args - Initialize with values from this object

add

public void add(Map args)
Add a set of commands to this object

Parameters:
args - the set of commands.


Copyright © 2003 SCAM. All Rights Reserved.