Public Member Functions | |
IContact | getContact () |
String | getEntityPath () |
String | getParticipatorPath () |
IElephantEntity | getEntity () |
IElephantEntity | getParticipator () |
ParticipationReason | getReason () |
Date | getParticipationDate () |
Definition at line 28 of file IEntityParticipation.java.
IContact org.turro.participation.IEntityParticipation.getContact | ( | ) |
Implemented in org.turro.elephant.entities.db.EntityParticipation.
IElephantEntity org.turro.participation.IEntityParticipation.getEntity | ( | ) |
Implemented in org.turro.elephant.entities.db.EntityParticipation.
String org.turro.participation.IEntityParticipation.getEntityPath | ( | ) |
Implemented in org.turro.elephant.entities.db.EntityParticipation.
Date org.turro.participation.IEntityParticipation.getParticipationDate | ( | ) |
Implemented in org.turro.elephant.entities.db.EntityParticipation.
IElephantEntity org.turro.participation.IEntityParticipation.getParticipator | ( | ) |
Implemented in org.turro.elephant.entities.db.EntityParticipation.
String org.turro.participation.IEntityParticipation.getParticipatorPath | ( | ) |
Implemented in org.turro.elephant.entities.db.EntityParticipation.
ParticipationReason org.turro.participation.IEntityParticipation.getReason | ( | ) |
Implemented in org.turro.elephant.entities.db.EntityParticipation.