BrightSide Workbench Full Report + Source Code
org.turro.zul.acceptance.AcceptanceLabel Class Reference
Inheritance diagram for org.turro.zul.acceptance.AcceptanceLabel:
Collaboration diagram for org.turro.zul.acceptance.AcceptanceLabel:

Public Member Functions

String getPath ()
 
void setPath (String path)
 

Detailed Description

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

Definition at line 27 of file AcceptanceLabel.java.

Member Function Documentation

◆ getPath()

String org.turro.zul.acceptance.AcceptanceLabel.getPath ( )

Definition at line 31 of file AcceptanceLabel.java.

31  {
32  return path;
33  }

◆ setPath()

void org.turro.zul.acceptance.AcceptanceLabel.setPath ( String  path)

Definition at line 35 of file AcceptanceLabel.java.

35  {
36  this.path = path;
37  setValue(Entities.getController(path).getName());
38  }
Here is the call graph for this function:

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