public class BudgetPeriod extends BudgetAssociate
UPDATE_USER_LENGTH| Constructor and Description |
|---|
BudgetPeriod() |
getBudgetId, setBudgetIdgetAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic static Comparator<BudgetPeriod> getBudgetPeriodDateComparator()
public Integer getBudgetPeriod()
public String getLabel()
public String getDateRangeLabel()
public void setBudgetPeriod(Integer budgetPeriod)
public String getComments()
public void setComments(String comments)
public BudgetDecimal getCostSharingAmount()
public void setCostSharingAmount(BudgetDecimal costSharingAmount)
public Date getEndDate()
public void setEndDate(Date endDate)
public Date getStartDate()
public void setStartDate(Date startDate)
public BudgetDecimal getTotalCost()
public void setTotalCost(BudgetDecimal totalCost)
public BudgetDecimal getTotalCostLimit()
public void setTotalCostLimit(BudgetDecimal totalCostLimit)
public BudgetDecimal getTotalDirectCost()
public void setTotalDirectCost(BudgetDecimal totalDirectCost)
public BudgetDecimal getTotalIndirectCost()
public void setTotalIndirectCost(BudgetDecimal totalIndirectCost)
public BudgetDecimal getUnderrecoveryAmount()
public void setUnderrecoveryAmount(BudgetDecimal underrecoveryAmount)
public BudgetLineItem getBudgetLineItem(int index)
index - public BudgetLineItem getNewBudgetLineItem()
public BudgetModular getBudgetModular()
public void setBudgetModular(BudgetModular budgetModular)
public List<BudgetLineItem> getBudgetLineItems()
public void setBudgetLineItems(List<BudgetLineItem> budgetLineItems)
budgetLineItems - The budgetLineItems to set.public boolean isReadOnly()
public BudgetDecimal getExpenseTotal()
public void setExpenseTotal(BudgetDecimal expenseTotal)
public int calculateFiscalYear(Date fiscalYearStartDateTime)
public String getDateRange()
public Date getOldEndDate()
public void setOldEndDate(Date oldEndDate)
public Date getOldStartDate()
public void setOldStartDate(Date oldStartDate)
public Long getBudgetPeriodId()
public void setBudgetPeriodId(Long budgetPeriodId)
public final BudgetDecimal getSumUnderreoveryAmountFromLineItems()
lineItems - the budget line itemspublic final BudgetDecimal getSumCostSharingAmountFromLineItems()
public final BudgetDecimal getSumTotalCostSharingAmountFromLineItems()
public final BudgetDecimal getSumDirectCostAmountFromLineItems()
public final BudgetDecimal getSumIndirectCostAmountFromLineItems()
public final BudgetDecimal getSumTotalCostAmountFromLineItems()
public Budget getBudget()
public void setBudget(Budget budget)
budget - The budget to set.public void setBudgetParentId(String budgetParentId)
budgetParentId - The budgetParentId to set.public String getBudgetParentId()
public String getInstitutionalProposalNumber()
public void setInstitutionalProposalNumber(String institutionalProposalNumber)
public Integer getInstitutionalProposalVersion()
public void setInstitutionalProposalVersion(Integer institutionalProposalVersion)
public BudgetDecimal getDirectCostLimit()
public void setDirectCostLimit(BudgetDecimal directCostLimit)
directCostLimit - The directCostLimit to set.public void populateSummaryCalcAmounts()
public String getNumberOfMonths()
protected ProposalBudgetNumberOfMonthsService getProposalBudgetNumberOfMonthsService()
public Integer getNumberOfParticipants()
public void setNumberOfParticipants(Integer numberOfParticipants)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.