|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.bo.BusinessObjectBase org.kuali.rice.krad.bo.PersistableBusinessObjectBase org.kuali.ole.location.bo.OleLocationIngestSummaryRecord
public class OleLocationIngestSummaryRecord
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.
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 |
---|
public OleLocationIngestSummaryRecord()
Method Detail |
---|
public String getOleLocationSummaryId()
public void setOleLocationSummaryId(String oleLocationSummaryId)
oleLocationSummaryId
- public Integer getOleLocationRejectCount()
public void setOleLocationRejectCount(Integer LocationRejectCount)
LocationRejectCount
- public Integer getOleLocationUpdateCount()
public void setOleLocationUpdateCount(Integer LocationUpdateCount)
LocationUpdateCount
- public Integer getOleLocationCreateCount()
public void setOleLocationCreateCount(Integer LocationCreateCount)
public Integer getOleLocationTotCount()
public void setOleLocationTotCount(Integer LocationTotCount)
LocationTotCount
- public String getFileName()
public void setFileName(String fileName)
fileName
- public Integer getOleLocationFailedCount()
public void setOleLocationFailedCount(Integer LocationFailedCount)
LocationFailedCount
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |