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

Public Member Functions

 AttendeeStub (Attendee attendee)
 
ContactStubmin getContact ()
 
void setContact (ContactStubmin contact)
 
boolean isAttended ()
 
void setAttended (boolean attended)
 

Detailed Description

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

Definition at line 28 of file AttendeeStub.java.

Constructor & Destructor Documentation

◆ AttendeeStub()

org.turro.contacts.stub.AttendeeStub.AttendeeStub ( Attendee  attendee)

Definition at line 33 of file AttendeeStub.java.

33  {
34  silentlyInitializeValues(attendee);
35  }

Member Function Documentation

◆ getContact()

ContactStubmin org.turro.contacts.stub.AttendeeStub.getContact ( )

Definition at line 37 of file AttendeeStub.java.

37  {
38  return contact;
39  }

◆ isAttended()

boolean org.turro.contacts.stub.AttendeeStub.isAttended ( )

Definition at line 45 of file AttendeeStub.java.

45  {
46  return attended;
47  }

◆ setAttended()

void org.turro.contacts.stub.AttendeeStub.setAttended ( boolean  attended)

Definition at line 49 of file AttendeeStub.java.

49  {
50  this.attended = attended;
51  }

◆ setContact()

void org.turro.contacts.stub.AttendeeStub.setContact ( ContactStubmin  contact)

Definition at line 41 of file AttendeeStub.java.

41  {
42  this.contact = contact;
43  }

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