org.opennms.acl.model
Interface AuthorityView

All Known Implementing Classes:
AuthorityDTO

public interface AuthorityView

Read-only interface to expose an Authority

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

Method Summary
 String getDescription()
          getDescription
 Integer getId()
          getId
 List<?> getItems()
          getItems
 String getName()
          getName
 

Method Detail

getName

String getName()

getName

Returns:
Name of the Authority

getId

Integer getId()

getId

Returns:
Unique identifier

getItems

List<?> getItems()

getItems

Returns:
List of items managed by this authority

getDescription

String getDescription()

getDescription

Returns:
Description of the Authority


Copyright © 2011. All Rights Reserved.