
Public Member Functions | |
| BigDecimal | amount () |
| void | awakeFromInsertion (EOEditingContext editingContext) |
| NSTimestamp | datePaid () |
| Fee (NSTimestamp date, EOEditingContext editingContext) | |
| Fee () | |
| FeeType | feeType () |
| boolean | isPaid () |
| void | pay () |
| Rental | rental () |
| void | setAmount (BigDecimal value) |
| void | setDatePaid (NSTimestamp value) |
| void | setFeeType (FeeType value) |
| void | setRental (Rental value) |
| void | validateForDelete () throws NSValidation.ValidationException |
Static Public Attributes | |
| static final String | AmountKey = "amount" |
| static final String | DatePaidKey = "datePaid" |
| static final String | FeeTypeKey = "feeType" |
| static final int | LateFeeAmountPerDay = 3 |
| static final String | RentalKey = "rental" |
Static Private Attributes | |
| static final String | _CostKeyPath = "rental.unit.video.rentalTerms.cost" |
| static final long | serialVersionUID = -6593943328561415279L |
| Fee | ( | ) |
| Fee | ( | NSTimestamp | date, | |
| EOEditingContext | editingContext | |||
| ) |
| BigDecimal amount | ( | ) |
| void awakeFromInsertion | ( | EOEditingContext | editingContext | ) |
| NSTimestamp datePaid | ( | ) |
| FeeType feeType | ( | ) |
| boolean isPaid | ( | ) |
| void pay | ( | ) |
| Rental rental | ( | ) |
| void setAmount | ( | BigDecimal | value | ) |
| void setDatePaid | ( | NSTimestamp | value | ) |
| void setFeeType | ( | FeeType | value | ) |
| void setRental | ( | Rental | value | ) |
| void validateForDelete | ( | ) | throws NSValidation.ValidationException |
final String _CostKeyPath = "rental.unit.video.rentalTerms.cost" [static, private] |
final String DatePaidKey = "datePaid" [static] |
final String FeeTypeKey = "feeType" [static] |
final int LateFeeAmountPerDay = 3 [static] |
final long serialVersionUID = -6593943328561415279L [static, private] |
1.5.8