net.sourceforge.mflow.api
Interface ContactManager

All Known Implementing Classes:
ContactManagerImpl

public interface ContactManager

Manager for the Contacts

Version:
$Revision: 1.3 $
Author:
David Carr

Method Summary
 ContactGroup getContactGroup()
           
 Contact getIdentity()
           
 Contact[] getInstances()
           
 Contact newInstance()
           
 void setContactGroup(ContactGroup cg)
           
 void setIdentity(Contact identity)
           
 

Method Detail

getInstances

Contact[] getInstances()
Returns:
all instances of Contact

newInstance

Contact newInstance()
Returns:
a new instance of Contact

getContactGroup

ContactGroup getContactGroup()
Returns:
the master ContactGroup

setContactGroup

void setContactGroup(ContactGroup cg)
Parameters:
cg - the new master ContactGroup

getIdentity

Contact getIdentity()
Returns:
the Contact for the current identity

setIdentity

void setIdentity(Contact identity)
Parameters:
identity - the Contact for the new identity to set


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