Public Member Functions | |
Company | getCompany () |
void | setCompany (Company company) |
double | getStructureMargin () |
void | setStructureMargin (double structureMargin) |
long | getId () |
void | setId (long id) |
boolean | isInternal () |
void | setInternal (boolean internal) |
String | getName () |
void | setName (String name) |
double | getProfitMargin () |
void | setProfitMargin (double profitMargin) |
boolean | isAlwaysApply () |
void | setAlwaysApply (boolean alwaysApply) |
Set< Contract > | getStores () |
void | setStores (Set< Contract > stores) |
Object | entityId () |
boolean | isEmpty () |
String | getFullName () |
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 32 of file Service.java.
Object org.turro.financials.entity.Service.entityId | ( | ) |
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 128 of file Service.java.
Company org.turro.financials.entity.Service.getCompany | ( | ) |
String org.turro.financials.entity.Service.getFullName | ( | ) |
Definition at line 139 of file Service.java.
long org.turro.financials.entity.Service.getId | ( | ) |
Implements org.turro.financials.model.business.IValuation.
Definition at line 74 of file Service.java.
String org.turro.financials.entity.Service.getName | ( | ) |
Implements org.turro.financials.model.business.IValuation.
Definition at line 91 of file Service.java.
double org.turro.financials.entity.Service.getProfitMargin | ( | ) |
Implements org.turro.financials.model.business.IValuation.
Definition at line 100 of file Service.java.
Set<Contract> org.turro.financials.entity.Service.getStores | ( | ) |
double org.turro.financials.entity.Service.getStructureMargin | ( | ) |
Implements org.turro.financials.model.business.IValuation.
Definition at line 65 of file Service.java.
boolean org.turro.financials.entity.Service.isAlwaysApply | ( | ) |
Implements org.turro.financials.model.business.IValuation.
Definition at line 109 of file Service.java.
boolean org.turro.financials.entity.Service.isEmpty | ( | ) |
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 133 of file Service.java.
boolean org.turro.financials.entity.Service.isInternal | ( | ) |
Definition at line 82 of file Service.java.
void org.turro.financials.entity.Service.setAlwaysApply | ( | boolean | alwaysApply | ) |
Definition at line 113 of file Service.java.
void org.turro.financials.entity.Service.setCompany | ( | Company | company | ) |
void org.turro.financials.entity.Service.setId | ( | long | id | ) |
Definition at line 78 of file Service.java.
void org.turro.financials.entity.Service.setInternal | ( | boolean | internal | ) |
Definition at line 86 of file Service.java.
void org.turro.financials.entity.Service.setName | ( | String | name | ) |
Definition at line 95 of file Service.java.
void org.turro.financials.entity.Service.setProfitMargin | ( | double | profitMargin | ) |
Definition at line 104 of file Service.java.
void org.turro.financials.entity.Service.setStores | ( | Set< Contract > | stores | ) |
Definition at line 121 of file Service.java.
void org.turro.financials.entity.Service.setStructureMargin | ( | double | structureMargin | ) |
Definition at line 69 of file Service.java.