Class UserBackoffice
java.lang.Object
es.kukenan.smartfi.microservice.smartficore.repository.entity.UserBackoffice
- All Implemented Interfaces:
Serializable
DAO for user table in Database.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classArtificial class to support user backoffice composite key. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BackofficeBackoffice Id.private StringCore user identifier update from Backoffice.private Useruser associated to the backoffice identifier. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
user
user associated to the backoffice identifier. -
coreUserId
Core user identifier update from Backoffice. -
backoffice
Backoffice Id.
-
-
Constructor Details
-
UserBackoffice
public UserBackoffice()
-