- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 50 of file DossierOffer.java.
◆ entityId()
Object org.turro.dossier.entity.DossierOffer.entityId |
( |
| ) |
|
◆ getBidder()
IContact org.turro.dossier.entity.DossierOffer.getBidder |
( |
| ) |
|
◆ getBidderId()
String org.turro.dossier.entity.DossierOffer.getBidderId |
( |
| ) |
|
◆ getCreation()
Date org.turro.dossier.entity.DossierOffer.getCreation |
( |
| ) |
|
◆ getDescription()
String org.turro.dossier.entity.DossierOffer.getDescription |
( |
| ) |
|
◆ getDocuments()
List<Document> org.turro.dossier.entity.DossierOffer.getDocuments |
( |
| ) |
|
Definition at line 130 of file DossierOffer.java.
132 if(folder.exists())
try {
133 return folder.documents();
134 }
catch (IOException ex) {
135 Logger.getLogger(DossierOffer.class.getName()).log(Level.SEVERE,
null, ex);
137 return Collections.EMPTY_LIST;
◆ getDossier()
Dossier org.turro.dossier.entity.DossierOffer.getDossier |
( |
| ) |
|
◆ getFolder()
Folder org.turro.dossier.entity.DossierOffer.getFolder |
( |
| ) |
|
◆ getFolderString()
String org.turro.dossier.entity.DossierOffer.getFolderString |
( |
| ) |
|
Definition at line 144 of file DossierOffer.java.
145 return "/WEB-INF/files/dossier/" + dossier.
getId() +
"/dossier-offer/" + id;
◆ getId()
Long org.turro.dossier.entity.DossierOffer.getId |
( |
| ) |
|
◆ isAccepted()
boolean org.turro.dossier.entity.DossierOffer.isAccepted |
( |
| ) |
|
◆ isDeclined()
boolean org.turro.dossier.entity.DossierOffer.isDeclined |
( |
| ) |
|
◆ isEmpty()
boolean org.turro.dossier.entity.DossierOffer.isEmpty |
( |
| ) |
|
◆ setAccepted()
void org.turro.dossier.entity.DossierOffer.setAccepted |
( |
boolean |
accepted | ) |
|
◆ setBidder()
void org.turro.dossier.entity.DossierOffer.setBidder |
( |
IContact |
contact | ) |
|
◆ setBidderId()
void org.turro.dossier.entity.DossierOffer.setBidderId |
( |
String |
bidderId | ) |
|
◆ setCreation()
void org.turro.dossier.entity.DossierOffer.setCreation |
( |
Date |
creation | ) |
|
◆ setDeclined()
void org.turro.dossier.entity.DossierOffer.setDeclined |
( |
boolean |
declined | ) |
|
◆ setDescription()
void org.turro.dossier.entity.DossierOffer.setDescription |
( |
String |
description | ) |
|
◆ setDossier()
void org.turro.dossier.entity.DossierOffer.setDossier |
( |
Dossier |
dossier | ) |
|
◆ setId()
void org.turro.dossier.entity.DossierOffer.setId |
( |
Long |
id | ) |
|
The documentation for this class was generated from the following file: