Class Loan
Object
|
+--GrvObject
|
+--EDO
|
+--PLEDO
|
+--Loan
- class
Loan
- extends PLEDO
This class encapsulates any optional financing available
for an Item (i.e. the "loan" record).
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in aimitems.js
|
Constructor Summary |
Loan
()
|
|
Method Summary |
String
|
canCreate(<boolean> appendFlag)
Is it legal to create a new one of "this/these"?
|
String
|
canDelete()
Is it legal to delete "this"?
|
Loan
|
clone()
return a clone of this object
|
void
|
konstructor( propArray, <String> editDate, <String> editUser, <int> theKey, <ItemModel> holder, <int> optEditStatus, <String> optName )
|
String
|
toString()
return "this" as human-readable string
|
<static> Loan
|
Factory(index,holder)
Static factory method to generate blank Loan
|
| Methods inherited from class EDO |
pushEncodedValues, pushValues, makeReadOnly, propValues, edoToolTip, toolTip, isValid, dump, buildUpdateItemPost, pushPosts, getEditRule, setValidity, getValidity, deleteMe, undeleteMe, canUncreate, addMe, isNew, isDeleted, inEdit, canEdit, editMe, uneditMe, collapse, expand, isExpanded, canToggleExpand, toggleExpand, isActive, inLimbo, isViewable, state, action
|
EditRules
<static> Object EditRules
Properties
<static> Object Properties
Title
<static> Object Title
UpdateID
<static> Object UpdateID
Loan
Loan()
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
canCreate
String canCreate(<boolean> appendFlag)
Is it legal to create a new one of "this/these"?
Parameters:
appendFlag - if true then append else insert
canDelete
String canDelete()
Is it legal to delete "this"?
clone
Loan clone()
return a clone of this object
konstructor
void konstructor( propArray, <String> editDate, <String> editUser, <int> theKey, <ItemModel> holder, <int> optEditStatus, <String> optName )
Parameters:
editDate - date of last edit
editUser - ID of last user to edit
theKey - unique key of this record
holder - parent EDOHolderModel
optEditStatus - optional edit status
optName - optional name of this instance
array - of editable property values in same order as .Properties
toString
String toString()
return "this" as human-readable string
Factory
<static> Loan Factory(index,holder)
Static factory method to generate blank Loan
Documentation generated by
JSDoc on Thu Jan 6 12:46:39 2011