Class ItemSummary
Object
|
+--GrvObject
|
+--EDOHolderSelectionItem
|
+--ItemSummary
- class
ItemSummary
- extends EDOHolderSelectionItem
This class encapsulates the identifying attributes of an auction Item.
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in aimitems.js
|
Method Summary |
String
|
getDescription()
return "this" formatted for main menu item
|
void
|
konstructor( <int> theKey, <String> iName, <String> iType, <int> lNum, <boolean> pulled, <int> iNum )
|
String
|
toString()
return "this" as human-readable string
|
void
|
updateProperties( <ItemSummary> it )
set this to given values
|
ItemSummary
ItemSummary()
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> iName, <String> iType, <int> lNum, <boolean> pulled, <int> iNum )
Parameters:
theKey - unique key of this record
pulled - item pulled flag
toString
String toString()
return "this" as human-readable string
updateProperties
void updateProperties( <ItemSummary> it )
Documentation generated by
JSDoc on Sun Feb 11 13:31:42 2007