Package com.appspot.piment.model

Examples of com.appspot.piment.model.ConfigItem


      values.put(configItem.getKey(), configItem.getValue());
    }
    }

    if (values.size() == 0) {
    ConfigItem configItem = new ConfigItem();
    configItem.setKey("dummy");
    pm.makePersistent(configItem);
    }

    return values;
View Full Code Here

TOP

Related Classes of com.appspot.piment.model.ConfigItem

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.