net.sourceforge.mflow.impl
Class ContactManagerImpl

java.lang.Object
  extended bynet.sourceforge.mflow.impl.ContactManagerImpl
All Implemented Interfaces:
ContactManager

public class ContactManagerImpl
extends java.lang.Object
implements 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstances

public Contact[] getInstances()
Specified by:
getInstances in interface ContactManager
Returns:
all instances of Contact

newInstance

public Contact newInstance()
Specified by:
newInstance in interface ContactManager
Returns:
a new instance of Contact

getContactGroup

public ContactGroup getContactGroup()
Specified by:
getContactGroup in interface ContactManager
Returns:
the master ContactGroup

setContactGroup

public void setContactGroup(ContactGroup cg)
Specified by:
setContactGroup in interface ContactManager
Parameters:
cg - the new master ContactGroup

getIdentity

public Contact getIdentity()
Specified by:
getIdentity in interface ContactManager
Returns:
the Contact for the current identity

setIdentity

public void setIdentity(Contact identity)
Specified by:
setIdentity in interface ContactManager
Parameters:
identity - the Contact for the new identity to set


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