© 2005 BEA Systems, Inc.

com.bea.netuix.application.identifier
Class Path

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

Constructor Detail

Path

public Path(String path)
Cannot be null.

Method Detail

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.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved