fr.cnes.sitools.common.model
Class Dependencies

java.lang.Object
  extended by fr.cnes.sitools.common.model.Dependencies
All Implemented Interfaces:
java.io.Serializable

public class Dependencies
extends java.lang.Object
implements java.io.Serializable

Dependencies Model Object for Project Module

Used to store lists of URLs containing js or css URLs

Author:
m.gond
See Also:
Serialized Form

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

Dependencies

public Dependencies()
Method Detail

getJs

public java.util.List<Url> getJs()
Gets the js value

Returns:
the js

setJs

public void setJs(java.util.List<Url> js)
Sets the value of js

Parameters:
js - the js to set

getCss

public java.util.List<Url> getCss()
Gets the css value

Returns:
the css

setCss

public void setCss(java.util.List<Url> css)
Sets the value of css

Parameters:
css - the css to set


Copyright © 2010-2013 CNES. All Rights Reserved.