Examples of ExpenseSheetLineDTO


Examples of org.libreplan.ws.expensesheets.api.ExpenseSheetLineDTO

            } else {
                throw new ValidationException(
                        "missing date in a expense sheet line");
            }

            return new ExpenseSheetLineDTO(code, line.getConcept(), value,
                    resourceCode, orderElementCode, date);
        } else {
            throw new ValidationException(
                    "the expense sheet line is not initialized");
        }
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.