org.esupportail.portal.channels.CIntranet.beans
Class Path

java.lang.Object
  extended byorg.esupportail.portal.channels.CIntranet.beans.Path

public class Path
extends java.lang.Object

Path

Cette classe permet de manipuler les informations relatives au chemin d'un dossier
En réalité, cette classe conserve la liste des dossiers traversés depuis la racine
jusqu'au dossier courant

(c)Copyright ESup-Portail 2004

Version:
2.0
Author:
Mathieu Larchet

Constructor Summary
Path(java.util.Collection path)
          Constructeur
 
Method Summary
 java.util.Collection getPath()
          Le chemin du dossier
 void setPath(java.util.Collection path)
          Le chemin du dossier
 java.lang.String toXMLString()
          La représentation XML de ce chemin
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Path

public Path(java.util.Collection path)
Constructeur

Parameters:
path -
Method Detail

setPath

public void setPath(java.util.Collection path)
Le chemin du dossier

Parameters:
path -

getPath

public java.util.Collection getPath()
Le chemin du dossier

Returns:

toXMLString

public java.lang.String toXMLString()
La représentation XML de ce chemin

Returns: