Public Member Functions | |
IssueCommentStub (IssueComment issueComment) | |
String | getIdContact () |
void | setIdContact (String idContact) |
String | getParticipantName () |
void | setParticipantName (String participantName) |
String | getComment () |
void | setComment (String comment) |
Date | getModification () |
void | setModification (Date modification) |
double | getExpenses () |
void | setExpenses (double expenses) |
double | getHours () |
void | setHours (double hours) |
double | getPrice () |
void | setPrice (double price) |
boolean | isProcessed () |
void | setProcessed (boolean processed) |
Definition at line 29 of file IssueCommentStub.java.
org.turro.dossier.stub.IssueCommentStub.IssueCommentStub | ( | IssueComment | issueComment | ) |
Definition at line 37 of file IssueCommentStub.java.
String org.turro.dossier.stub.IssueCommentStub.getComment | ( | ) |
Definition at line 57 of file IssueCommentStub.java.
double org.turro.dossier.stub.IssueCommentStub.getExpenses | ( | ) |
Definition at line 73 of file IssueCommentStub.java.
double org.turro.dossier.stub.IssueCommentStub.getHours | ( | ) |
Definition at line 81 of file IssueCommentStub.java.
String org.turro.dossier.stub.IssueCommentStub.getIdContact | ( | ) |
Definition at line 41 of file IssueCommentStub.java.
Date org.turro.dossier.stub.IssueCommentStub.getModification | ( | ) |
Definition at line 65 of file IssueCommentStub.java.
String org.turro.dossier.stub.IssueCommentStub.getParticipantName | ( | ) |
Definition at line 49 of file IssueCommentStub.java.
double org.turro.dossier.stub.IssueCommentStub.getPrice | ( | ) |
Definition at line 89 of file IssueCommentStub.java.
boolean org.turro.dossier.stub.IssueCommentStub.isProcessed | ( | ) |
Definition at line 97 of file IssueCommentStub.java.
void org.turro.dossier.stub.IssueCommentStub.setComment | ( | String | comment | ) |
Definition at line 61 of file IssueCommentStub.java.
void org.turro.dossier.stub.IssueCommentStub.setExpenses | ( | double | expenses | ) |
Definition at line 77 of file IssueCommentStub.java.
void org.turro.dossier.stub.IssueCommentStub.setHours | ( | double | hours | ) |
Definition at line 85 of file IssueCommentStub.java.
void org.turro.dossier.stub.IssueCommentStub.setIdContact | ( | String | idContact | ) |
Definition at line 45 of file IssueCommentStub.java.
void org.turro.dossier.stub.IssueCommentStub.setModification | ( | Date | modification | ) |
Definition at line 69 of file IssueCommentStub.java.
void org.turro.dossier.stub.IssueCommentStub.setParticipantName | ( | String | participantName | ) |
Definition at line 53 of file IssueCommentStub.java.
void org.turro.dossier.stub.IssueCommentStub.setPrice | ( | double | price | ) |
Definition at line 93 of file IssueCommentStub.java.
void org.turro.dossier.stub.IssueCommentStub.setProcessed | ( | boolean | processed | ) |
Definition at line 101 of file IssueCommentStub.java.