|
Hilbert II - Version 0.02.01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.bo.module.LocationBo
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/
| 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 |
public LocationBo(String location)
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.
location - URL directory location.public LocationBo()
| Method Detail |
public final void setLocation(String location)
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.
location - URL directory location.public final String getLocation()
Locationlocation
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/
getLocation in interface Locationpublic boolean equals(Object obj)
public int hashCode()
public String toString()
|
Hilbert II - Version 0.02.01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |