net.dpml.transit.tools
Class MapDataType

java.lang.Object
  extended bynet.dpml.transit.tools.MapDataType

public class MapDataType
extends Object

Utility class that declares a map between a urn and a plugin uri.

Version:
1.0.0
Author:
The Digital Product Meta Library

Constructor Summary
MapDataType()
           
 
Method Summary
 URI getURI()
          Get the uri value.
 String getURN()
          Get the urn value.
 void setUri(URI uri)
          Set the uri value.
 void setUrn(String urn)
          Set the urn value.
 String toString()
          Return the string representing of this instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapDataType

public MapDataType()
Method Detail

setUrn

public void setUrn(String urn)
Set the urn value.

Parameters:
urn - the urn

getURN

public String getURN()
Get the urn value.

Returns:
the urn

setUri

public void setUri(URI uri)
Set the uri value.

Parameters:
uri - the uri

getURI

public URI getURI()
Get the uri value.

Returns:
the uri

toString

public String toString()
Return the string representing of this instance.

Returns:
the string value