Class ProductSearchRequest
java.lang.Object
es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchRequest
This class encapsulates all required information to search a product (product detail) and create a full
ProductDetailDomain object.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final IntegerBackoffice identifier.private final StringCore contract identifier.private StringProduct detail in the backoffice subsystem.private StringProduct identifier in the backoffice subsystem.private StringProduct type in the backoffice subsystem.private final StringSubsystem identifier inside the backoffice.private final StringUser identifier in the backoffice.private booleanProduct type in the backoffice subsystem.private final es.kukenan.smartfi.common.service.jwt.enums.EntityBankEnumUser back entity.private final StringSkyline product identifier.private final StringSkyline user identifier. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
skylineUserId
Skyline user identifier. -
entity
private final es.kukenan.smartfi.common.service.jwt.enums.EntityBankEnum entityUser back entity. -
skylineProductId
Skyline product identifier. -
backOfficeId
Backoffice identifier. -
coreUserId
User identifier in the backoffice. -
coreSubsystem
Subsystem identifier inside the backoffice. -
contractId
Core contract identifier. -
coreProductId
Product identifier in the backoffice subsystem. -
coreProductTypeId
Product type in the backoffice subsystem. -
coreProductDetail
Product detail in the backoffice subsystem. -
currency
private boolean currencyProduct type in the backoffice subsystem.
-
-
Constructor Details
-
ProductSearchRequest
public ProductSearchRequest()
-