Package de.innovationgate.webgate.api.fake

Examples of de.innovationgate.webgate.api.fake.WGFakeArea


        if (theArea != null) {
            return theArea;
        } else {
            theArea = (WGArea) db
                    .getOrCreateDesignDocumentObject(new WGFakeArea(db, String
                            .valueOf(this.getMetaData(META_AREA))));
            theArea.setDummy(true);
            return theArea;
        }
View Full Code Here

TOP

Related Classes of de.innovationgate.webgate.api.fake.WGFakeArea

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.