java.lang.Object
de.bytestore.hostinger.entity.logistics.Dealer

public class Dealer extends Object
Represents a dealer entity in the system. A dealer is associated with logistics operations, can provide products, and be referenced in various logistics-related entities. This entity consists of an autogenerated identifier and basic details such as the name and provider information. Annotations: - @JmixEntity: Indicates that this is a Jmix entity. - @Setter and @Getter: Generate getter and setter methods for properties. - @JmixGeneratedValue: Marks the field to have a generated value. - @JmixId: Identifies the primary key for the entity. - @InstanceName: Specifies the property used as the instance name in the UI.
  • Constructor Details

    • Dealer

      public Dealer()