BrightSide Workbench Full Report + Source Code
org.turro.financials.contract.ContractInfo Class Reference
Inheritance diagram for org.turro.financials.contract.ContractInfo:
Collaboration diagram for org.turro.financials.contract.ContractInfo:

Public Member Functions

 ContractInfo (Contract contract)
 
 ContractInfo ()
 
Contract getContract ()
 
void setContract (Contract contract)
 
boolean isOnlyIcon ()
 
void setOnlyIcon (boolean onlyIcon)
 
void afterCompose ()
 

Detailed Description

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

Definition at line 43 of file ContractInfo.java.

Constructor & Destructor Documentation

◆ ContractInfo() [1/2]

org.turro.financials.contract.ContractInfo.ContractInfo ( Contract  contract)

Definition at line 48 of file ContractInfo.java.

48  {
49  this.contract = contract;
50  updateLabel();
51  }

◆ ContractInfo() [2/2]

org.turro.financials.contract.ContractInfo.ContractInfo ( )

Definition at line 53 of file ContractInfo.java.

53  {
54  }

Member Function Documentation

◆ afterCompose()

void org.turro.financials.contract.ContractInfo.afterCompose ( )

Definition at line 75 of file ContractInfo.java.

75  {
76  updateLabel();
77  addClickListener();
78  }

◆ getContract()

Contract org.turro.financials.contract.ContractInfo.getContract ( )

Definition at line 56 of file ContractInfo.java.

56  {
57  return contract;
58  }

◆ isOnlyIcon()

boolean org.turro.financials.contract.ContractInfo.isOnlyIcon ( )

Definition at line 65 of file ContractInfo.java.

65  {
66  return onlyIcon;
67  }

◆ setContract()

void org.turro.financials.contract.ContractInfo.setContract ( Contract  contract)

Definition at line 60 of file ContractInfo.java.

60  {
61  this.contract = contract;
62  updateLabel();
63  }
Here is the caller graph for this function:

◆ setOnlyIcon()

void org.turro.financials.contract.ContractInfo.setOnlyIcon ( boolean  onlyIcon)

Definition at line 69 of file ContractInfo.java.

69  {
70  this.onlyIcon = onlyIcon;
71  updateLabel();
72  }

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