Class ProductBackoffice
java.lang.Object
es.kukenan.smartfi.microservice.contracts.repository.entity.ProductBackoffice
- All Implemented Interfaces:
Serializable
DAO for Product Back office table in Database.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classArtificial class to support product backoffice composite key. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Integerback office id.private Stringcore Product Type Id.private Stringcore Product Type Id.private ProductSubtypeproduct subtype.private Stringsubsystem value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
coreProductTypeId
core Product Type Id. -
backOfficeId
back office id. -
coreProductTypeDesc
core Product Type Id. -
productSubtype
product subtype. -
subsystem
subsystem value.
-
-
Constructor Details
-
ProductBackoffice
public ProductBackoffice()
-