| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.mflow.impl.ConfigurationImpl
Contains a copy of the configuration data for MFlow.
| 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 | 
|---|
public Contact getIdentity()
Configuration
getIdentity in interface Configurationpublic void setIdentity(Contact c)
Configuration
setIdentity in interface Configurationc - the new identitypublic ContactGroup getContacts()
Configuration
getContacts in interface Configurationpublic void setContacts(ContactGroup cg)
Configuration
setContacts in interface Configurationcg - the new ContactGrouppublic MsgFlowComponent[] getComponents()
Configuration
getComponents in interface Configurationpublic void setComponents(MsgFlowComponent[] cs)
Configuration
setComponents in interface Configurationcs - the new array of components
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||