|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.ole.ingest.pojo.IngestRecord
public class IngestRecord
IngestRecord is a business object class for Ingest Record
Constructor Summary | |
---|---|
IngestRecord()
|
Method Summary | |
---|---|
String |
getAgendaDescription()
Gets the agendaDescription attribute. |
String |
getAgendaName()
Gets the agendaName attribute. |
Boolean |
getByPassPreProcessing()
Gets the byPassPreProcessing attribute. |
String |
getEdiFileContent()
Gets the ediFileContent attribute. |
String |
getMarcFileContent()
Gets the marcFileContent attribute |
String |
getOriginalEdiFileName()
Gets the originalEdiFileName the attribute. |
String |
getOriginalMarcFileName()
Gets the originalMarcFileName. |
void |
setAgendaDescription(String agendaDescription)
Sets the agendaDescription attribute value. |
void |
setAgendaName(String agendaName)
Sets the agendaName attribute value. |
void |
setByPassPreProcessing(Boolean byPassPreProcessing)
Sets the byPassPreProcessing attribute value. |
void |
setEdiFileContent(String ediFileContent)
Sets the ediFileContent attribute value. |
void |
setMarcFileContent(String marcFileContent)
Sets the marcFileContent attribute value. |
void |
setOriginalEdiFileName(String originalEdiFileName)
Sets the originalEdiFileName attribute value. |
void |
setOriginalMarcFileName(String originalMarcFileName)
Sets the originalMarcFileName attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IngestRecord()
Method Detail |
---|
public String getAgendaDescription()
public void setAgendaDescription(String agendaDescription)
agendaDescription
- The agendaDescription to set.public String getOriginalMarcFileName()
public void setOriginalMarcFileName(String originalMarcFileName)
originalMarcFileName
- . The originalMarcFileName to set.public String getMarcFileContent()
public void setMarcFileContent(String marcFileContent)
marcFileContent
- The marcFileContent to set.public String getOriginalEdiFileName()
public void setOriginalEdiFileName(String originalEdiFileName)
originalEdiFileName
- The originalEdiFileName to set.public String getEdiFileContent()
public void setEdiFileContent(String ediFileContent)
ediFileContent
- The ediFileContent to set.public String getAgendaName()
public void setAgendaName(String agendaName)
agendaName
- The agendaName to set.public Boolean getByPassPreProcessing()
public void setByPassPreProcessing(Boolean byPassPreProcessing)
byPassPreProcessing
- The byPassPreProcessing to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |