Class LogisticsOrder
java.lang.Object
de.bytestore.hostinger.entity.logistics.LogisticsOrder
Represents a logistics order within the system. This entity serves as the
foundation for actions related to logistics operations, particularly the
purchase and management of products across warehouses.
Key Characteristics:
- Uniquely identified by an autogenerated UUID.
- Designed for operations such as purchasing products from warehouses.
Annotations:
-
@JmixEntity: Marks this class as a Jmix entity, enabling integration
with the Jmix framework's metadata and data management tools.
- @Setter and @Getter: Automatically generates getter and setter
methods for the class properties.
- @JmixGeneratedValue: Indicates that the UUID field value is
automatically generated.
- @Table and @Entity: Standard JPA annotations that map the
class to a database table.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LogisticsOrder
public LogisticsOrder()
-