Package com.suarte.core

Examples of com.suarte.core.Quotation.addDetail()


    public void testStoreQuotation(){
        Quotation quotation = new Quotation();
        quotation.setTransDate(new Date());
        quotation.setDescription("Test with set this");

        quotation.addDetail(new QuotationDetail(null, 1, 0f, 0f, 0f));
        //manager.save(quotation);
        //setComplete();
    }
}
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.