Package org.apache.cayenne.testdo.testmap

Examples of org.apache.cayenne.testdo.testmap.PaintingInfo


        p1.setPaintingTitle(paintingName);
        return p1;
    }

    protected PaintingInfo newPaintingInfo() {
        PaintingInfo p1 = context.newObject(PaintingInfo.class);
        p1.setTextReview(textReview);
        p1.setImageBlob(paintingImage);
        return p1;
    }
View Full Code Here

TOP

Related Classes of org.apache.cayenne.testdo.testmap.PaintingInfo

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.