Entity: CreditCard

Model Rentals
Class Inheritance webobjectsexamples.businesslogic.rentals.common.CreditCard
External Name CREDIT_CARD


Attributes
Properties Database Definition
Name         Value Class Column Ext. Type Value Type
authorizationDate         NSTimestamp AUTHORIZATION_DATE datetime
authorizationNum         String AUTHORIZATION_NUM char(10)
cardNumber         String CARD_NUMBER char(25)
customerID         Number CUSTOMER_ID long(9) i
expirationDate         NSTimestamp EXPIRATION_DATE datetime
limit         BigDecimal CLIMIT money(10,2) B


Relationships
Property Join Options
Name   Destination Source Attrs Destination Attrs Req Delete Propagate PK Owns Dest Batch Fault
customer     Customer customerID customerID   Nullify