Inheritance diagram for org.openmobileis.modules.crm.data.common.DefaultRepresentant:
Definition at line 42 of file DefaultRepresentant.java.
Public Member Functions | |
DefaultRepresentant (String id) | |
Constructor for Representant. | |
String | getRepresentantId () |
String | getLangue () |
Returns the langue. | |
void | setLangue (String langue) |
Sets the langue. | |
boolean | isInstallRepresentant () |
void | setInstallRepresentant (boolean bool) |
boolean | isSelectedRepresentant () |
void | setSelectedRepresentant (boolean bool) |
String | getProfil () |
void | setProfil (String string) |
Protected Member Functions | |
DefaultRepresentant () | |
Constructor for Representant. | |
Static Protected Attributes | |
static final long | serialVersionUID = 5521257935120563452L |
|
Constructor for Representant.
Definition at line 63 of file DefaultRepresentant.java. |
|
Returns the langue.
Implements org.openmobileis.modules.crm.data.common.Representant. Definition at line 84 of file DefaultRepresentant.java. |
|
Implements org.openmobileis.modules.crm.data.common.Representant. Definition at line 112 of file DefaultRepresentant.java. |
|
Sets the langue.
Implements org.openmobileis.modules.crm.data.common.Representant. Definition at line 92 of file DefaultRepresentant.java. |
|
Implements org.openmobileis.modules.crm.data.common.Representant. Definition at line 119 of file DefaultRepresentant.java. |