org.kuali.kfs.module.ec.businessobject
Class EffortCertificationDocumentBuild

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kns.document.DocumentBase
              extended by org.kuali.rice.kns.document.TransactionalDocumentBase
                  extended by org.kuali.kfs.sys.document.FinancialSystemTransactionalDocumentBase
                      extended by org.kuali.kfs.module.ec.document.EffortCertificationDocument
                          extended by org.kuali.kfs.module.ec.businessobject.EffortCertificationDocumentBuild
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, FinancialSystemTransactionalDocument, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject, org.kuali.rice.kns.document.Document, org.kuali.rice.kns.document.SessionDocument, org.kuali.rice.kns.document.TransactionalDocument

public class EffortCertificationDocumentBuild
extends EffortCertificationDocument

Business Object for the Effort Certification Document Build Table.

See Also:
Serialized Form

Field Summary
protected  Long effortCertificationBuildNumber
           
protected  List<EffortCertificationDetailBuild> effortCertificationDetailLinesBuild
           
 
Fields inherited from class org.kuali.kfs.module.ec.document.EffortCertificationDocument
DO_AWARD_SPLIT, DO_RECREATE_SPLIT, effortCertificationDetailLines, effortCertificationDocumentCode, effortCertificationReportDefinition, effortCertificationReportNumber, emplid, employee, financialDocumentTotalAmount, ledgerPerson, LOG, options, organization, organizationCode, summarizedDetailLines, totalEffortPercent, totalOriginalEffortPercent, totalOriginalPayrollAmount, totalPayrollAmount, universityFiscalYear
 
Fields inherited from class org.kuali.kfs.sys.document.FinancialSystemTransactionalDocumentBase
documentHeader
 
Fields inherited from class org.kuali.rice.kns.document.DocumentBase
documentBusinessObject, documentNumber
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
EffortCertificationDocumentBuild()
          Default constructor.
 
Method Summary
 Long getEffortCertificationBuildNumber()
          Gets the effortCertificationBuildNumber attribute.
 List<EffortCertificationDetailBuild> getEffortCertificationDetailLinesBuild()
          Gets the effortCertificationDetailLinesBuild attribute.
 void setEffortCertificationBuildNumber(Long effortCertificationBuildNumber)
          Sets the effortCertificationBuildNumber attribute value.
 void setEffortCertificationDetailLinesBuild(List<EffortCertificationDetailBuild> effortCertificationDetailLinesBuild)
          Sets the effortCertificationDetailLinesBuild attribute value.
 
Methods inherited from class org.kuali.kfs.module.ec.document.EffortCertificationDocument
answerSplitNodeQuestion, doRouteStatusChange, getDefaultObjectCode, getDefaultPositionNumber, getDetailLinesForPDRouting, getDocumentTotalAmount, getEffortCertificationDetailLines, getEffortCertificationDetailWithMaxPayrollAmount, getEffortCertificationDocumentCode, getEffortCertificationReportDefinition, getEffortCertificationReportNumber, getEmplid, getEmployee, getFederalTotalEffortPercent, getFederalTotalFringeBenefit, getFederalTotalOriginalEffortPercent, getFederalTotalOriginalFringeBenefit, getFederalTotalOriginalPayrollAmount, getFederalTotalPayrollAmount, getLedgerPerson, getMaxEffortLine, getObjectCodeList, getOptions, getOrganization, getOrganizationCode, getOtherTotalEffortPercent, getOtherTotalFringeBenefit, getOtherTotalOriginalEffortPercent, getOtherTotalOriginalFringeBenefit, getOtherTotalOriginalPayrollAmount, getOtherTotalPayrollAmount, getPositionList, getSummarizedDetailLines, getTotalEffortPercent, getTotalFringeBenefit, getTotalOriginalEffortPercent, getTotalOriginalFringeBenefit, getTotalOriginalPayrollAmount, getTotalPayrollAmount, getUniversityFiscalYear, isDoAwardSplit, isDoRecreateSplit, isEffortDistributionChanged, populateDocumentForRouting, processAfterRetrieve, setEffortCertificationDetailLines, setEffortCertificationDocumentCode, setEffortCertificationReportDefinition, setEffortCertificationReportNumber, setEmplid, setEmployee, setLedgerPerson, setOptions, setOrganization, setOrganizationCode, setSummarizedDetailLines, setTotalOriginalPayrollAmount, setUniversityFiscalYear, toStringMapper
 
Methods inherited from class org.kuali.kfs.sys.document.FinancialSystemTransactionalDocumentBase
getDocumentHeader, prepareForSave, setDocumentHeader, toErrorCorrection
 
Methods inherited from class org.kuali.rice.kns.document.TransactionalDocumentBase
getAllowsCopy, isSessionDocument
 
Methods inherited from class org.kuali.rice.kns.document.DocumentBase
addCopyErrorDocumentNote, addPessimisticLock, afterLookup, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, createPropertySerializabilityEvaluator, doActionTaken, doRouteLevelChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentBusinessObject, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNonLockingActionTakenCodes, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, logErrors, postProcessSave, prepareForSave, refresh, refreshIfEmpty, refreshPessimisticLocks, refreshReferenceObject, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentNumber, setNewDocumentHeader, setPessimisticLocks, toCopy, toString, toStringBuilder, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.document.Document
addPessimisticLock, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, doActionTaken, doRouteLevelChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAllowsCopy, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentBusinessObject, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, postProcessSave, prepareForSave, refreshPessimisticLocks, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentNumber, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization
 
Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate
 

Field Detail

effortCertificationBuildNumber

protected Long effortCertificationBuildNumber

effortCertificationDetailLinesBuild

protected List<EffortCertificationDetailBuild> effortCertificationDetailLinesBuild
Constructor Detail

EffortCertificationDocumentBuild

public EffortCertificationDocumentBuild()
Default constructor.

Method Detail

getEffortCertificationBuildNumber

public Long getEffortCertificationBuildNumber()
Gets the effortCertificationBuildNumber attribute.

Returns:
Returns the effortCertificationBuildNumber.

setEffortCertificationBuildNumber

public void setEffortCertificationBuildNumber(Long effortCertificationBuildNumber)
Sets the effortCertificationBuildNumber attribute value.

Parameters:
effortCertificationBuildNumber - The effortCertificationBuildNumber to set.

getEffortCertificationDetailLinesBuild

public List<EffortCertificationDetailBuild> getEffortCertificationDetailLinesBuild()
Gets the effortCertificationDetailLinesBuild attribute.

Returns:
Returns the effortCertificationDetailLinesBuild.

setEffortCertificationDetailLinesBuild

public void setEffortCertificationDetailLinesBuild(List<EffortCertificationDetailBuild> effortCertificationDetailLinesBuild)
Sets the effortCertificationDetailLinesBuild attribute value.

Parameters:
effortCertificationDetailLinesBuild - The effortCertificationDetailLinesBuild to set.


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