|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.client.model.Url
public class Url
Class for url coming from sitools.properties
Constructor Summary | |
---|---|
Url(java.lang.String key2,
java.lang.String value)
Constructor with key and value |
Method Summary | |
---|---|
java.util.Date |
getLastmod()
Gets the lastmod value |
java.lang.String |
getName()
Gets the name value |
java.lang.String |
getUrl()
Gets the url value |
void |
setLastmod(java.util.Date lastmod)
Sets the value of lastmod |
void |
setName(java.lang.String name)
Sets the value of name |
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(java.lang.String key2, java.lang.String value)
key2
- the keyvalue
- the valueMethod Detail |
---|
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- the url to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic java.util.Date getLastmod()
public void setLastmod(java.util.Date lastmod)
lastmod
- the lastmod to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |