net.sourceforge.jaulp.auth
Class SimpleAccessRight

java.lang.Object
  extended by net.sourceforge.jaulp.auth.SimpleAccessRight
All Implemented Interfaces:
java.io.Serializable, AccessRight

public class SimpleAccessRight
extends java.lang.Object
implements AccessRight

The Class SimpleAccessRight.

Version:
1.0
Author:
Asterios Raptis
See Also:
Serialized Form

Constructor Summary
SimpleAccessRight()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleAccessRight

public SimpleAccessRight()
Method Detail

getDescription

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

Specified by:
getDescription in interface AccessRight
Returns:
the description
See Also:
AccessRight.getDescription()

getName

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

Specified by:
getName in interface AccessRight
Returns:
the name
See Also:
AccessRight.getName()

setDescription

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

Specified by:
setDescription in interface AccessRight
Parameters:
description - the description
See Also:
AccessRight.setDescription(java.lang.String)

setName

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

Specified by:
setName in interface AccessRight
Parameters:
name - the name
See Also:
AccessRight.setName(java.lang.String)


Copyright © 2010. All Rights Reserved.