Public Member Functions | |
long | getId () |
void | setId (long id) |
String | getName () |
void | setName (String name) |
int | getTouchDegree () |
void | setTouchDegree (int touchDegree) |
Definition at line 10 of file TouchSystem.java.
long org.turro.crm.entity.TouchSystem.getId | ( | ) |
Definition at line 21 of file TouchSystem.java.
String org.turro.crm.entity.TouchSystem.getName | ( | ) |
Definition at line 29 of file TouchSystem.java.
int org.turro.crm.entity.TouchSystem.getTouchDegree | ( | ) |
Definition at line 37 of file TouchSystem.java.
void org.turro.crm.entity.TouchSystem.setId | ( | long | id | ) |
Definition at line 25 of file TouchSystem.java.
void org.turro.crm.entity.TouchSystem.setName | ( | String | name | ) |
Definition at line 33 of file TouchSystem.java.
void org.turro.crm.entity.TouchSystem.setTouchDegree | ( | int | touchDegree | ) |
Definition at line 41 of file TouchSystem.java.