Public Member Functions | |
Date | getClosingDate () |
void | setClosingDate (Date closingDate) |
double | getStructureMargin () |
void | setStructureMargin (double structureMargin) |
Set< Headquarters > | getHeadquarters () |
void | setHeadquarters (Set< Headquarters > headquarters) |
long | getId () |
void | setId (long id) |
String | getIdContact () |
void | setIdContact (String idContact) |
String | getName () |
void | setName (String name) |
double | getProfitMargin () |
void | setProfitMargin (double profitMargin) |
Set< Service > | getServices () |
void | setServices (Set< Service > services) |
boolean | isAlwaysApply () |
void | setAlwaysApply (boolean alwaysApply) |
Object | entityId () |
boolean | isEmpty () |
IContact | getIContact () |
void | setIContact (IContact contact) |
MappingSet | getSerializerMappings () |
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 36 of file Company.java.
Object org.turro.financials.entity.Company.entityId | ( | ) |
Date org.turro.financials.entity.Company.getClosingDate | ( | ) |
Set<Headquarters> org.turro.financials.entity.Company.getHeadquarters | ( | ) |
IContact org.turro.financials.entity.Company.getIContact | ( | ) |
Definition at line 157 of file Company.java.
long org.turro.financials.entity.Company.getId | ( | ) |
Implements org.turro.financials.model.business.IValuation.
Definition at line 89 of file Company.java.
String org.turro.financials.entity.Company.getIdContact | ( | ) |
Definition at line 97 of file Company.java.
String org.turro.financials.entity.Company.getName | ( | ) |
Implements org.turro.financials.model.business.IValuation.
Definition at line 107 of file Company.java.
double org.turro.financials.entity.Company.getProfitMargin | ( | ) |
Implements org.turro.financials.model.business.IValuation.
Definition at line 116 of file Company.java.
MappingSet org.turro.financials.entity.Company.getSerializerMappings | ( | ) |
Definition at line 176 of file Company.java.
Set<Service> org.turro.financials.entity.Company.getServices | ( | ) |
double org.turro.financials.entity.Company.getStructureMargin | ( | ) |
Implements org.turro.financials.model.business.IValuation.
Definition at line 72 of file Company.java.
boolean org.turro.financials.entity.Company.isAlwaysApply | ( | ) |
Implements org.turro.financials.model.business.IValuation.
Definition at line 133 of file Company.java.
boolean org.turro.financials.entity.Company.isEmpty | ( | ) |
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 149 of file Company.java.
void org.turro.financials.entity.Company.setAlwaysApply | ( | boolean | alwaysApply | ) |
Definition at line 137 of file Company.java.
void org.turro.financials.entity.Company.setClosingDate | ( | Date | closingDate | ) |
Definition at line 67 of file Company.java.
void org.turro.financials.entity.Company.setHeadquarters | ( | Set< Headquarters > | headquarters | ) |
Definition at line 84 of file Company.java.
void org.turro.financials.entity.Company.setIContact | ( | IContact | contact | ) |
Definition at line 164 of file Company.java.
void org.turro.financials.entity.Company.setId | ( | long | id | ) |
Definition at line 93 of file Company.java.
void org.turro.financials.entity.Company.setIdContact | ( | String | idContact | ) |
Definition at line 101 of file Company.java.
void org.turro.financials.entity.Company.setName | ( | String | name | ) |
Definition at line 111 of file Company.java.
void org.turro.financials.entity.Company.setProfitMargin | ( | double | profitMargin | ) |
Definition at line 120 of file Company.java.
void org.turro.financials.entity.Company.setServices | ( | Set< Service > | services | ) |
Definition at line 128 of file Company.java.
void org.turro.financials.entity.Company.setStructureMargin | ( | double | structureMargin | ) |
Definition at line 76 of file Company.java.