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

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

package org.kuali.ole.pojo.edi;

/**
 * Created with IntelliJ IDEA.
 * User: palanivel
 * Date: 9/20/13
 * Time: 6:36 PM
 * To change this template use File | Settings | File Templates.
 */
public class AllowanceMonetaryLineItemInformation {

    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 - 2025 Weber Informatics LLC | Privacy Policy