BrightSide Workbench Full Report + Source Code
org.turro.scheduler.zul.entities.ScheduleAnchor Class Reference
Inheritance diagram for org.turro.scheduler.zul.entities.ScheduleAnchor:
Collaboration diagram for org.turro.scheduler.zul.entities.ScheduleAnchor:

Public Member Functions

Object getEntity ()
 
void setEntity (Object entity)
 
void setEdit (ScheduledEdit edit)
 

Detailed Description

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

Definition at line 36 of file ScheduleAnchor.java.

Member Function Documentation

◆ getEntity()

Object org.turro.scheduler.zul.entities.ScheduleAnchor.getEntity ( )

Definition at line 42 of file ScheduleAnchor.java.

42  {
43  return entity;
44  }

◆ setEdit()

void org.turro.scheduler.zul.entities.ScheduleAnchor.setEdit ( ScheduledEdit  edit)

Definition at line 58 of file ScheduleAnchor.java.

58  {
59  this.edit = edit;
60  }

◆ setEntity()

void org.turro.scheduler.zul.entities.ScheduleAnchor.setEntity ( Object  entity)

Definition at line 46 of file ScheduleAnchor.java.

46  {
47  this.entity = entity;
48  if(entity instanceof ScheduledAction) {
49  IElephantEntity iee = Entities.getController(entity);
50  path = iee.getPath();
51  pathName = iee.getName();
52  initializeButton();
53  } else {
54  setVisible(false);
55  }
56  }
Here is the call graph for this function:

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