CStockage 4.2_beta-RC-1
API Documentation

org.esupportail.portal.channels.CStockage.spacesPersonalization.target
Class OtherPrincipalForPersonalization

java.lang.Object
  extended byorg.esupportail.portal.channels.CStockage.userManagement.AbstractUser
      extended byorg.esupportail.portal.channels.CStockage.spacesPersonalization.target.OtherPrincipalForPersonalization

public class OtherPrincipalForPersonalization
extends AbstractUser

Id: OtherPrincipalForPersonalization.java,v 1.0 12 sept. 2005 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: OtherPrincipalForPersonalization Original Author: Yohan Colmant Represents a principal who is not a user or a group for the management during the personalization


Constructor Summary
OtherPrincipalForPersonalization()
          Default constructor
OtherPrincipalForPersonalization(java.lang.String key)
          Constructor
 
Method Summary
 java.lang.Object clone()
          Clone this object to another similary one
 boolean equals(java.lang.Object o)
          Compare this object to another one
 Personalization getPersonalization()
           
 java.lang.String toString()
          Return a String from this user
 
Methods inherited from class org.esupportail.portal.channels.CStockage.userManagement.AbstractUser
getDisplayName, getKey, setDisplayName, setKey
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OtherPrincipalForPersonalization

public OtherPrincipalForPersonalization()
Default constructor


OtherPrincipalForPersonalization

public OtherPrincipalForPersonalization(java.lang.String key)
                                 throws PropertiesException
Constructor

Parameters:
key - The key
Method Detail

getPersonalization

public Personalization getPersonalization()
Returns:
Returns the personalization.

clone

public java.lang.Object clone()
Clone this object to another similary one

Returns:
this cloned object

equals

public boolean equals(java.lang.Object o)
Compare this object to another one

Overrides:
equals in class AbstractUser
Parameters:
o - the object to compare
Returns:
true if equals, false else

toString

public java.lang.String toString()
Return a String from this user

Overrides:
toString in class AbstractUser
Returns:
a String from this user

CStockage 4.2_beta-RC-1
API Documentation