java.lang.Object
es.kukenan.smartfi.microservice.contracts.api.products.ProductNumberDto
All Implemented Interfaces:
Dto, Visitable, Serializable

public class ProductNumberDto extends Object implements Dto
This class is use to describe the contact of a Product number.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      serialVersionUID identifier.
      See Also:
    • value

      private String value
      Product number value.
    • format

      private IdNamePairDto format
      Product number format.
  • Constructor Details

    • ProductNumberDto

      public ProductNumberDto()
  • Method Details

    • accept

      public void accept(Visitor visitor)
      Description copied from interface: Visitable
      Accept a visitor. Normally, this is implemented in the concrete class by delegating to a concrete visit method in the visitor.
      Specified by:
      accept in interface Visitable
      Parameters:
      visitor - visitor.