![JAR search and dependency download from the Maven repository](/logo.png)
org.kuali.ole.pojo.edi.MonetaryInformation Maven / Gradle / Ivy
package org.kuali.ole.pojo.edi;
/**
* Created with IntelliJ IDEA.
* User: palanivel
* Date: 7/26/13
* Time: 3:54 PM
* To change this template use File | Settings | File Templates.
*/
public class MonetaryInformation {
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