Public Member Functions | |
String | getServerDomain () |
void | setServerDomain (String serverDomain) |
String | getProjectGrantId () |
void | setProjectGrantId (String projectGrantId) |
ProjectGrant | getProjectGrant () |
void | setProjectGrant (ProjectGrant projectGrant) |
Object | entityId () |
boolean | isEmpty () |
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 () |
Definition at line 36 of file AxProjectGrantPublic.java.
Object org.turro.member.db.entities.AxProjectGrantPublic.entityId | ( | ) |
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 74 of file AxProjectGrantPublic.java.
ProjectGrant org.turro.member.db.entities.AxProjectGrantPublic.getProjectGrant | ( | ) |
Definition at line 61 of file AxProjectGrantPublic.java.
String org.turro.member.db.entities.AxProjectGrantPublic.getProjectGrantId | ( | ) |
Definition at line 49 of file AxProjectGrantPublic.java.
String org.turro.member.db.entities.AxProjectGrantPublic.getServerDomain | ( | ) |
Definition at line 41 of file AxProjectGrantPublic.java.
boolean org.turro.member.db.entities.AxProjectGrantPublic.isEmpty | ( | ) |
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 79 of file AxProjectGrantPublic.java.
void org.turro.member.db.entities.AxProjectGrantPublic.setProjectGrant | ( | ProjectGrant | projectGrant | ) |
Definition at line 66 of file AxProjectGrantPublic.java.
void org.turro.member.db.entities.AxProjectGrantPublic.setProjectGrantId | ( | String | projectGrantId | ) |
Definition at line 53 of file AxProjectGrantPublic.java.
void org.turro.member.db.entities.AxProjectGrantPublic.setServerDomain | ( | String | serverDomain | ) |
Definition at line 45 of file AxProjectGrantPublic.java.