Class Contact
Object
|
+--GrvObject
|
+--EDO
|
+--BSCEDO
|
+--Contact
- class
Contact
- extends BSCEDO
This class encapsulates a Bidder "contact" record.
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in aimbidders.js
|
Method Summary |
Contact
|
clone()
return a clone of this object
|
void
|
konstructor( propArray, <String> editDate, <String> editUser, <int> theKey, <BidderModel> holder, <int> lotcount, <int> optEditStatus, <String> optName )
|
String
|
toString()
return "this" as human-readable string
|
<static> Contact
|
Factory(index,holder)
Static factory method to generate blank Contact
|
| Methods inherited from class EDO |
pushEncodedValues, pushValues, makeReadOnly, propValues, edoToolTip, isValid, dump, buildUpdateItemPost, pushPosts, getEditRule, setValidity, getValidity, deleteMe, undeleteMe, canCreate, 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
UpdateID
<static> Object UpdateID
Contact
Contact()
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
clone
Contact clone()
return a clone of this object
konstructor
void konstructor( propArray, <String> editDate, <String> editUser, <int> theKey, <BidderModel> holder, <int> lotcount, <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
lotcount - how many Lots are linked to this
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> Contact Factory(index,holder)
Static factory method to generate blank Contact
Documentation generated by
JSDoc on Sun Feb 11 13:31:42 2007