Uses of Class
org.hackystat.tickertape.tickerlingua.jaxb.Properties

Packages that use Properties
org.hackystat.tickertape.tickerlingua Provides the TickerLingua definition language for this system. 
org.hackystat.tickertape.tickerlingua.jaxb   
 

Uses of Properties in org.hackystat.tickertape.tickerlingua
 

Constructors in org.hackystat.tickertape.tickerlingua with parameters of type Properties
Tickertape(java.lang.String id, double intervalHours, boolean enabled, java.lang.String starttime, java.lang.String description, java.util.List<HackystatProject> projects, java.util.List<NotificationService> services, java.lang.Class<? extends Ticker> tickerClass, Properties tickerProperties)
          Creates and returns a new Tickertape instance, or throws a TickerLinguaException if the passed parameters are not valid.
 

Uses of Properties in org.hackystat.tickertape.tickerlingua.jaxb
 

Fields in org.hackystat.tickertape.tickerlingua.jaxb declared as Properties
protected  Properties Ticker.properties
           
 

Methods in org.hackystat.tickertape.tickerlingua.jaxb that return Properties
 Properties ObjectFactory.createProperties()
          Create an instance of Properties
 Properties Ticker.getProperties()
          Gets the value of the properties property.
 

Methods in org.hackystat.tickertape.tickerlingua.jaxb with parameters of type Properties
 void Ticker.setProperties(Properties value)
          Sets the value of the properties property.