Package com.inteliqua.rest.product
Class ProductBaseDTO
- java.lang.Object
-
- com.inteliqua.rest.product.ProductBaseDTO
-
- Direct Known Subclasses:
ProductMetadataDTO
public class ProductBaseDTO extends Object
Data Transfer Object (DTO) representing the base product information. This class is used to transfer product-related data between different layers of the application.- See Also:
ApiModel,Getter,The class contains the following main attributes: productNumber - Unique identifier for the product countryCode - Country code where the product is available description - Detailed description of the product isInPromotion - Flag indicating if the product is currently on promotion
-
-
Constructor Summary
Constructors Constructor Description ProductBaseDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetIsInPromotion()voidsetIsInPromotion(boolean isInPromotion)StringtoString()
-