Package AlMaGe

Examples of AlMaGe.Calculate


  private Calculate abrechnung;
 
  public PersIDGehAus(int persID, int gehAusID) throws InstantiationException, IllegalAccessException, ClassNotFoundException, SQLException {
    this.persID = persID;
    this.gehAusID = gehAusID;
    this.abrechnung = new Calculate(getPersID());
  }
View Full Code Here

TOP

Related Classes of AlMaGe.Calculate

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.