Rentals
/ Customer
referenced by
CreditCard
,
Rental
,
User
External Name
customer
Class Name
org.wocommunity.rentals.model.server.Customer
Attributes
show details
hide non-class
city
CITY
External Type
varchar50 (char)
Allows Null?
No
Used For Locking?
Yes
Width
20
customerID [primary key]
CUSTOMER_ID
External Type
id (integer)
Allows Null?
No
Used For Locking?
Yes
firstName
FIRST_NAME
External Type
varchar50 (char)
Allows Null?
No
Used For Locking?
Yes
Width
20
lastName
LAST_NAME
External Type
varchar50 (char)
Allows Null?
No
Used For Locking?
Yes
Width
30
memberSince
MEMBER_SINCE
External Type
dateTime (timestamp)
Allows Null?
Yes
Used For Locking?
Yes
phone
PHONE
External Type
varchar10 (char)
Allows Null?
Yes
Used For Locking?
Yes
Width
10
state
STATE
External Type
varchar10 (char)
Allows Null?
Yes
Used For Locking?
Yes
Width
2
streetAddress
STREET_ADDRESS
External Type
varchar50 (char)
Allows Null?
Yes
Used For Locking?
Yes
Width
50
zip
ZIP
External Type
varchar10 (char)
Allows Null?
Yes
Used For Locking?
Yes
Width
10
Relationships
show details
hide non-class
creditCard
CreditCard
Type
Mandatory To-One
Joins
customerID
>
customerID
outRentals
Rental
Type
To-Many
Joins
customerID
>
customerID
rentals
Rental
Type
To-Many
Joins
customerID
>
customerID
unpaidFees
Fee
via
rentals
.
fees
Type
Flattened To-Many
Fetch Specifications
no fetch specification
Entity Indexes
no entity indexes