|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.common.model.Url
public class Url
Class to store simple url
Constructor Summary | |
---|---|
Url()
Default constructor |
|
Url(java.lang.String url)
Create a new Url with the given String url |
Method Summary | |
---|---|
java.lang.String |
getUrl()
Gets the url value |
void |
setUrl(java.lang.String url)
Sets the value of url |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Url()
public Url(java.lang.String url)
url
- the url StringMethod Detail |
---|
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- the url to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |