net.sourceforge.mflow.api
Interface Configuration

All Known Implementing Classes:
ConfigurationImpl

public interface Configuration

Contains a copy of the configuration data for MFlow.

Version:
$Revision: 1.2 $
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
 

Method Detail

getIdentity

Contact getIdentity()
Accessor for the identity

Returns:
the identity Contact

setIdentity

void setIdentity(Contact c)
Mutator for the identity

Parameters:
c - the new identity

getContacts

ContactGroup getContacts()
Accessor for the root ContactGroup

Returns:
the root ContactGroup

setContacts

void setContacts(ContactGroup cg)
Mutator for the root ContactGroup

Parameters:
cg - the new ContactGroup

getComponents

MsgFlowComponent[] getComponents()
Accessor for the component array

Returns:
the array of components

setComponents

void setComponents(MsgFlowComponent[] cs)
Mutator for the component array

Parameters:
cs - the new array of components


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