fr.cnes.sitools.common.model
Class Url

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

public class Url
extends java.lang.Object

Class to store simple url

Author:
m.gond

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

Url

public Url()
Default constructor


Url

public Url(java.lang.String url)
Create a new Url with the given String url

Parameters:
url - the url String
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


Copyright © 2010-2013 CNES. All Rights Reserved.