fr.cnes.sitools.project.model
Class LinkModel

java.lang.Object
  extended by fr.cnes.sitools.project.model.LinkModel

public class LinkModel
extends java.lang.Object

A simple model to store Links

Author:
m.gond

Constructor Summary
LinkModel()
           
 
Method Summary
 java.lang.String getName()
          Gets the name value
 java.lang.String getUrl()
          Gets the url value
 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

LinkModel

public LinkModel()
Method Detail

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

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.