de.upb.swtpra05.group03.companycontrol
Class AccountDataField

java.lang.Object
  extended byde.upb.swtpra05.group03.companycontrol.AccountDataField

class AccountDataField
extends java.lang.Object

Storage Class to hold the Data of one Account Balance.

Version:
$Revision: 1.3 $

Field Summary
(package private)  int Account
          The AccountBalance
 AccountDataField before
          Pointer to the DataField before this
 AccountDataField first
          Pointer to the First DataField in this List
 AccountDataField next
          Pointer to the next DataField
(package private)  int timeStamp
          The TimeStamp
 
Constructor Summary
(package private) AccountDataField(AccountDataField first, AccountDataField before, AccountDataField next, int account, int time)
          Constructor
(package private) AccountDataField(int account, int time)
          Second Constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

next

public AccountDataField next
Pointer to the next DataField


first

public AccountDataField first
Pointer to the First DataField in this List


before

public AccountDataField before
Pointer to the DataField before this


Account

int Account
The AccountBalance


timeStamp

int timeStamp
The TimeStamp

Constructor Detail

AccountDataField

AccountDataField(AccountDataField first,
                 AccountDataField before,
                 AccountDataField next,
                 int account,
                 int time)
Constructor

Parameters:
first -
before -
next -
account -
time -

AccountDataField

AccountDataField(int account,
                 int time)
Second Constructor

Parameters:
account -
time -