Package com.kellerkindt.scs.shops

Examples of com.kellerkindt.scs.shops.Shop.resetHasChanged()


       
        // deserialize
        Shop shop = (Shop)conf.get(PATH);
       
        // reset has changed
        shop.resetHasChanged();
       
        // add it
        shops.add(shop);
       
      } catch (Exception e) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.