se.kmr.scam
Class URI

java.lang.Object
  extended byse.kmr.scam.URI
All Implemented Interfaces:
Serializable

public class URI
extends Object
implements Serializable

Data-holder for an URI and a Manifest describing where the URI belongs.

Title:

Description:

Copyright: Copyright (c) 2002

Company:

Version:
1.0
Author:
jand
See Also:
Serialized Form

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

URI

public URI(String uri,
           String displayName,
           String parentUri,
           String manifest)
Default constructor.

Parameters:
uri - The URI value
displayName - a displayable name associated with the uri
manifest - The Manifest identifier
Method Detail

getURI

public String getURI()
Get the "real" URI.

Returns:
URI

getManifest

public String getManifest()
Get the Manifest identifier.

Returns:
Manifest identity

getDisplayName

public String getDisplayName()
Get the display name associated with the uri.

Returns:
the display namne value

getParentUri

public String getParentUri()
Get the uri to parent item.

Returns:
the uri of prent item

toString

public String toString()
Get a printable representation of the uri

Returns:
a String representation of the uri

equals

public boolean equals(Object o)


Copyright © 2003 SCAM. All Rights Reserved.