Bank System
AccountRecord Class Reference

#include <account.h>

Collaboration diagram for AccountRecord:
Collaboration graph

Public Member Functions

 AccountRecord (Date m_date, string *m_id, double m_amount, double m_balance, string m_desc)
 
 AccountRecord ()
 
void show ()
 
double getAmount ()
 
string * getID ()
 
QString getInfo ()
 

Private Attributes

Date date
 
string * id
 
double amount
 
double balance
 
string desc
 

Constructor & Destructor Documentation

◆ AccountRecord() [1/2]

AccountRecord::AccountRecord ( Date  m_date,
string *  m_id,
double  m_amount,
double  m_balance,
string  m_desc 
)

◆ AccountRecord() [2/2]

AccountRecord::AccountRecord ( )

Member Function Documentation

◆ getAmount()

double AccountRecord::getAmount ( )

◆ getID()

string * AccountRecord::getID ( )

◆ getInfo()

QString AccountRecord::getInfo ( )
Here is the call graph for this function:

◆ show()

void AccountRecord::show ( )
Here is the call graph for this function:

Member Data Documentation

◆ amount

double AccountRecord::amount
private

◆ balance

double AccountRecord::balance
private

◆ date

Date AccountRecord::date
private

◆ desc

string AccountRecord::desc
private

◆ id

string* AccountRecord::id
private

The documentation for this class was generated from the following files: