Public Member Functions | |
Company | getCompany () |
void | setCompany (Company company) |
Set< Department > | getDepartments () |
void | setDepartments (Set< Department > departments) |
double | getStructureMargin () |
void | setStructureMargin (double structureMargin) |
long | getId () |
void | setId (long id) |
String | getIdContact () |
void | setIdContact (String idContact) |
String | getName () |
void | setName (String name) |
double | getProfitMargin () |
void | setProfitMargin (double profitMargin) |
boolean | isAlwaysApply () |
void | setAlwaysApply (boolean alwaysApply) |
Object | entityId () |
boolean | isEmpty () |
IContact | getIContact () |
void | setIContact (IContact contact) |
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 34 of file Headquarters.java.
Object org.turro.financials.entity.Headquarters.entityId | ( | ) |
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 130 of file Headquarters.java.
Company org.turro.financials.entity.Headquarters.getCompany | ( | ) |
Set<Department> org.turro.financials.entity.Headquarters.getDepartments | ( | ) |
IContact org.turro.financials.entity.Headquarters.getIContact | ( | ) |
Definition at line 143 of file Headquarters.java.
long org.turro.financials.entity.Headquarters.getId | ( | ) |
Implements org.turro.financials.model.business.IValuation.
Definition at line 83 of file Headquarters.java.
String org.turro.financials.entity.Headquarters.getIdContact | ( | ) |
String org.turro.financials.entity.Headquarters.getName | ( | ) |
Implements org.turro.financials.model.business.IValuation.
Definition at line 101 of file Headquarters.java.
double org.turro.financials.entity.Headquarters.getProfitMargin | ( | ) |
Implements org.turro.financials.model.business.IValuation.
Definition at line 110 of file Headquarters.java.
double org.turro.financials.entity.Headquarters.getStructureMargin | ( | ) |
Implements org.turro.financials.model.business.IValuation.
Definition at line 74 of file Headquarters.java.
boolean org.turro.financials.entity.Headquarters.isAlwaysApply | ( | ) |
Implements org.turro.financials.model.business.IValuation.
Definition at line 119 of file Headquarters.java.
boolean org.turro.financials.entity.Headquarters.isEmpty | ( | ) |
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 135 of file Headquarters.java.
void org.turro.financials.entity.Headquarters.setAlwaysApply | ( | boolean | alwaysApply | ) |
Definition at line 123 of file Headquarters.java.
void org.turro.financials.entity.Headquarters.setCompany | ( | Company | company | ) |
void org.turro.financials.entity.Headquarters.setDepartments | ( | Set< Department > | departments | ) |
Definition at line 69 of file Headquarters.java.
void org.turro.financials.entity.Headquarters.setIContact | ( | IContact | contact | ) |
Definition at line 150 of file Headquarters.java.
void org.turro.financials.entity.Headquarters.setId | ( | long | id | ) |
Definition at line 87 of file Headquarters.java.
void org.turro.financials.entity.Headquarters.setIdContact | ( | String | idContact | ) |
Definition at line 95 of file Headquarters.java.
void org.turro.financials.entity.Headquarters.setName | ( | String | name | ) |
Definition at line 105 of file Headquarters.java.
void org.turro.financials.entity.Headquarters.setProfitMargin | ( | double | profitMargin | ) |
Definition at line 114 of file Headquarters.java.
void org.turro.financials.entity.Headquarters.setStructureMargin | ( | double | structureMargin | ) |
Definition at line 78 of file Headquarters.java.