Class Account
Object
|
+--GrvObject
|
+--Account
- class
Account
- extends GrvObject
DOMAIN-OBJECT: This class encapsulates the identifying
attributes of a Account.
This class implements the MVCMenuItem interface.
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in rats.js
|
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()
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
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 Sun Feb 11 13:31:25 2007