public class IngestRecord extends Object
| Constructor and Description | 
|---|
| IngestRecord() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| String | getUser() | 
| boolean | isUpdate() | 
| 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. | 
| void | setUpdate(boolean update) | 
| void | setUser(String user) | 
public IngestRecord()
public boolean isUpdate()
public void setUpdate(boolean update)
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.Copyright © 2004–2014 The Kuali Foundation. All rights reserved.