![JAR search and dependency download from the Maven repository](/logo.png)
org.kuali.ole.pojo.edi.FreeTextNotes Maven / Gradle / Ivy
package org.kuali.ole.pojo.edi;
/**
* Created with IntelliJ IDEA.
* User: ?
* Date: 7/13/12
* Time: 6:26 PM
* To change this template use File | Settings | File Templates.
*/
public class FreeTextNotes {
private String noteLineItem;
private String noteempty1;
private String noteempty2;
private String noteempty3;
public String getNoteLineItem() {
return noteLineItem;
}
public void setNoteLineItem(String noteLineItem) {
this.noteLineItem = noteLineItem;
}
public String getNoteempty1() {
return noteempty1;
}
public void setNoteempty1(String noteempty1) {
this.noteempty1 = noteempty1;
}
public String getNoteempty2() {
return noteempty2;
}
public void setNoteempty2(String noteempty2) {
this.noteempty2 = noteempty2;
}
public String getNoteempty3() {
return noteempty3;
}
public void setNoteempty3(String noteempty3) {
this.noteempty3 = noteempty3;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy