- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 35 of file Worksheet.java.
◆ getIContact()
IContact org.turro.dossier.entity.Worksheet.getIContact |
( |
| ) |
|
Definition at line 86 of file Worksheet.java.
87 if(_contact ==
null) {
88 _contact = Contacts.getContactById(idContact);
◆ getId()
Long org.turro.dossier.entity.Worksheet.getId |
( |
| ) |
|
◆ getIdContact()
String org.turro.dossier.entity.Worksheet.getIdContact |
( |
| ) |
|
◆ getIssue()
Issue org.turro.dossier.entity.Worksheet.getIssue |
( |
| ) |
|
◆ getSheetOrder()
int org.turro.dossier.entity.Worksheet.getSheetOrder |
( |
| ) |
|
◆ setIContact()
void org.turro.dossier.entity.Worksheet.setIContact |
( |
IContact |
contact | ) |
|
◆ setId()
void org.turro.dossier.entity.Worksheet.setId |
( |
Long |
id | ) |
|
◆ setIdContact()
void org.turro.dossier.entity.Worksheet.setIdContact |
( |
String |
idContact | ) |
|
◆ setIssue()
void org.turro.dossier.entity.Worksheet.setIssue |
( |
Issue |
issue | ) |
|
◆ setSheetOrder()
void org.turro.dossier.entity.Worksheet.setSheetOrder |
( |
int |
sheetOrder | ) |
|
The documentation for this class was generated from the following file: