Package com.dada.banking_project.dtos
Class AddressDTO
java.lang.Object
com.dada.banking_project.dtos.AddressDTO
-
Constructor Summary
ConstructorDescriptionAddressDTO
(String city, String state, String street, Integer zipCode) Creates a new AddressDTO object with the specified city, state, street, and zip code. -
Method Summary
-
Constructor Details
-
AddressDTO
Creates a new AddressDTO object with the specified city, state, street, and zip code.- Parameters:
city
- the city where the address is locatedstate
- the state where the address is locatedstreet
- the street where the address is locatedzipCode
- the zip code of the address
-