Class ProductDto
java.lang.Object
es.kukenan.smartfi.microservice.transfer.api.products.ProductDto
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ProductDestinationDto,ProductOriginDto
This class is use to describe the contact of a Product object.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringProduct alias.private AmountDtoCountable balance.private StringCore product identifier.private StringSkyline product identifier.private AmountDtoAvailable balance to date.private ProductNumberDtoProduct number.private IdNamePairDtoSkyline product subtype type.private IdNamePairDtoSkyline product type.private static final longserialVersionUID identifier. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID identifier.- See Also:
-
id
Skyline product identifier. -
alias
Product alias. -
productNumber
Product number. -
productType
Skyline product type. -
productSubtype
Skyline product subtype type. -
postedBalance
Available balance to date. -
balance
Countable balance. -
coreProductId
Core product identifier.
-
-
Constructor Details
-
ProductDto
public ProductDto()
-