© 2003 BEA Systems, Inc.

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)
          Ctor
 
Method Summary
 boolean equals(Object o)
           
 String getPath()
          Returns path.
 int hashCode()
           
 void setPath(String path)
          Sets path
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Path

public Path(String path)
Ctor

Parameters:
path -
Method Detail

getPath

public String getPath()
Returns path.


setPath

public void setPath(String path)
Sets path

Parameters:
path -

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved