com.bea.netuix.application.identifier
Class Path

java.lang.Object
  extended by 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. Extending classes include 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.

Parameters
path - string value of the path.
Method Detail

getPath

public String getPath()
Returns
string value of the path.

setPath

public void setPath(String path)
Cannot be null.

Parameters
path - string value of the path.

equals

public boolean equals(Object o)
Overrides:
equals in class Object
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.

hashCode

public int hashCode()
Overrides:
hashCode in class Object
Returns
a hash code value for this object.


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.