Uses of Class
de.upb.swtpra05.group03.companycontrol.AccountDataField

Packages that use AccountDataField
de.upb.swtpra05.group03.companycontrol   
 

Uses of AccountDataField in de.upb.swtpra05.group03.companycontrol
 

Fields in de.upb.swtpra05.group03.companycontrol declared as AccountDataField
private  AccountDataField AccountDataControl.first
          First Entry
private  AccountDataField AccountDataControl.actual
          Actual Entry
private  AccountDataField AccountDataControl.last
          Last Entry
 AccountDataField AccountDataField.next
          Pointer to the next DataField
 AccountDataField AccountDataField.first
          Pointer to the First DataField in this List
 AccountDataField AccountDataField.before
          Pointer to the DataField before this
 

Constructors in de.upb.swtpra05.group03.companycontrol with parameters of type AccountDataField
AccountDataField(AccountDataField first, AccountDataField before, AccountDataField next, int account, int time)
          Constructor