org.esupportail.portal.channels.CStockage.config
Class AuthorizationSpaceParameter
java.lang.Object
org.esupportail.portal.channels.CStockage.config.AuthorizationSpaceParameter
- public class AuthorizationSpaceParameter
- extends java.lang.Object
Id: AuthorizationSpaceParameter.java,v 1.0 9 juil. 2004
Copyright (c) 2004 Esup Portail (www.esup-portail.org)
Classes: AuthorizationSpaceParameter
Original Author: Yohan Colmant
This represents an attribute and a value a user has to have to access the specified space
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthorizationSpaceParameter
public AuthorizationSpaceParameter()
getAttribute
public java.lang.String getAttribute()
- Returns:
- Returns the attribute.
setAttribute
public void setAttribute(java.lang.String attribute)
- Parameters:
attribute
- The attribute to set.
getValue
public java.lang.String getValue()
- Returns:
- Returns the value.
setValue
public void setValue(java.lang.String value)
- Parameters:
value
- The value to set.
clone
public java.lang.Object clone()
- Clone the object