

Public Member Functions | |
| long | getId () |
| void | setId (long id) |
| Contract | getContract () |
| void | setContract (Contract contract) |
| Product | getProduct () |
| void | setProduct (Product product) |
| String | getConcept () |
| void | setConcept (String concept) |
| double | getQuantity () |
| void | setQuantity (double quantity) |
| double | getPrice () |
| void | setPrice (double price) |
| Object | entityId () |
| boolean | isEmpty () |
| String | getProductString () |
| double | getFinalPrice () |
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 35 of file Contracted.java.
| Object org.turro.financials.entity.Contracted.entityId | ( | ) |
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 103 of file Contracted.java.
| String org.turro.financials.entity.Contracted.getConcept | ( | ) |
Definition at line 76 of file Contracted.java.
| Contract org.turro.financials.entity.Contracted.getContract | ( | ) |
Definition at line 60 of file Contracted.java.
| double org.turro.financials.entity.Contracted.getFinalPrice | ( | ) |
Definition at line 118 of file Contracted.java.
| long org.turro.financials.entity.Contracted.getId | ( | ) |
Definition at line 52 of file Contracted.java.
| double org.turro.financials.entity.Contracted.getPrice | ( | ) |
Definition at line 92 of file Contracted.java.
| Product org.turro.financials.entity.Contracted.getProduct | ( | ) |
Definition at line 68 of file Contracted.java.
| String org.turro.financials.entity.Contracted.getProductString | ( | ) |
Definition at line 114 of file Contracted.java.
| double org.turro.financials.entity.Contracted.getQuantity | ( | ) |
Definition at line 84 of file Contracted.java.
| boolean org.turro.financials.entity.Contracted.isEmpty | ( | ) |
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 108 of file Contracted.java.

| void org.turro.financials.entity.Contracted.setConcept | ( | String | concept | ) |
Definition at line 80 of file Contracted.java.
| void org.turro.financials.entity.Contracted.setContract | ( | Contract | contract | ) |
| void org.turro.financials.entity.Contracted.setId | ( | long | id | ) |
Definition at line 56 of file Contracted.java.
| void org.turro.financials.entity.Contracted.setPrice | ( | double | price | ) |
Definition at line 96 of file Contracted.java.
| void org.turro.financials.entity.Contracted.setProduct | ( | Product | product | ) |
Definition at line 72 of file Contracted.java.
| void org.turro.financials.entity.Contracted.setQuantity | ( | double | quantity | ) |