Public Member Functions | |
AttendeeStub (Attendee attendee) | |
ContactStubmin | getContact () |
void | setContact (ContactStubmin contact) |
boolean | isAttended () |
void | setAttended (boolean attended) |
Definition at line 28 of file AttendeeStub.java.
org.turro.contacts.stub.AttendeeStub.AttendeeStub | ( | Attendee | attendee | ) |
Definition at line 33 of file AttendeeStub.java.
ContactStubmin org.turro.contacts.stub.AttendeeStub.getContact | ( | ) |
Definition at line 37 of file AttendeeStub.java.
boolean org.turro.contacts.stub.AttendeeStub.isAttended | ( | ) |
Definition at line 45 of file AttendeeStub.java.
void org.turro.contacts.stub.AttendeeStub.setAttended | ( | boolean | attended | ) |
Definition at line 49 of file AttendeeStub.java.
void org.turro.contacts.stub.AttendeeStub.setContact | ( | ContactStubmin | contact | ) |
Definition at line 41 of file AttendeeStub.java.