Class TemporalBackofficeProduct

java.lang.Object
es.kukenan.smartfi.microservice.contracts.repository.entity.TemporalBackofficeProduct
All Implemented Interfaces:
Serializable

@Entity public class TemporalBackofficeProduct extends Object implements Serializable
DAO for TemporalBackofficeProduct table in Database.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial UUID.
      See Also:
    • coreProductId

      private String coreProductId
      Core product identifier.
    • backOfficeId

      private Integer backOfficeId
      Backoffice identifier.
    • backofficeUserId

      private String backofficeUserId
      Backoffice user identifier.
    • entity

      private String entity
      Entity.
    • productType

      private String productType
      Product type.
    • productSubtype

      private String productSubtype
      Product subtype.
    • productStatus

      private String productStatus
      Product status.
    • cardSituation

      private String cardSituation
      Card situation.
    • expirationDate

      private LocalDate expirationDate
      Expiration date.
    • cardBrand

      private String cardBrand
      Card brand.
    • cardPan

      private String cardPan
      Card PAN.
    • cardType

      private Integer cardType
      Card type.
    • cardRegisterDate

      private LocalDate cardRegisterDate
      Card register date.
    • cardHolder

      private String cardHolder
      Card holder.
  • Constructor Details

    • TemporalBackofficeProduct

      public TemporalBackofficeProduct()