|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.project.model.LinkModel
public class LinkModel
A simple model to store Links
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 |
---|
public LinkModel()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic 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 |