BrightSide Workbench Full Report + Source Code
org.turro.voteit.MyVote Class Reference

Public Member Functions

 MyVote (IContact contact, int vote)
 
IContact getContact ()
 
int getVote ()
 

Detailed Description

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

Definition at line 27 of file MyVote.java.

Constructor & Destructor Documentation

◆ MyVote()

org.turro.voteit.MyVote.MyVote ( IContact  contact,
int  vote 
)

Definition at line 32 of file MyVote.java.

32  {
33  this.contact = contact;
34  this.vote = vote;
35  }

Member Function Documentation

◆ getContact()

IContact org.turro.voteit.MyVote.getContact ( )

Definition at line 37 of file MyVote.java.

37  {
38  return contact;
39  }

◆ getVote()

int org.turro.voteit.MyVote.getVote ( )

Definition at line 41 of file MyVote.java.

41  {
42  return vote;
43  }
Here is the caller graph for this function:

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