Public Member Functions | |
boolean | isAllowed () |
void | setAllowed (boolean allowed) |
Contract | getContract () |
void | setContract (Contract contract) |
DocumentDefinition | getDocumentDefinition () |
void | setDocumentDefinition (DocumentDefinition documentDefinition) |
long | getId () |
void | setId (long id) |
Contract | getStore () |
void | setStore (Contract store) |
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 33 of file RelatedContractStore.java.
Object org.turro.financials.entity.RelatedContractStore.entityId | ( | ) |
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 94 of file RelatedContractStore.java.
Contract org.turro.financials.entity.RelatedContractStore.getContract | ( | ) |
Definition at line 59 of file RelatedContractStore.java.
DocumentDefinition org.turro.financials.entity.RelatedContractStore.getDocumentDefinition | ( | ) |
Definition at line 67 of file RelatedContractStore.java.
long org.turro.financials.entity.RelatedContractStore.getId | ( | ) |
Definition at line 75 of file RelatedContractStore.java.
Contract org.turro.financials.entity.RelatedContractStore.getStore | ( | ) |
Definition at line 83 of file RelatedContractStore.java.
boolean org.turro.financials.entity.RelatedContractStore.isAllowed | ( | ) |
Definition at line 51 of file RelatedContractStore.java.
boolean org.turro.financials.entity.RelatedContractStore.isEmpty | ( | ) |
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 99 of file RelatedContractStore.java.
void org.turro.financials.entity.RelatedContractStore.setAllowed | ( | boolean | allowed | ) |
Definition at line 55 of file RelatedContractStore.java.
void org.turro.financials.entity.RelatedContractStore.setContract | ( | Contract | contract | ) |
Definition at line 63 of file RelatedContractStore.java.
void org.turro.financials.entity.RelatedContractStore.setDocumentDefinition | ( | DocumentDefinition | documentDefinition | ) |
Definition at line 71 of file RelatedContractStore.java.
void org.turro.financials.entity.RelatedContractStore.setId | ( | long | id | ) |
Definition at line 79 of file RelatedContractStore.java.
void org.turro.financials.entity.RelatedContractStore.setStore | ( | Contract | store | ) |
Definition at line 87 of file RelatedContractStore.java.