BrightSide Workbench Full Report + Source Code
org.turro.dossier.stub.IssueCommentStub Class Reference
Inheritance diagram for org.turro.dossier.stub.IssueCommentStub:
Collaboration diagram for org.turro.dossier.stub.IssueCommentStub:

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)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 29 of file IssueCommentStub.java.

Constructor & Destructor Documentation

◆ IssueCommentStub()

org.turro.dossier.stub.IssueCommentStub.IssueCommentStub ( IssueComment  issueComment)

Definition at line 37 of file IssueCommentStub.java.

37  {
38  silentlyInitializeValues(issueComment);
39  }

Member Function Documentation

◆ getComment()

String org.turro.dossier.stub.IssueCommentStub.getComment ( )

Definition at line 57 of file IssueCommentStub.java.

57  {
58  return comment;
59  }

◆ getExpenses()

double org.turro.dossier.stub.IssueCommentStub.getExpenses ( )

Definition at line 73 of file IssueCommentStub.java.

73  {
74  return expenses;
75  }

◆ getHours()

double org.turro.dossier.stub.IssueCommentStub.getHours ( )

Definition at line 81 of file IssueCommentStub.java.

81  {
82  return hours;
83  }

◆ getIdContact()

String org.turro.dossier.stub.IssueCommentStub.getIdContact ( )

Definition at line 41 of file IssueCommentStub.java.

41  {
42  return idContact;
43  }

◆ getModification()

Date org.turro.dossier.stub.IssueCommentStub.getModification ( )

Definition at line 65 of file IssueCommentStub.java.

65  {
66  return modification;
67  }

◆ getParticipantName()

String org.turro.dossier.stub.IssueCommentStub.getParticipantName ( )

Definition at line 49 of file IssueCommentStub.java.

49  {
50  return participantName;
51  }

◆ getPrice()

double org.turro.dossier.stub.IssueCommentStub.getPrice ( )

Definition at line 89 of file IssueCommentStub.java.

89  {
90  return price;
91  }

◆ isProcessed()

boolean org.turro.dossier.stub.IssueCommentStub.isProcessed ( )

Definition at line 97 of file IssueCommentStub.java.

97  {
98  return processed;
99  }

◆ setComment()

void org.turro.dossier.stub.IssueCommentStub.setComment ( String  comment)

Definition at line 61 of file IssueCommentStub.java.

61  {
62  this.comment = comment;
63  }

◆ setExpenses()

void org.turro.dossier.stub.IssueCommentStub.setExpenses ( double  expenses)

Definition at line 77 of file IssueCommentStub.java.

77  {
78  this.expenses = expenses;
79  }

◆ setHours()

void org.turro.dossier.stub.IssueCommentStub.setHours ( double  hours)

Definition at line 85 of file IssueCommentStub.java.

85  {
86  this.hours = hours;
87  }

◆ setIdContact()

void org.turro.dossier.stub.IssueCommentStub.setIdContact ( String  idContact)

Definition at line 45 of file IssueCommentStub.java.

45  {
46  this.idContact = idContact;
47  }

◆ setModification()

void org.turro.dossier.stub.IssueCommentStub.setModification ( Date  modification)

Definition at line 69 of file IssueCommentStub.java.

69  {
70  this.modification = modification;
71  }

◆ setParticipantName()

void org.turro.dossier.stub.IssueCommentStub.setParticipantName ( String  participantName)

Definition at line 53 of file IssueCommentStub.java.

53  {
54  this.participantName = participantName;
55  }

◆ setPrice()

void org.turro.dossier.stub.IssueCommentStub.setPrice ( double  price)

Definition at line 93 of file IssueCommentStub.java.

93  {
94  this.price = price;
95  }

◆ setProcessed()

void org.turro.dossier.stub.IssueCommentStub.setProcessed ( boolean  processed)

Definition at line 101 of file IssueCommentStub.java.

101  {
102  this.processed = processed;
103  }

The documentation for this class was generated from the following file: