Esri Geoportal Server
1.0

com.esri.gpt.framework.resource.common
Class UuidUri

java.lang.Object
  extended by com.esri.gpt.framework.resource.common.UuidUri
All Implemented Interfaces:
SourceUri

public class UuidUri
extends Object
implements SourceUri

UUID-based source URI.


Constructor Summary
UuidUri(String uuid)
          Creates instance of the source URI.
 
Method Summary
 String asString()
          Provides pure string representation of the Source URI.
 boolean equals(Object sourceUri)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UuidUri

public UuidUri(String uuid)
Creates instance of the source URI.

Parameters:
uuid - base uuid
Method Detail

equals

public boolean equals(Object sourceUri)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

asString

public String asString()
Description copied from interface: SourceUri
Provides pure string representation of the Source URI.

Specified by:
asString in interface SourceUri
Returns:
pure string representation of the Source URI

toString

public String toString()
Overrides:
toString in class Object

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.