Public Member Functions | |
ProcedenceId | getContactId () |
void | setContactId (ProcedenceId contactId) |
String | getId () |
String | getName () |
void | setName (String name) |
String | getEmail () |
void | setEmail (String email) |
String | getPassdig () |
void | setPassdig (String passdig) |
String | getCompany () |
void | setCompany (String company) |
String | getPosition () |
void | setPosition (String position) |
String | getFace () |
void | setFace (String face) |
String | getCompanyFace () |
void | setCompanyFace (String companyFace) |
boolean | isActive () |
void | setActive (boolean active) |
Iterable< IContactRelation > | getBusinessRelations () |
Iterable< IContactRelation > | getWorkerRelations () |
Object | entityId () |
boolean | isEmpty () |
String | toJson () |
String | toJson (Map< String, Object > properties) |
int | hashCode () |
boolean | equals (Object obj) |
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 () |
Static Public Member Functions | |
static AxContact | from (long memberId, String contactId) |
static AxContact | from (long memberId, ImporterRegister register) |
static AxContact | fromJson (JsonValue value) |
Definition at line 54 of file AxContact.java.
Object org.turro.alliance.db.entities.AxContact.entityId | ( | ) |
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 221 of file AxContact.java.
boolean org.turro.alliance.db.entities.AxContact.equals | ( | Object | obj | ) |
Definition at line 257 of file AxContact.java.
|
static |
|
static |
Definition at line 162 of file AxContact.java.
|
static |
Definition at line 243 of file AxContact.java.
Iterable<IContactRelation> org.turro.alliance.db.entities.AxContact.getBusinessRelations | ( | ) |
String org.turro.alliance.db.entities.AxContact.getCompany | ( | ) |
Definition at line 104 of file AxContact.java.
String org.turro.alliance.db.entities.AxContact.getCompanyFace | ( | ) |
Definition at line 128 of file AxContact.java.
ProcedenceId org.turro.alliance.db.entities.AxContact.getContactId | ( | ) |
String org.turro.alliance.db.entities.AxContact.getEmail | ( | ) |
String org.turro.alliance.db.entities.AxContact.getFace | ( | ) |
String org.turro.alliance.db.entities.AxContact.getId | ( | ) |
Definition at line 76 of file AxContact.java.
String org.turro.alliance.db.entities.AxContact.getName | ( | ) |
String org.turro.alliance.db.entities.AxContact.getPassdig | ( | ) |
Definition at line 96 of file AxContact.java.
String org.turro.alliance.db.entities.AxContact.getPosition | ( | ) |
Iterable<IContactRelation> org.turro.alliance.db.entities.AxContact.getWorkerRelations | ( | ) |
Definition at line 150 of file AxContact.java.
int org.turro.alliance.db.entities.AxContact.hashCode | ( | ) |
Definition at line 250 of file AxContact.java.
boolean org.turro.alliance.db.entities.AxContact.isActive | ( | ) |
Definition at line 136 of file AxContact.java.
boolean org.turro.alliance.db.entities.AxContact.isEmpty | ( | ) |
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 226 of file AxContact.java.
void org.turro.alliance.db.entities.AxContact.setActive | ( | boolean | active | ) |
void org.turro.alliance.db.entities.AxContact.setCompany | ( | String | company | ) |
void org.turro.alliance.db.entities.AxContact.setCompanyFace | ( | String | companyFace | ) |
void org.turro.alliance.db.entities.AxContact.setContactId | ( | ProcedenceId | contactId | ) |
void org.turro.alliance.db.entities.AxContact.setEmail | ( | String | ) |
void org.turro.alliance.db.entities.AxContact.setFace | ( | String | face | ) |
void org.turro.alliance.db.entities.AxContact.setName | ( | String | name | ) |
void org.turro.alliance.db.entities.AxContact.setPassdig | ( | String | passdig | ) |
void org.turro.alliance.db.entities.AxContact.setPosition | ( | String | position | ) |
String org.turro.alliance.db.entities.AxContact.toJson | ( | ) |
String org.turro.alliance.db.entities.AxContact.toJson | ( | Map< String, Object > | properties | ) |