
Public Member Functions | |
| Number | checkOutLength () |
| BigDecimal | cost () |
| BigDecimal | depositAmount () |
| String | name () |
| RentalTerms () | |
| void | setCheckOutLength (Number value) |
| void | setCost (BigDecimal value) |
| void | setDepositAmount (BigDecimal value) |
| void | setName (String value) |
Static Public Member Functions | |
| static RentalTerms | defaultRentalTerms (EOEditingContext editingContext) |
Static Public Attributes | |
| static final String | RentalTermsEntityName = "RentalTerms" |
| static final String | RentalTermsIDKey = "rentalTermsID" |
Static Private Member Functions | |
| static EOGlobalID | _globalIDForPrimaryKey (int primaryKey, EOEditingContext editingContext) |
Private Attributes | |
| transient Number | _checkOutLength |
| transient BigDecimal | _cost |
| transient BigDecimal | _depositAmount |
| transient String | _name |
Static Private Attributes | |
| static EOGlobalID | _defaultRentalTermsGlobalID = null |
| static final long | serialVersionUID = 4273410078165804242L |
| RentalTerms | ( | ) |
| static EOGlobalID _globalIDForPrimaryKey | ( | int | primaryKey, | |
| EOEditingContext | editingContext | |||
| ) | [static, private] |
| Number checkOutLength | ( | ) |
| BigDecimal cost | ( | ) |
| static RentalTerms defaultRentalTerms | ( | EOEditingContext | editingContext | ) | [static] |
| BigDecimal depositAmount | ( | ) |
| String name | ( | ) |
| void setCheckOutLength | ( | Number | value | ) |
| void setCost | ( | BigDecimal | value | ) |
| void setDepositAmount | ( | BigDecimal | value | ) |
| void setName | ( | String | value | ) |
transient Number _checkOutLength [private] |
transient BigDecimal _cost [private] |
EOGlobalID _defaultRentalTermsGlobalID = null [static, private] |
transient BigDecimal _depositAmount [private] |
final String RentalTermsEntityName = "RentalTerms" [static] |
final String RentalTermsIDKey = "rentalTermsID" [static] |
final long serialVersionUID = 4273410078165804242L [static, private] |
1.5.8