org.kuali.kfs.module.bc.businessobject
Interface PendingBudgetConstructionAppointmentFundingAware

All Superinterfaces:
org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject, org.apache.ojb.broker.PersistenceBrokerAware, Serializable
All Known Implementing Classes:
BudgetConstructionIntendedIncumbent, BudgetConstructionPosition, SalarySettingExpansion

public interface PendingBudgetConstructionAppointmentFundingAware
extends org.kuali.rice.kns.bo.PersistableBusinessObject

define the interfacce that references a collection of PendingBudgetConstructionAppointmentFunding objects

See Also:
PendingBudgetConstructionAppointmentFunding

Method Summary
 List<PendingBudgetConstructionAppointmentFunding> getPendingBudgetConstructionAppointmentFunding()
          get a collection of PendingBudgetConstructionAppointmentFunding objects
 
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
 

Method Detail

getPendingBudgetConstructionAppointmentFunding

List<PendingBudgetConstructionAppointmentFunding> getPendingBudgetConstructionAppointmentFunding()
get a collection of PendingBudgetConstructionAppointmentFunding objects

Returns:
a collection of PendingBudgetConstructionAppointmentFunding objects


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