DataBasicAccount Class Reference

Base class holding the information of one account. More...

#include <dataaccount.h>

Inherited by DataAccount, and DataTableAccount.

List of all members.

Public Member Functions

int accountNumber ()
QString name ()
void setAccountNumber (int number)
void setName (QString name)
virtual void hash (unsigned int &startValue)
virtual bool loadDataNode (const QDomNode data)
virtual QDomElement saveDataNode (QDomDocument *xml, bool displayName=true)
 DataBasicAccount ()
virtual ~DataBasicAccount ()


Detailed Description

Base class holding the information of one account.

Represents the content of the XML tag <account>

Definition at line 14 of file dataaccount.h.


Constructor & Destructor Documentation

DataBasicAccount::DataBasicAccount (  ) 

Definition at line 6 of file dataaccount.cpp.

virtual DataBasicAccount::~DataBasicAccount (  )  [inline, virtual]

Definition at line 31 of file dataaccount.h.


Member Function Documentation

int DataBasicAccount::accountNumber (  )  [inline]

Definition at line 17 of file dataaccount.h.

void DataBasicAccount::hash ( unsigned int &  startValue  )  [virtual]

Hash value of data

Reimplemented in DataAccount, and DataTableAccount.

Definition at line 48 of file dataaccount.cpp.

bool DataBasicAccount::loadDataNode ( const QDomNode  data  )  [virtual]

Load the class attributes from the XML tag "account"

Reimplemented in DataAccount, and DataTableAccount.

Definition at line 10 of file dataaccount.cpp.

Here is the caller graph for this function:

QString DataBasicAccount::name (  )  [inline]

Definition at line 18 of file dataaccount.h.

QDomElement DataBasicAccount::saveDataNode ( QDomDocument *  xml,
bool  displayName = true 
) [virtual]

Returns an XML tag "account" with the class attributes

Definition at line 33 of file dataaccount.cpp.

void DataBasicAccount::setAccountNumber ( int  number  )  [inline]

Definition at line 20 of file dataaccount.h.

Here is the caller graph for this function:

void DataBasicAccount::setName ( QString  name  )  [inline]

Definition at line 21 of file dataaccount.h.

Here is the caller graph for this function:


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

Generated on Mon Jun 15 15:39:24 2009 for Allevo II Doublebookkeeping by  doxygen 1.5.9