- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 40 of file IssueComment.java.
◆ getComment()
| String org.turro.dossier.entity.IssueComment.getComment |
( |
| ) |
|
◆ getExpenses()
| double org.turro.dossier.entity.IssueComment.getExpenses |
( |
| ) |
|
◆ getHours()
| double org.turro.dossier.entity.IssueComment.getHours |
( |
| ) |
|
◆ getHtmlComment()
| String org.turro.dossier.entity.IssueComment.getHtmlComment |
( |
| ) |
|
◆ getIContact()
| IContact org.turro.dossier.entity.IssueComment.getIContact |
( |
| ) |
|
Definition at line 180 of file IssueComment.java.
181 if(_contact ==
null) {
182 _contact = Contacts.getContactById(idContact);
◆ getId()
| Long org.turro.dossier.entity.IssueComment.getId |
( |
| ) |
|
◆ getIdContact()
| String org.turro.dossier.entity.IssueComment.getIdContact |
( |
| ) |
|
◆ getIssue()
| Issue org.turro.dossier.entity.IssueComment.getIssue |
( |
| ) |
|
◆ getModification()
| Date org.turro.dossier.entity.IssueComment.getModification |
( |
| ) |
|
◆ getParser()
| CommentParser org.turro.dossier.entity.IssueComment.getParser |
( |
| ) |
|
Definition at line 169 of file IssueComment.java.
170 if(_parser ==
null) {
171 _parser =
new CommentParser(comment);
◆ getParticipantName()
| String org.turro.dossier.entity.IssueComment.getParticipantName |
( |
| ) |
|
◆ getPrice()
| double org.turro.dossier.entity.IssueComment.getPrice |
( |
| ) |
|
◆ hasData()
| boolean org.turro.dossier.entity.IssueComment.hasData |
( |
| ) |
|
◆ hasExpenses()
| boolean org.turro.dossier.entity.IssueComment.hasExpenses |
( |
| ) |
|
◆ hasHours()
| boolean org.turro.dossier.entity.IssueComment.hasHours |
( |
| ) |
|
◆ hasPrice()
| boolean org.turro.dossier.entity.IssueComment.hasPrice |
( |
| ) |
|
◆ isProcessed()
| boolean org.turro.dossier.entity.IssueComment.isProcessed |
( |
| ) |
|
◆ setComment()
| void org.turro.dossier.entity.IssueComment.setComment |
( |
String |
comment | ) |
|
◆ setExpenses()
| void org.turro.dossier.entity.IssueComment.setExpenses |
( |
double |
expenses | ) |
|
◆ setHours()
| void org.turro.dossier.entity.IssueComment.setHours |
( |
double |
hours | ) |
|
◆ setIContact()
| void org.turro.dossier.entity.IssueComment.setIContact |
( |
IContact |
contact | ) |
|
Definition at line 187 of file IssueComment.java.
189 idContact = _contact !=
null ? _contact.
getId() :
null;
190 participantName = _contact !=
null ? _contact.
getName() :
null;
◆ setId()
| void org.turro.dossier.entity.IssueComment.setId |
( |
Long |
id | ) |
|
◆ setIdContact()
| void org.turro.dossier.entity.IssueComment.setIdContact |
( |
String |
idContact | ) |
|
◆ setIssue()
| void org.turro.dossier.entity.IssueComment.setIssue |
( |
Issue |
issue | ) |
|
◆ setModification()
| void org.turro.dossier.entity.IssueComment.setModification |
( |
Date |
modification | ) |
|
◆ setParticipantName()
| void org.turro.dossier.entity.IssueComment.setParticipantName |
( |
String |
participantName | ) |
|
◆ setPrice()
| void org.turro.dossier.entity.IssueComment.setPrice |
( |
double |
price | ) |
|
◆ setProcessed()
| void org.turro.dossier.entity.IssueComment.setProcessed |
( |
boolean |
processed | ) |
|
The documentation for this class was generated from the following file: