BrightSide Workbench Full Report + Source Code
org.turro.crm.entity.ProspectType Enum Reference

Public Member Functions

boolean isTouchpoints ()
 

Public Attributes

 OPPORTUNITY =(true)
 
 TRACING =(false)
 

Detailed Description

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

Definition at line 24 of file ProspectType.java.

Member Function Documentation

◆ isTouchpoints()

boolean org.turro.crm.entity.ProspectType.isTouchpoints ( )

Definition at line 35 of file ProspectType.java.

35  {
36  return touchpoints;
37  }

Member Data Documentation

◆ OPPORTUNITY

org.turro.crm.entity.ProspectType.OPPORTUNITY =(true)

Definition at line 26 of file ProspectType.java.

◆ TRACING

org.turro.crm.entity.ProspectType.TRACING =(false)

Definition at line 27 of file ProspectType.java.


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