|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.upb.swtpra05.group03.companycontrol.AccountDataField
Storage Class to hold the Data of one Account Balance.
| 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 |
public AccountDataField next
public AccountDataField first
public AccountDataField before
int Account
int timeStamp
| Constructor Detail |
AccountDataField(AccountDataField first,
AccountDataField before,
AccountDataField next,
int account,
int time)
first - before - next - account - time -
AccountDataField(int account,
int time)
account - time -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||