All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.kuali.ole.pojo.edi.MonetarySummaryInformation Maven / Gradle / Ivy

The newest version!
package org.kuali.ole.pojo.edi;

/**
 * Created with IntelliJ IDEA.
 * User: palanivel
 * Date: 7/26/13
 * Time: 5:01 PM
 * To change this template use File | Settings | File Templates.
 */
public class MonetarySummaryInformation {

    private String amountType;
    private String amount;

    public String getAmountType() {
        return amountType;
    }

    public void setAmountType(String amountType) {
        this.amountType = amountType;
    }

    public String getAmount() {
        return amount;
    }

    public void setAmount(String amount) {
        this.amount = amount;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy