fr.cnes.sitools.client.model
Class Url

java.lang.Object
  extended by fr.cnes.sitools.client.model.Url

public class Url
extends java.lang.Object

Class for url coming from sitools.properties

Author:
b.fiorito (AKKA Technologies)

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

Url

public Url(java.lang.String key2,
           java.lang.String value)
Constructor with key and value

Parameters:
key2 - the key
value - the value
Method Detail

getUrl

public java.lang.String getUrl()
Gets the url value

Returns:
the url

setUrl

public void setUrl(java.lang.String url)
Sets the value of url

Parameters:
url - the url to set

getName

public java.lang.String getName()
Gets the name value

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the value of name

Parameters:
name - the name to set

getLastmod

public java.util.Date getLastmod()
Gets the lastmod value

Returns:
the lastmod

setLastmod

public void setLastmod(java.util.Date lastmod)
Sets the value of lastmod

Parameters:
lastmod - the lastmod to set


Copyright © 2010-2013 CNES. All Rights Reserved.