
Public Member Functions | |
| void | awakeFromInsertion (EOEditingContext editingContext) |
| Customer | customer () |
| NSTimestamp | dateDue () |
| NSTimestamp | dateOut () |
| NSTimestamp | dateReturned () |
| void | feePaid () |
| NSArray | fees () |
| boolean | isOut () |
| boolean | isOverdue () |
| String | isOverdueString () |
| boolean | isReturned () |
| Rental () | |
| void | returnVideo () |
| void | setDateOut (NSTimestamp value) |
| void | setDateReturned (NSTimestamp value) |
| void | validateForSave () throws NSValidation.ValidationException |
Static Public Attributes | |
| static final String | CustomerKey = "customer" |
| static final String | DateOutKey = "dateOut" |
| static final String | DateReturnedKey = "dateReturned" |
| static final String | FeesKey = "fees" |
| static final String | IsOutKey = "isOut" |
| static final String | IsOverdueKey = "isOverdue" |
| static final String | UnitKey = "unit" |
Static Private Attributes | |
| static final String | _CheckOutLengthKeyPath = "unit.video.rentalTerms.checkOutLength" |
| static final long | serialVersionUID = -6572273760378405850L |
| Rental | ( | ) |
| void awakeFromInsertion | ( | EOEditingContext | editingContext | ) |
| Customer customer | ( | ) |
| NSTimestamp dateDue | ( | ) |
| NSTimestamp dateOut | ( | ) |
| NSTimestamp dateReturned | ( | ) |
| void feePaid | ( | ) |
| NSArray fees | ( | ) |
| boolean isOut | ( | ) |
| boolean isOverdue | ( | ) |
| String isOverdueString | ( | ) |
| boolean isReturned | ( | ) |
| void returnVideo | ( | ) |
| void setDateOut | ( | NSTimestamp | value | ) |
| void setDateReturned | ( | NSTimestamp | value | ) |
| void validateForSave | ( | ) | throws NSValidation.ValidationException |
final String _CheckOutLengthKeyPath = "unit.video.rentalTerms.checkOutLength" [static, private] |
final String CustomerKey = "customer" [static] |
final String DateOutKey = "dateOut" [static] |
final String DateReturnedKey = "dateReturned" [static] |
final String IsOverdueKey = "isOverdue" [static] |
final long serialVersionUID = -6572273760378405850L [static, private] |
1.5.8