Class User
java.lang.Object
es.kukenan.smartfi.microservice.smartficore.repository.entity.User
- All Implemented Interfaces:
Serializable
DAO for user table in Database.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringUser address.private BooleanUser advance_request.private ApcScoreUser apc score.private LocalDateUser birthdate.private booleanUser phone.private StringUser phone.private UserCivilStatusUser civil status.private StringUser cod_empleado.private StringUser company.list of user contracts.private CountryProduct product family.private LocalDateTimeCreation date in number.private BooleanUser credit_request.private StringUser document id.private DocumentTypeType of user document.private StringUser email.private EntityProduct product family.private UserGenderUser gender.private StringUser Id.private FloatUser income.private LocalDateTimeInsert date.private StringInsert user.private UserLanguageUser language.private FloatUser max_advance_request.private StringUser name.private StringUser nationality.private StringNature type.private StringUser onboarding.private StringUser phone.private StringUser phone prefix.private UserStateuser status.private StringUser surname.private UserTypeuser status.private LocalDateTimeUpdate date.private StringUpdate user.private List<UserBackoffice>list of user backoffice.private Set<AccountBank>list of user bank accounts.private IntegerUser code.private Set<UserCompany>list of user companies.private List<UserDocument>list of user document. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanTest if all the fields in user entity have the same value that the given argument.inthashCode()
-
Field Details
-
id
User Id. -
name
User name. -
surname
User surname. -
documentType
Type of user document. -
userDocument
list of user document. -
documentId
User document id. -
birthDate
User birthdate. -
email
User email. -
phone
User phone. -
phonePrefix
User phone prefix. -
creationDate
Creation date in number. -
language
User language. -
gender
User gender. -
civilStatus
User civil status. -
natureType
Nature type. -
userCode
User code. -
userBackoffice
list of user backoffice. -
state
user status. -
type
user status. -
entity
Product product family. -
country
Product product family. -
companyId
User company. -
onboardingId
User onboarding. -
address
User address. -
city
User phone. -
blacklisted
private boolean blacklistedUser phone. -
insertDate
Insert date. -
insertUser
Insert user. -
updateDate
Update date. -
updateUser
Update user. -
userCompanies
list of user companies. -
contracts
list of user contracts. -
apcScore
User apc score. -
income
User income. -
advanceRequest
User advance_request. -
creditRequest
User credit_request. -
codEmpleado
User cod_empleado. -
maxAdvanceRequest
User max_advance_request. -
userBankAccounts
list of user bank accounts. -
nationality
User nationality.
-
-
Constructor Details
-
User
public User()
-
-
Method Details
-
allFieldEqualsNoPwd
Test if all the fields in user entity have the same value that the given argument. Nested entities (UserDevice and UserBackoffice) and password hash are ignored.- Parameters:
o- the user entity to compare this instance to.- Returns:
- the result of the comparison.
-
hashCode
public int hashCode()
-