Class BidderSummary
Object
|
+--GrvObject
|
+--EDOHolderSelectionItem
|
+--BidderSummary
- class
BidderSummary
- extends EDOHolderSelectionItem
This class encapsulates the identifying attributes of an Auction Bidder.
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in aimbidders.js
|
Method Summary |
String
|
getDescription()
return "this" formatted for main menu item
|
void
|
konstructor( <int> theKey, <String> coName, <String> fico, <int> lotCount, <boolean> inactive )
|
String
|
toString()
return "this" as human-readable string
|
void
|
updateProperties( bsum )
set name to given value
|
BidderSummary
BidderSummary()
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
getDescription
String getDescription()
return "this" formatted for main menu item
konstructor
void konstructor( <int> theKey, <String> coName, <String> fico, <int> lotCount, <boolean> inactive )
Parameters:
theKey - primary key of this record
coName - Bidder's company name
fico - Bidder's FICO code
lotCount - count of lots attached to this Bidder
inactive - no-longer-active flag
toString
String toString()
return "this" as human-readable string
updateProperties
void updateProperties( bsum )
Documentation generated by
JSDoc on Thu Jan 6 12:46:39 2011