net.sourceforge.mflow.impl
Class ConfigurationImpl

java.lang.Object
  extended bynet.sourceforge.mflow.impl.ConfigurationImpl
All Implemented Interfaces:
Configuration

public class ConfigurationImpl
extends java.lang.Object
implements Configuration

Contains a copy of the configuration data for MFlow.

Version:
$Revision: 1.3 $
Author:
David Carr

Method Summary
 MsgFlowComponent[] getComponents()
          Accessor for the component array
 ContactGroup getContacts()
          Accessor for the root ContactGroup
 Contact getIdentity()
          Accessor for the identity
 void setComponents(MsgFlowComponent[] cs)
          Mutator for the component array
 void setContacts(ContactGroup cg)
          Mutator for the root ContactGroup
 void setIdentity(Contact c)
          Mutator for the identity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIdentity

public Contact getIdentity()
Description copied from interface: Configuration
Accessor for the identity

Specified by:
getIdentity in interface Configuration
Returns:
the identity Contact

setIdentity

public void setIdentity(Contact c)
Description copied from interface: Configuration
Mutator for the identity

Specified by:
setIdentity in interface Configuration
Parameters:
c - the new identity

getContacts

public ContactGroup getContacts()
Description copied from interface: Configuration
Accessor for the root ContactGroup

Specified by:
getContacts in interface Configuration
Returns:
the root ContactGroup

setContacts

public void setContacts(ContactGroup cg)
Description copied from interface: Configuration
Mutator for the root ContactGroup

Specified by:
setContacts in interface Configuration
Parameters:
cg - the new ContactGroup

getComponents

public MsgFlowComponent[] getComponents()
Description copied from interface: Configuration
Accessor for the component array

Specified by:
getComponents in interface Configuration
Returns:
the array of components

setComponents

public void setComponents(MsgFlowComponent[] cs)
Description copied from interface: Configuration
Mutator for the component array

Specified by:
setComponents in interface Configuration
Parameters:
cs - the new array of components


Copyright © 2002-2004 MFlow Group. All Rights Reserved.