|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.kmr.scam.URI
Data-holder for an URI and a Manifest describing where the URI belongs.
Title:
Description:
Copyright: Copyright (c) 2002
Company:
Constructor Summary | |
URI(String uri,
String displayName,
String parentUri,
String manifest)
Default constructor. |
Method Summary | |
boolean |
equals(Object o)
|
String |
getDisplayName()
Get the display name associated with the uri. |
String |
getManifest()
Get the Manifest identifier. |
String |
getParentUri()
Get the uri to parent item. |
String |
getURI()
Get the "real" URI. |
String |
toString()
Get a printable representation of the uri |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public URI(String uri, String displayName, String parentUri, String manifest)
uri
- The URI valuedisplayName
- a displayable name associated with the urimanifest
- The Manifest identifierMethod Detail |
public String getURI()
public String getManifest()
public String getDisplayName()
public String getParentUri()
public String toString()
public boolean equals(Object o)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |