Class Shipping
Object
|
+--GrvObject
|
+--EDO
|
+--BSCEDO
|
+--Shipping
- class
Shipping
- extends BSCEDO
This class encapsulates a Bidder "Shipping" record.
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in aimbidders.js
|
Method Summary |
Shipping
|
clone()
return a clone of this object
|
void
|
konstructor( propArray, <String> editDate, <String> editUser, <int> theKey, <BidderModel> holder, <int> lotcount, <int> optEditStatus, <String> optName )
|
<static> Shipping
|
Factory(index,holder)
Static factory method to generate blank Shipping
|
| 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
Shipping
Shipping()
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
clone
Shipping 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
Factory
<static> Shipping Factory(index,holder)
Static factory method to generate blank Shipping
Documentation generated by
JSDoc on Sun Feb 11 13:31:42 2007