|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.common.model.Dependencies
public class Dependencies
Dependencies Model Object for Project Module
Used to store lists of URLs containing js or css URLs
Constructor Summary | |
---|---|
Dependencies()
|
Method Summary | |
---|---|
java.util.List<Url> |
getCss()
Gets the css value |
java.util.List<Url> |
getJs()
Gets the js value |
void |
setCss(java.util.List<Url> css)
Sets the value of css |
void |
setJs(java.util.List<Url> js)
Sets the value of js |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Dependencies()
Method Detail |
---|
public java.util.List<Url> getJs()
public void setJs(java.util.List<Url> js)
js
- the js to setpublic java.util.List<Url> getCss()
public void setCss(java.util.List<Url> css)
css
- the css to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |