Public Member Functions | |
double | getStructureMargin () |
void | setStructureMargin (double structureMargin) |
Headquarters | getHeadquarters () |
void | setHeadquarters (Headquarters headquarters) |
long | getId () |
void | setId (long id) |
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 Department.java.
Object org.turro.financials.entity.Department.entityId | ( | ) |
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 117 of file Department.java.
String org.turro.financials.entity.Department.getFullName | ( | ) |
Definition at line 128 of file Department.java.
Headquarters org.turro.financials.entity.Department.getHeadquarters | ( | ) |
long org.turro.financials.entity.Department.getId | ( | ) |
Implements org.turro.financials.model.business.IValuation.
Definition at line 71 of file Department.java.
String org.turro.financials.entity.Department.getName | ( | ) |
Implements org.turro.financials.model.business.IValuation.
Definition at line 80 of file Department.java.
double org.turro.financials.entity.Department.getProfitMargin | ( | ) |
Implements org.turro.financials.model.business.IValuation.
Definition at line 89 of file Department.java.
Set<Contract> org.turro.financials.entity.Department.getStores | ( | ) |
double org.turro.financials.entity.Department.getStructureMargin | ( | ) |
Implements org.turro.financials.model.business.IValuation.
Definition at line 54 of file Department.java.
boolean org.turro.financials.entity.Department.isAlwaysApply | ( | ) |
Implements org.turro.financials.model.business.IValuation.
Definition at line 98 of file Department.java.
boolean org.turro.financials.entity.Department.isEmpty | ( | ) |
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 122 of file Department.java.
void org.turro.financials.entity.Department.setAlwaysApply | ( | boolean | alwaysApply | ) |
Definition at line 102 of file Department.java.
void org.turro.financials.entity.Department.setHeadquarters | ( | Headquarters | headquarters | ) |
void org.turro.financials.entity.Department.setId | ( | long | id | ) |
Definition at line 75 of file Department.java.
void org.turro.financials.entity.Department.setName | ( | String | name | ) |
Definition at line 84 of file Department.java.
void org.turro.financials.entity.Department.setProfitMargin | ( | double | profitMargin | ) |
Definition at line 93 of file Department.java.
void org.turro.financials.entity.Department.setStores | ( | Set< Contract > | stores | ) |
Definition at line 110 of file Department.java.
void org.turro.financials.entity.Department.setStructureMargin | ( | double | structureMargin | ) |
Definition at line 58 of file Department.java.