BrightSide Workbench Full Report + Source Code
org.turro.crm.entity.TouchSystem Class Reference
Inheritance diagram for org.turro.crm.entity.TouchSystem:
Collaboration diagram for org.turro.crm.entity.TouchSystem:

Public Member Functions

long getId ()
 
void setId (long id)
 
String getName ()
 
void setName (String name)
 
int getTouchDegree ()
 
void setTouchDegree (int touchDegree)
 

Detailed Description

Author
llturro

Definition at line 10 of file TouchSystem.java.

Member Function Documentation

◆ getId()

long org.turro.crm.entity.TouchSystem.getId ( )

Definition at line 21 of file TouchSystem.java.

21  {
22  return id;
23  }

◆ getName()

String org.turro.crm.entity.TouchSystem.getName ( )

Definition at line 29 of file TouchSystem.java.

29  {
30  return name;
31  }

◆ getTouchDegree()

int org.turro.crm.entity.TouchSystem.getTouchDegree ( )

Definition at line 37 of file TouchSystem.java.

37  {
38  return touchDegree;
39  }

◆ setId()

void org.turro.crm.entity.TouchSystem.setId ( long  id)

Definition at line 25 of file TouchSystem.java.

25  {
26  this.id = id;
27  }

◆ setName()

void org.turro.crm.entity.TouchSystem.setName ( String  name)

Definition at line 33 of file TouchSystem.java.

33  {
34  this.name = name;
35  }

◆ setTouchDegree()

void org.turro.crm.entity.TouchSystem.setTouchDegree ( int  touchDegree)

Definition at line 41 of file TouchSystem.java.

41  {
42  this.touchDegree = touchDegree;
43  }

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