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

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

    • coreProductTypeId

      private String coreProductTypeId
      core Product Type Id.
    • backOfficeId

      private Integer backOfficeId
      back office id.
    • coreProductTypeDesc

      private String coreProductTypeDesc
      core Product Type Id.
    • productSubtype

      private ProductSubtype productSubtype
      product subtype.
    • subsystem

      private String subsystem
      subsystem value.
  • Constructor Details

    • ProductBackoffice

      public ProductBackoffice()