|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.netuix.application.identifier.Path
public class Path
Base class for all path-based entities. Extending classes include PortalPath DesktopPath
| 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 |
|---|
public Path(String path)
path - string value of the path.| Method Detail |
|---|
public String getPath()
public void setPath(String path)
path - string value of the path.public boolean equals(Object o)
equals in class Objecto - a Path object to compare to this Path.true if this Path object is the same as the Path object argument; false otherwise.public int hashCode()
hashCode in class Object
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.