org.opennms.acl.factory
Interface GroupFactory

All Known Implementing Classes:
GroupFactoryImpl

public interface GroupFactory

Contract to retrieve a Group by id

Since:
jdk 1.5.0
Version:
$Id: $
Author:
Massimiliano Dessì (desmax74@yahoo.it)

Method Summary
 Group getGroup(Integer id)
          getGroup
 

Method Detail

getGroup

Group getGroup(Integer id)

getGroup

Parameters:
id - a Integer object.
Returns:
a Group object.


Copyright © 2011. All Rights Reserved.