AVM Transaction class
The avm_transaction base class is the basis for all transaction objects Requires the user to define transaction-specific methods called by other components convert2string(): generate a string that gets displayed by print() clone(): defines the action to be performed when copying the transaction (handle-only, shallow copy, deep copy, etc.) comp(): defines which fields are relevant when comparing two transaction clone() and comp() methods are used by other AVM components to handle the transaction correctly
|
|
This Articles is written/submitted by puneet (Puneet Aggarwal). You can also contribute to Asicguru.com. Click here to start
|
Prev << Components
|
Next >> Transactor
|