

Public Member Functions | |
| RelationId | getRelation () |
| void | setRelation (RelationId relation) |
| Date | getCreation () |
| void | setCreation (Date creation) |
| boolean | isDriver () |
| void | setDriver (boolean driver) |
| boolean | isCoordinator () |
| void | setCoordinator (boolean coordinator) |
| boolean | isBeneficiary () |
| void | setBeneficiary (boolean beneficiary) |
| boolean | isOfferer () |
| void | setOfferer (boolean offerer) |
| boolean | isResearch () |
| void | setResearch (boolean research) |
| boolean | isFunding () |
| void | setFunding (boolean funding) |
| boolean | isSupport () |
| void | setSupport (boolean support) |
| boolean | isConsortium () |
| void | setConsortium (boolean consortium) |
| boolean | isAdmin () |
| void | setAdmin (boolean admin) |
| String | getCompany () |
| void | setCompany (String company) |
| String | getCompanyFace () |
| void | setCompanyFace (String companyFace) |
| AxProject | getProject () |
| AxContact | getContact () |
| AllianceContact | getIContact () |
| Object | entityId () |
| boolean | isEmpty () |
| String | toJson () |
| String | toJson (Map< String, Object > properties) |
| int | hashCode () |
| boolean | equals (Object obj) |
Public Member Functions inherited from org.turro.jpa.entity.IDaoEntity | |
| default boolean | isNew () |
| default void | prepareSave () |
| default void | prepareDelete () |
| default void | removeEmpties () |
| default Collection< Collection > | collections () |
Static Public Member Functions | |
| static Set< AxParticipation > | from (long memberId, Dossier dossier) |
| static AxParticipation | from (long memberId, ImporterRegister register) |
| static AxParticipation | fromJson (JsonValue value) |
Definition at line 47 of file AxParticipation.java.
| Object org.turro.alliance.db.entities.AxParticipation.entityId | ( | ) |
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 241 of file AxParticipation.java.
| boolean org.turro.alliance.db.entities.AxParticipation.equals | ( | Object | obj | ) |
Definition at line 274 of file AxParticipation.java.


|
static |
Definition at line 180 of file AxParticipation.java.


|
static |
|
static |
Definition at line 262 of file AxParticipation.java.


| String org.turro.alliance.db.entities.AxParticipation.getCompany | ( | ) |
Definition at line 146 of file AxParticipation.java.
| String org.turro.alliance.db.entities.AxParticipation.getCompanyFace | ( | ) |
Definition at line 154 of file AxParticipation.java.
| AxContact org.turro.alliance.db.entities.AxParticipation.getContact | ( | ) |
Definition at line 170 of file AxParticipation.java.

| Date org.turro.alliance.db.entities.AxParticipation.getCreation | ( | ) |
Definition at line 66 of file AxParticipation.java.
| AllianceContact org.turro.alliance.db.entities.AxParticipation.getIContact | ( | ) |
Definition at line 174 of file AxParticipation.java.

| AxProject org.turro.alliance.db.entities.AxParticipation.getProject | ( | ) |
Definition at line 164 of file AxParticipation.java.
| RelationId org.turro.alliance.db.entities.AxParticipation.getRelation | ( | ) |
Definition at line 58 of file AxParticipation.java.
| int org.turro.alliance.db.entities.AxParticipation.hashCode | ( | ) |
Definition at line 267 of file AxParticipation.java.
| boolean org.turro.alliance.db.entities.AxParticipation.isAdmin | ( | ) |
| boolean org.turro.alliance.db.entities.AxParticipation.isBeneficiary | ( | ) |
| boolean org.turro.alliance.db.entities.AxParticipation.isConsortium | ( | ) |
| boolean org.turro.alliance.db.entities.AxParticipation.isCoordinator | ( | ) |
| boolean org.turro.alliance.db.entities.AxParticipation.isDriver | ( | ) |
| boolean org.turro.alliance.db.entities.AxParticipation.isEmpty | ( | ) |
| boolean org.turro.alliance.db.entities.AxParticipation.isFunding | ( | ) |
| boolean org.turro.alliance.db.entities.AxParticipation.isOfferer | ( | ) |
| boolean org.turro.alliance.db.entities.AxParticipation.isResearch | ( | ) |
| boolean org.turro.alliance.db.entities.AxParticipation.isSupport | ( | ) |
| void org.turro.alliance.db.entities.AxParticipation.setAdmin | ( | boolean | admin | ) |
| void org.turro.alliance.db.entities.AxParticipation.setBeneficiary | ( | boolean | beneficiary | ) |
| void org.turro.alliance.db.entities.AxParticipation.setCompany | ( | String | company | ) |
| void org.turro.alliance.db.entities.AxParticipation.setCompanyFace | ( | String | companyFace | ) |
| void org.turro.alliance.db.entities.AxParticipation.setConsortium | ( | boolean | consortium | ) |
| void org.turro.alliance.db.entities.AxParticipation.setCoordinator | ( | boolean | coordinator | ) |
| void org.turro.alliance.db.entities.AxParticipation.setCreation | ( | Date | creation | ) |
| void org.turro.alliance.db.entities.AxParticipation.setDriver | ( | boolean | driver | ) |
| void org.turro.alliance.db.entities.AxParticipation.setFunding | ( | boolean | funding | ) |
| void org.turro.alliance.db.entities.AxParticipation.setOfferer | ( | boolean | offerer | ) |
| void org.turro.alliance.db.entities.AxParticipation.setRelation | ( | RelationId | relation | ) |
| void org.turro.alliance.db.entities.AxParticipation.setResearch | ( | boolean | research | ) |
| void org.turro.alliance.db.entities.AxParticipation.setSupport | ( | boolean | support | ) |
| String org.turro.alliance.db.entities.AxParticipation.toJson | ( | ) |
Definition at line 253 of file AxParticipation.java.

| String org.turro.alliance.db.entities.AxParticipation.toJson | ( | Map< String, Object > | properties | ) |