Hilbert II - Version 0.02.01

org.qedeq.kernel.bo.module
Class LocationBo

java.lang.Object
  extended byorg.qedeq.kernel.bo.module.LocationBo
All Implemented Interfaces:
Location

public final class LocationBo
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.3 $

Constructor Summary
LocationBo()
          Constructs an empty location description for a module.
LocationBo(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 location description for a module.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocationBo

public LocationBo(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.

LocationBo

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

Method Detail

setLocation

public final void setLocation(String location)
Set 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.

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.02.01

©left GNU General Public Licence
All Rights Reserved.