net.sourceforge.jaulp.auth.interfaces
Interface AccessRight

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
SimpleAccessRight

public interface AccessRight
extends java.io.Serializable

The Interface AccessRight.

Version:
1.0
Author:
Asterios Raptis

Method Summary
 java.lang.String getDescription()
          Returns the field description.
 java.lang.String getName()
          Returns the field name.
 void setDescription(java.lang.String description)
          Sets the field description.
 void setName(java.lang.String name)
          Sets the field name.
 

Method Detail

getDescription

java.lang.String getDescription()
Returns the field description.

Returns:
The field description.

setDescription

void setDescription(java.lang.String description)
Sets the field description.

Parameters:
description - The description to set

getName

java.lang.String getName()
Returns the field name.

Returns:
The field name.

setName

void setName(java.lang.String name)
Sets the field name.

Parameters:
name - The name to set


Copyright © 2010. All Rights Reserved.