|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.se.dto.module.LocationVo
public class LocationVo
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 | |
|---|---|
LocationVo()
Constructs an empty location description for a module. |
|
LocationVo(java.lang.String location)
Constructs a location description for a module. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getLocation()
Get location for a module. |
int |
hashCode()
|
void |
setLocation(java.lang.String location)
Set URL to "physical" directory location of module. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LocationVo(java.lang.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 LocationVo()
| Method Detail |
|---|
public final void setLocation(java.lang.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 java.lang.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(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||