Rentals
/ Rental
referenced by
Customer
,
Fee
,
Unit
External Name
rental
Class Name
org.wocommunity.rentals.model.server.Rental
Attributes
show details
hide non-class
customerID
CUSTOMER_ID
External Type
id (integer)
Allows Null?
No
Used For Locking?
Yes
dateOut
DATE_OUT
External Type
dateTime (timestamp)
Allows Null?
No
Used For Locking?
Yes
dateReturned
DATE_RETURNED
External Type
dateTime (timestamp)
Allows Null?
Yes
Used For Locking?
Yes
rentalID [primary key]
RENTAL_ID
External Type
id (integer)
Allows Null?
No
Used For Locking?
Yes
unitID
UNIT_ID
External Type
id (integer)
Allows Null?
No
Used For Locking?
Yes
Relationships
show details
customer
Customer
Type
Mandatory To-One
Joins
customerID
>
customerID
fees
Fee
Type
To-Many
Joins
rentalID
>
rentalID
unit
Unit
Type
Mandatory To-One
Joins
unitID
>
unitID
Fetch Specifications
no fetch specification
Entity Indexes
no entity indexes