Entity: Rental

Model Rentals
Class Inheritance webobjectsexamples.businesslogic.rentals.common.Rental
External Name RENTAL


Attributes
Properties Database Definition
Name         Value Class Column Ext. Type Value Type
customerID         Number CUSTOMER_ID long(9) i
dateOut         NSTimestamp DATE_OUT datetime
dateReturned         NSTimestamp DATE_RETURNED datetime
rentalID         Number RENTAL_ID long(9) i
unitID         Number UNIT_ID long(9) i


Relationships
Property Join Options
Name   Destination Source Attrs Destination Attrs Req Delete Propagate PK Owns Dest Batch Fault
customer     Customer customerID customerID   Nullify    
fees     Fee rentalID rentalID   Cascade    
unit     Unit unitID unitID   Nullify