CStockage 4.2_beta-RC-1
API Documentation

org.esupportail.portal.channels.CStockage.config
Class AuthorizationSpaceParameter

java.lang.Object
  extended byorg.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


Constructor Summary
AuthorizationSpaceParameter()
           
 
Method Summary
 java.lang.Object clone()
          Clone the object
 java.lang.String getAttribute()
           
 java.lang.String getValue()
           
 void setAttribute(java.lang.String attribute)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorizationSpaceParameter

public AuthorizationSpaceParameter()
Method Detail

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


CStockage 4.2_beta-RC-1
API Documentation