Class Warehouse
java.lang.Object
de.bytestore.hostinger.entity.ecommerce.Warehouse
Represents a warehouse entity for managing storage and distribution information.
This entity is mapped to the `HOST_WAREHOUSES` table.
The Warehouse class holds details such as the warehouse name, address, and location metadata,
including street, city, state, country, and postal code.
It also includes an internally generated unique identifier (UUID) for referencing the warehouse
in the system.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()getId()getName()getState()getUuid()voidvoidsetCountry(String country) voidvoidvoidsetPostcode(String postcode) voidvoidvoid
-
Constructor Details
-
Warehouse
public Warehouse()
-
-
Method Details
-
getState
-
setState
-
getCountry
-
setCountry
-
getPostcode
-
setPostcode
-
getCity
-
setCity
-
getStreet
-
setStreet
-
getName
-
setName
-
getUuid
-
setUuid
-
getId
-
setId
-