BrightSide Workbench Full Report + Source Code
org.turro.financials.entity.ContractInterventionType Enum Reference

Public Member Functions

boolean isSendDocuments ()
 
boolean isShowBalance ()
 
boolean isShowDocuments ()
 
boolean isSignature ()
 

Public Attributes

 INT_TITULAR =(true, true, true, true)
 
 INT_AUTHORIZED =(false, true, true, false)
 
 INT_ADMINISTRATOR =(true, true, true, false)
 
 INT_ATTORNEY =(false, true, true, true)
 
 INT_JUDICICIAL_INTERVENTOR =(false, true, true, false)
 
 INT_USUFRUCTUARY =(false, true, true, false)
 
 INT_LEGAL_REPRESENTATIVE =(true, true, true, true)
 
 INT_BARE_RIGHT_OF_OWNERSHIP =(false, true, true, true)
 
 INT_OPERATOR =(false, false, false, false)
 
final boolean showDocuments
 
final boolean showBalance
 
final boolean signature
 

Detailed Description

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

Definition at line 24 of file ContractInterventionType.java.

Member Function Documentation

◆ isSendDocuments()

boolean org.turro.financials.entity.ContractInterventionType.isSendDocuments ( )

Definition at line 45 of file ContractInterventionType.java.

45  {
46  return sendDocuments;
47  }
Here is the caller graph for this function:

◆ isShowBalance()

boolean org.turro.financials.entity.ContractInterventionType.isShowBalance ( )

Definition at line 49 of file ContractInterventionType.java.

◆ isShowDocuments()

boolean org.turro.financials.entity.ContractInterventionType.isShowDocuments ( )

Definition at line 53 of file ContractInterventionType.java.

◆ isSignature()

boolean org.turro.financials.entity.ContractInterventionType.isSignature ( )

Definition at line 57 of file ContractInterventionType.java.

Member Data Documentation

◆ INT_ADMINISTRATOR

org.turro.financials.entity.ContractInterventionType.INT_ADMINISTRATOR =(true, true, true, false)

Definition at line 28 of file ContractInterventionType.java.

◆ INT_ATTORNEY

org.turro.financials.entity.ContractInterventionType.INT_ATTORNEY =(false, true, true, true)

Definition at line 29 of file ContractInterventionType.java.

◆ INT_AUTHORIZED

org.turro.financials.entity.ContractInterventionType.INT_AUTHORIZED =(false, true, true, false)

Definition at line 27 of file ContractInterventionType.java.

◆ INT_BARE_RIGHT_OF_OWNERSHIP

org.turro.financials.entity.ContractInterventionType.INT_BARE_RIGHT_OF_OWNERSHIP =(false, true, true, true)

Definition at line 33 of file ContractInterventionType.java.

◆ INT_JUDICICIAL_INTERVENTOR

org.turro.financials.entity.ContractInterventionType.INT_JUDICICIAL_INTERVENTOR =(false, true, true, false)

Definition at line 30 of file ContractInterventionType.java.

◆ INT_LEGAL_REPRESENTATIVE

org.turro.financials.entity.ContractInterventionType.INT_LEGAL_REPRESENTATIVE =(true, true, true, true)

Definition at line 32 of file ContractInterventionType.java.

◆ INT_OPERATOR

org.turro.financials.entity.ContractInterventionType.INT_OPERATOR =(false, false, false, false)

Definition at line 34 of file ContractInterventionType.java.

◆ INT_TITULAR

org.turro.financials.entity.ContractInterventionType.INT_TITULAR =(true, true, true, true)

Definition at line 26 of file ContractInterventionType.java.

◆ INT_USUFRUCTUARY

org.turro.financials.entity.ContractInterventionType.INT_USUFRUCTUARY =(false, true, true, false)

Definition at line 31 of file ContractInterventionType.java.

◆ showBalance

final boolean org.turro.financials.entity.ContractInterventionType.showBalance

Definition at line 36 of file ContractInterventionType.java.

◆ showDocuments

final boolean org.turro.financials.entity.ContractInterventionType.showDocuments

Definition at line 36 of file ContractInterventionType.java.

◆ signature

final boolean org.turro.financials.entity.ContractInterventionType.signature

Definition at line 36 of file ContractInterventionType.java.


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