Hilbert II - Version 0.03.04

org.qedeq.kernel.dto.module
Class LocationVo

java.lang.Object
  extended byorg.qedeq.kernel.dto.module.LocationVo
All Implemented Interfaces:
Location

public class LocationVo
extends Object
implements Location

Describes the "physical" directory location for a module. This is a full or relative URL like: http://www.qedeq.org/principia/0_01_06/ or . or file:///qedeq/

Version:
$Revision: 1.6 $

Constructor Summary
LocationVo()
          Constructs an empty location description for a module.
LocationVo(String location)
          Constructs a location description for a module.
 
Method Summary
 boolean equals(Object obj)
           
 String getLocation()
          Get location for a module.
 int hashCode()
           
 void setLocation(String location)
          Set URL to "physical" directory location of module.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocationVo

public LocationVo(String location)
Constructs a location description for a module. The location parameter contains an URL that points to a directory. This is a full or relative URL like: http://www.qedeq.org/principia/0_01_06/ or . or file:///qedeq/ Here it is not tested that it is a formal correct URL.

Parameters:
location - URL directory location.

LocationVo

public LocationVo()
Constructs an empty location description for a module.

Method Detail

setLocation

public final void setLocation(String location)
Set URL to "physical" directory location of module. The location parameter contains an URL that points to a directory. This is a full or relative URL like: http://www.qedeq.org/principia/0_01_06/ or . or file:///qedeq/ Here it is not tested that it is a formal correct URL.

Parameters:
location - URL directory location.

getLocation

public final String getLocation()
Description copied from interface: Location
Get location for a module. The location parameter contains an URL that points to a directory. This is a full or relative URL like: http://www.qedeq.org/principia/0_01_06/ or . or file:///qedeq/

Specified by:
getLocation in interface Location
Returns:
URL directory location.

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()

Hilbert II - Version 0.03.04

©left GNU General Public Licence
All Rights Reserved.