- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 35 of file WorthValue.java.
◆ getDossier()
Dossier org.turro.dossier.entity.WorthValue.getDossier |
( |
| ) |
|
◆ getIContact()
IContact org.turro.dossier.entity.WorthValue.getIContact |
( |
| ) |
|
Definition at line 102 of file WorthValue.java.
103 if(_contact ==
null) {
104 _contact = Contacts.getContactById(idContact);
◆ getId()
Long org.turro.dossier.entity.WorthValue.getId |
( |
| ) |
|
◆ getIdContact()
String org.turro.dossier.entity.WorthValue.getIdContact |
( |
| ) |
|
◆ getValue()
double org.turro.dossier.entity.WorthValue.getValue |
( |
| ) |
|
◆ getWorthDefinition()
◆ isEmpty()
boolean org.turro.dossier.entity.WorthValue.isEmpty |
( |
| ) |
|
◆ setDossier()
void org.turro.dossier.entity.WorthValue.setDossier |
( |
Dossier |
dossier | ) |
|
◆ setIContact()
void org.turro.dossier.entity.WorthValue.setIContact |
( |
IContact |
contact | ) |
|
◆ setId()
void org.turro.dossier.entity.WorthValue.setId |
( |
Long |
id | ) |
|
◆ setIdContact()
void org.turro.dossier.entity.WorthValue.setIdContact |
( |
String |
idContact | ) |
|
◆ setValue()
void org.turro.dossier.entity.WorthValue.setValue |
( |
double |
value | ) |
|
◆ setWorthDefinition()
void org.turro.dossier.entity.WorthValue.setWorthDefinition |
( |
WorthDefinition |
worthDefinition | ) |
|
Definition at line 64 of file WorthValue.java.
65 this.worthDefinition = worthDefinition;
The documentation for this class was generated from the following file: