org.opennms.acl.model
Interface GroupView

All Known Implementing Classes:
GroupDTO

public interface GroupView

GroupView interface.

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

Method Summary
 Boolean getEmptyUsers()
          getEmptyUsers
 List<?> getGroups()
          getGroups
 Integer getId()
          getId
 String getName()
          getName
 

Method Detail

getName

String getName()

getName

Returns:
Name of the Authority

getId

Integer getId()

getId

Returns:
Unique identifier

getGroups

List<?> getGroups()

getGroups

Returns:
List of authorities contained in this group

getEmptyUsers

Boolean getEmptyUsers()

getEmptyUsers

Returns:
a Boolean object.


Copyright © 2011. All Rights Reserved.