com.bea.netuix.application.identifier
Class Path
java.lang.Object
  
com.bea.netuix.application.identifier.Path
- All Implemented Interfaces: 
 - Serializable
 
- Direct Known Subclasses: 
 - DesktopPath, PortalPath
 
- public class Path
- extends Object
- implements Serializable
   
Base class for all path based entities.
 Known extending classes
 PortalPath DesktopPath
- See Also:
 - Serialized Form
 
| 
Constructor Summary | 
Path(String path)
 
          Cannot be null. | 
 
 
 
Path
public Path(String path)
- Cannot be null.
 
equals
public boolean equals(Object o)
 
- Parameters:
 o - a Path object to compare to this Path.
- Returns:
 true if this Path object is the same as the Path
         object argument; false otherwise.
 
getPath
public String getPath()
 
- Returns:
 - string value of the path.
 
 
hashCode
public int hashCode()
 
- Returns:
 - a hash code value for this object.
 
 
setPath
public void setPath(String path)
- Cannot be null.
 
- Parameters:
 path - string value of the path.
 
 
Copyright © 2004 BEA Systems, Inc. All Rights Reserved