org.kuali.ole.location.bo
Class OleLocationIngestSummaryRecord

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.ole.location.bo.OleLocationIngestSummaryRecord
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.PersistableBusinessObject

public class OleLocationIngestSummaryRecord
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase

The OleLocationIngestSummaryRecord is a BO class that defines the ingest summary fields with getters and setters which is used for interacting the summary data with the persistence layer in OLE.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
OleLocationIngestSummaryRecord()
           
 
Method Summary
 String getFileName()
          Gets the fileName string value from this OleLocationIngestSummaryRecord class
 Integer getOleLocationCreateCount()
          Gets the oleLocationCreateCount integer value from this OleLocationIngestSummaryRecord class
 Integer getOleLocationFailedCount()
          Gets the oleLocationFailedCount integer value from this OleLocationIngestSummaryRecord class
 Integer getOleLocationRejectCount()
          Gets the oleLocationRejectCount integer value from this OleLocationIngestSummaryRecord class
 String getOleLocationSummaryId()
          Gets the oleLocationSummaryId string value from this OleLocationIngestSummaryRecord class
 Integer getOleLocationTotCount()
          Gets the oleLocationTotCount integer value from this OleLocationIngestSummaryRecord class
 Integer getOleLocationUpdateCount()
          Gets the oleLocationUpdateCount integer value from this OleLocationIngestSummaryRecord class
 void setFileName(String fileName)
          Sets the fileName string value inside this OleLocationIngestSummaryRecord class
 void setOleLocationCreateCount(Integer LocationCreateCount)
           
 void setOleLocationFailedCount(Integer LocationFailedCount)
          Sets the oleLocationFailedCount integer value inside this OleLocationIngestSummaryRecord class
 void setOleLocationRejectCount(Integer LocationRejectCount)
          Sets the oleLocationRejectCount integer value inside this OleLocationIngestSummaryRecord class
 void setOleLocationSummaryId(String oleLocationSummaryId)
          Sets the oleLocationSummaryId string value inside this OleLocationIngestSummaryRecord class
 void setOleLocationTotCount(Integer LocationTotCount)
          Sets the oleLocationTotCount integer value inside this OleLocationIngestSummaryRecord class
 void setOleLocationUpdateCount(Integer LocationUpdateCount)
          Sets the oleLocationUpdateCount integer value inside this OleLocationIngestSummaryRecord class
 
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

OleLocationIngestSummaryRecord

public OleLocationIngestSummaryRecord()
Method Detail

getOleLocationSummaryId

public String getOleLocationSummaryId()
Gets the oleLocationSummaryId string value from this OleLocationIngestSummaryRecord class

Returns:
oleLocationSummaryId

setOleLocationSummaryId

public void setOleLocationSummaryId(String oleLocationSummaryId)
Sets the oleLocationSummaryId string value inside this OleLocationIngestSummaryRecord class

Parameters:
oleLocationSummaryId -

getOleLocationRejectCount

public Integer getOleLocationRejectCount()
Gets the oleLocationRejectCount integer value from this OleLocationIngestSummaryRecord class

Returns:
oleLocationRejectCount

setOleLocationRejectCount

public void setOleLocationRejectCount(Integer LocationRejectCount)
Sets the oleLocationRejectCount integer value inside this OleLocationIngestSummaryRecord class

Parameters:
LocationRejectCount -

getOleLocationUpdateCount

public Integer getOleLocationUpdateCount()
Gets the oleLocationUpdateCount integer value from this OleLocationIngestSummaryRecord class

Returns:
oleLocationUpdateCount

setOleLocationUpdateCount

public void setOleLocationUpdateCount(Integer LocationUpdateCount)
Sets the oleLocationUpdateCount integer value inside this OleLocationIngestSummaryRecord class

Parameters:
LocationUpdateCount -

getOleLocationCreateCount

public Integer getOleLocationCreateCount()
Gets the oleLocationCreateCount integer value from this OleLocationIngestSummaryRecord class

Returns:
oleLocationCreateCount

setOleLocationCreateCount

public void setOleLocationCreateCount(Integer LocationCreateCount)

getOleLocationTotCount

public Integer getOleLocationTotCount()
Gets the oleLocationTotCount integer value from this OleLocationIngestSummaryRecord class

Returns:
oleLocationTotCount

setOleLocationTotCount

public void setOleLocationTotCount(Integer LocationTotCount)
Sets the oleLocationTotCount integer value inside this OleLocationIngestSummaryRecord class

Parameters:
LocationTotCount -

getFileName

public String getFileName()
Gets the fileName string value from this OleLocationIngestSummaryRecord class

Returns:
fileName

setFileName

public void setFileName(String fileName)
Sets the fileName string value inside this OleLocationIngestSummaryRecord class

Parameters:
fileName -

getOleLocationFailedCount

public Integer getOleLocationFailedCount()
Gets the oleLocationFailedCount integer value from this OleLocationIngestSummaryRecord class

Returns:
oleLocationFailedCount

setOleLocationFailedCount

public void setOleLocationFailedCount(Integer LocationFailedCount)
Sets the oleLocationFailedCount integer value inside this OleLocationIngestSummaryRecord class

Parameters:
LocationFailedCount -


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