BrightSide Workbench Full Report + Source Code
org.turro.activity.IParticipation< V > Interface Template Reference
Inheritance diagram for org.turro.activity.IParticipation< V >:

Public Member Functions

void doDelete ()
 
void doChangeFor (Path entityPath)
 
String getDescription ()
 
boolean isCanDelete ()
 
getEntity ()
 
void setEntity (V entity)
 
Object getReferring ()
 
void setReferring (Object value)
 
IParticipationCatcher getCatcher ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Parameters
<V>

Definition at line 27 of file IParticipation.java.

Member Function Documentation

◆ doChangeFor()

void org.turro.activity.IParticipation< V >.doChangeFor ( Path  entityPath)

◆ doDelete()

void org.turro.activity.IParticipation< V >.doDelete ( )

Implemented in org.turro.activity.JpaParticipation< V >.

Here is the caller graph for this function:

◆ getCatcher()

◆ getDescription()

String org.turro.activity.IParticipation< V >.getDescription ( )

◆ getEntity()

◆ getReferring()

◆ isCanDelete()

◆ setEntity()

void org.turro.activity.IParticipation< V >.setEntity ( entity)

◆ setReferring()

void org.turro.activity.IParticipation< V >.setReferring ( Object  value)

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