Package beans.directory.simple.entities

Examples of beans.directory.simple.entities.FinanceSource


                recipeSN = recipeSN + " " + pr.getNumber();
            }
            data.recipeSN = recipeSN.trim();
            data.recipeDate = pr.getDate();

            FinanceSource financeSource = pr.getFinance();
            if (financeSource != null) {
                data.financeSource = pr.getFinance().getId();
            }

            data.percent = pr.getPercent();
View Full Code Here

TOP

Related Classes of beans.directory.simple.entities.FinanceSource

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.