org.opennms.acl.factory
Class GroupFactoryImpl

java.lang.Object
  extended by org.opennms.acl.factory.GroupFactoryImpl
All Implemented Interfaces:
GroupFactory

@Service(value="groupFactory")
public class GroupFactoryImpl
extends Object
implements GroupFactory

GroupFactoryImpl class.

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

Constructor Summary
GroupFactoryImpl()
           
 
Method Summary
 Group getGroup(Integer id)
          getGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupFactoryImpl

public GroupFactoryImpl()
Method Detail

getGroup

public Group getGroup(Integer id)

getGroup

Specified by:
getGroup in interface GroupFactory
Parameters:
id - a Integer object.
Returns:
a Group object.


Copyright © 2011. All Rights Reserved.