BrightSide Workbench Full Report + Source Code
org.turro.scheduler.entities.ScheduledEntity Interface Reference
Inheritance diagram for org.turro.scheduler.entities.ScheduledEntity:

Public Member Functions

String getEntityPath ()
 
String getDescription ()
 
void setDescription (String value)
 
Date getStartDate ()
 
void setStartDate (Date value)
 
Date getEndDate ()
 
void setEndDate (Date value)
 
boolean isActive ()
 
void setActive (boolean value)
 
boolean shouldRun (Date now)
 
Object doRun (IConstructor constructor, Date now)
 
void writeXML (Element root)
 
void readXML (Element el)
 
String getData ()
 
void setData (String data)
 
String getNotify ()
 
void setNotify (String value)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 28 of file ScheduledEntity.java.

Member Function Documentation

◆ doRun()

Object org.turro.scheduler.entities.ScheduledEntity.doRun ( IConstructor  constructor,
Date  now 
)

◆ getData()

String org.turro.scheduler.entities.ScheduledEntity.getData ( )

◆ getDescription()

String org.turro.scheduler.entities.ScheduledEntity.getDescription ( )

◆ getEndDate()

Date org.turro.scheduler.entities.ScheduledEntity.getEndDate ( )

◆ getEntityPath()

String org.turro.scheduler.entities.ScheduledEntity.getEntityPath ( )

Implemented in org.turro.scheduler.entities.DefaultEntity.

Here is the caller graph for this function:

◆ getNotify()

String org.turro.scheduler.entities.ScheduledEntity.getNotify ( )

◆ getStartDate()

Date org.turro.scheduler.entities.ScheduledEntity.getStartDate ( )

◆ isActive()

boolean org.turro.scheduler.entities.ScheduledEntity.isActive ( )

◆ readXML()

void org.turro.scheduler.entities.ScheduledEntity.readXML ( Element  el)

◆ setActive()

void org.turro.scheduler.entities.ScheduledEntity.setActive ( boolean  value)

◆ setData()

void org.turro.scheduler.entities.ScheduledEntity.setData ( String  data)

◆ setDescription()

void org.turro.scheduler.entities.ScheduledEntity.setDescription ( String  value)

◆ setEndDate()

void org.turro.scheduler.entities.ScheduledEntity.setEndDate ( Date  value)

◆ setNotify()

void org.turro.scheduler.entities.ScheduledEntity.setNotify ( String  value)

◆ setStartDate()

void org.turro.scheduler.entities.ScheduledEntity.setStartDate ( Date  value)

◆ shouldRun()

boolean org.turro.scheduler.entities.ScheduledEntity.shouldRun ( Date  now)

◆ writeXML()

void org.turro.scheduler.entities.ScheduledEntity.writeXML ( Element  root)

The documentation for this interface was generated from the following file: