Class Account
Object
|
+--OObject
|
+--Account
- class
Account
- extends OObject
DOMAIN-OBJECT: This class encapsulates the identifying
attributes of a Account.
See:
Author: Bruce Wallace (PolyGlotInc.com)
Defined in rats.js
Version: 1.0
|
Method Summary |
void
|
broadcastReconciledStatus()
Send Account Reconciled Status Message
|
String
|
getDescription()
return "this" formatted for account menu item
|
void
|
konstructor( <String> bankID, <String> acct, <boolean> reconciled )
|
String
|
toBroadcastString()
return Account Reconciled Status Message.
|
String
|
toString()
return "this" as human-readable string
|
void
|
updateStatus( reconciled )
set reconciled status to given value and "broadcast"
|
Account
Account()
See:Author: Bruce Wallace (PolyGlotInc.com)
Version: 1.0
broadcastReconciledStatus
void broadcastReconciledStatus()
Send Account Reconciled Status Message
getDescription
String getDescription()
return "this" formatted for account menu item
konstructor
void konstructor( <String> bankID, <String> acct, <boolean> reconciled )
Parameters:
bankID - account's bank ID
reconciled - true if account is already reconciled
toBroadcastString
String toBroadcastString()
return Account Reconciled Status Message.
msg format: "UP~acct~bank~reconciledFlag"
where reconciledFlag is encoded as 'Y'==true, 'N'==false...
toString
String toString()
return "this" as human-readable string
updateStatus
void updateStatus( reconciled )
set reconciled status to given value and "broadcast"
Documentation generated by
JSDoc on Fri Mar 17 06:40:21 2006