org.kuali.ole.ingest.pojo
Class IngestRecord

java.lang.Object
  extended by org.kuali.ole.ingest.pojo.IngestRecord

public class IngestRecord
extends Object

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

IngestRecord

public IngestRecord()
Method Detail

getAgendaDescription

public String getAgendaDescription()
Gets the agendaDescription attribute.

Returns:
Returns the agendaDescription value.

setAgendaDescription

public void setAgendaDescription(String agendaDescription)
Sets the agendaDescription attribute value.

Parameters:
agendaDescription - The agendaDescription to set.

getOriginalMarcFileName

public String getOriginalMarcFileName()
Gets the originalMarcFileName.

Returns:
Returns the originalMarcFileName.

setOriginalMarcFileName

public void setOriginalMarcFileName(String originalMarcFileName)
Sets the originalMarcFileName attribute value.

Parameters:
originalMarcFileName - . The originalMarcFileName to set.

getMarcFileContent

public String getMarcFileContent()
Gets the marcFileContent attribute

Returns:
Returns the marcFileContent.

setMarcFileContent

public void setMarcFileContent(String marcFileContent)
Sets the marcFileContent attribute value.

Parameters:
marcFileContent - The marcFileContent to set.

getOriginalEdiFileName

public String getOriginalEdiFileName()
Gets the originalEdiFileName the attribute.

Returns:
Returns the originalEdiFileName.

setOriginalEdiFileName

public void setOriginalEdiFileName(String originalEdiFileName)
Sets the originalEdiFileName attribute value.

Parameters:
originalEdiFileName - The originalEdiFileName to set.

getEdiFileContent

public String getEdiFileContent()
Gets the ediFileContent attribute.

Returns:
Returns the ediFileContent.

setEdiFileContent

public void setEdiFileContent(String ediFileContent)
Sets the ediFileContent attribute value.

Parameters:
ediFileContent - The ediFileContent to set.

getAgendaName

public String getAgendaName()
Gets the agendaName attribute.

Returns:
Returns the agendaName.

setAgendaName

public void setAgendaName(String agendaName)
Sets the agendaName attribute value.

Parameters:
agendaName - The agendaName to set.

getByPassPreProcessing

public Boolean getByPassPreProcessing()
Gets the byPassPreProcessing attribute.

Returns:
Returns the byPassPreProcessing.

setByPassPreProcessing

public void setByPassPreProcessing(Boolean byPassPreProcessing)
Sets the byPassPreProcessing attribute value.

Parameters:
byPassPreProcessing - The byPassPreProcessing to set.


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.