Package domain

Examples of domain.PreferencesController


  //System.out.println("ID: "+_id+", G: "+g);
  aux.setG(_id,g);
    }

    public void setN(int n) {
  PreferencesController aux = PreferencesController.getInstance();
  aux.setN(_id,n);
    }
View Full Code Here


  PreferencesController aux = PreferencesController.getInstance();
  aux.setN(_id,n);
    }

    public void setS(int s) {
  PreferencesController aux = PreferencesController.getInstance();
  aux.setS(_id,s);
    }
View Full Code Here

TOP

Related Classes of domain.PreferencesController

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.