Class User
java.lang.Object
es.kukenan.smartfi.microservice.contracts.repository.entity.User
- All Implemented Interfaces:
Serializable
DAO for user table in Database.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringUser address.private UserCivilStatusUser civil status.private @NotEmpty @Size(max=2,min=2) StringUser company.private @Size(max=20) StringUser document id.private DocumentTypeType of user document.private @Size(max=255) Stringemail.private UserGenderUser gender.private @Size(max=50) StringUser Id.private UserLanguageUser language.private LocalDatelast update phone date.private @NotEmpty @Size(max=45) StringUser name.private StringUser nationality.private @Size(max=1) StringNature type.private @Size(max=20) Stringphone.private @Size(max=5) Stringphone prefix.private static final longserial version.private UserStateuser status.private @Size(max=50) StringUser second surname.private UserTypeuser type.private List<UserBackoffice>list of user backoffice.private IntegerUser code. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserial version.- See Also:
-
id
User Id. -
name
User name. -
surname
User second surname. -
documentType
Type of user document. -
documentId
User document id. -
companyId
User company. -
language
User language. -
gender
User gender. -
civilStatus
User civil status. -
state
user status. -
type
user type. -
natureType
Nature type. -
userCode
User code. -
lastUpdatePhoneDate
last update phone date. -
email
email. -
phone
phone. -
phonePrefix
phone prefix. -
userBackoffice
list of user backoffice. -
address
User address. -
nationality
User nationality.
-
-
Constructor Details
-
User
public User()
-