|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.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 Configuration
public void setIdentity(Contact c)
Configuration
setIdentity
in interface Configuration
c
- the new identitypublic ContactGroup getContacts()
Configuration
getContacts
in interface Configuration
public void setContacts(ContactGroup cg)
Configuration
setContacts
in interface Configuration
cg
- the new ContactGrouppublic MsgFlowComponent[] getComponents()
Configuration
getComponents
in interface Configuration
public void setComponents(MsgFlowComponent[] cs)
Configuration
setComponents
in interface Configuration
cs
- the new array of components
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |