Package org.fenixedu.academic.domain.gratuity

Examples of org.fenixedu.academic.domain.gratuity.SibsPaymentType


                    // retrieve payment type from reference
                    String paymentTypeString =
                            sibsReference.substring(SibsPaymentFileConstants.FIELD_REFERENCE_PAYMENT_CODE_BEGIN_INDEX,
                                    SibsPaymentFileConstants.FIELD_REFERENCE_PAYMENT_CODE_END_INDEX);

                    SibsPaymentType paymentType = SibsPaymentType.fromCode(new Integer(paymentTypeString));

                    sibsFileEntries.add(new SibsPaymentFileEntry(year, studentNumber, paymentType, new Timestamp(transactionDate
                            .getTime()), value, sibsFile, SibsPaymentStatus.NOT_PROCESSED_PAYMENT));

                }
View Full Code Here

TOP

Related Classes of org.fenixedu.academic.domain.gratuity.SibsPaymentType

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.