Class RentalProperties
java.lang.Object
info.ejava_student.starter.assignment1.configprops.rentals.properties.RentalProperties
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) AddressProperties
(package private) BigDecimal
(package private) LocalDate
(package private) String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
int id -
rentalDate
LocalDate rentalDate -
rentalAmount
BigDecimal rentalAmount -
renterName
String renterName -
location
AddressProperties location
-
-
Constructor Details
-
RentalProperties
public RentalProperties()
-