org.kuali.kfs.module.bc.businessobject
Class BudgetConstructionOrgAccountFundingDetailReportTotal

java.lang.Object
  extended by org.kuali.kfs.module.bc.businessobject.BudgetConstructionOrgAccountFundingDetailReportTotal

public class BudgetConstructionOrgAccountFundingDetailReportTotal
extends Object

Total Part of Budget Construction Organization Account Funding Detail Total Business Object.


Constructor Summary
BudgetConstructionOrgAccountFundingDetailReportTotal()
          Default constructor.
 
Method Summary
 BudgetConstructionObjectDump getBudgetConstructionObjectDump()
           
 Integer getTotalAccountAppointmentRequestedAmount()
           
 BigDecimal getTotalAccountAppointmentRequestedFteQuantity()
           
 Integer getTotalAccountPositionCsfAmount()
           
 BigDecimal getTotalAccountPositionCsfFteQuantity()
           
 Integer getTotalObjectAppointmentRequestedAmount()
           
 BigDecimal getTotalObjectAppointmentRequestedFteQuantity()
           
 Integer getTotalObjectPositionCsfAmount()
           
 BigDecimal getTotalObjectPositionCsfFteQuantity()
           
 void setBudgetConstructionObjectDump(BudgetConstructionObjectDump budgetConstructionObjectDump)
           
 void setTotalAccountAppointmentRequestedAmount(Integer totalAccountAppointmentRequestedAmount)
           
 void setTotalAccountAppointmentRequestedFteQuantity(BigDecimal totalAccountAppointmentRequestedFteQuantity)
           
 void setTotalAccountPositionCsfAmount(Integer totalAccountPositionCsfAmount)
           
 void setTotalAccountPositionCsfFteQuantity(BigDecimal totalAccountPositionCsfFteQuantity)
           
 void setTotalObjectAppointmentRequestedAmount(Integer totalObjectAppointmentRequestedAmount)
           
 void setTotalObjectAppointmentRequestedFteQuantity(BigDecimal totalObjectAppointmentRequestedFteQuantity)
           
 void setTotalObjectPositionCsfAmount(Integer totalObjectPositionCsfAmount)
           
 void setTotalObjectPositionCsfFteQuantity(BigDecimal totalObjectPositionCsfFteQuantity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BudgetConstructionOrgAccountFundingDetailReportTotal

public BudgetConstructionOrgAccountFundingDetailReportTotal()
Default constructor.

Method Detail

getTotalAccountAppointmentRequestedAmount

public Integer getTotalAccountAppointmentRequestedAmount()

setTotalAccountAppointmentRequestedAmount

public void setTotalAccountAppointmentRequestedAmount(Integer totalAccountAppointmentRequestedAmount)

getTotalAccountAppointmentRequestedFteQuantity

public BigDecimal getTotalAccountAppointmentRequestedFteQuantity()

setTotalAccountAppointmentRequestedFteQuantity

public void setTotalAccountAppointmentRequestedFteQuantity(BigDecimal totalAccountAppointmentRequestedFteQuantity)

getTotalAccountPositionCsfAmount

public Integer getTotalAccountPositionCsfAmount()

setTotalAccountPositionCsfAmount

public void setTotalAccountPositionCsfAmount(Integer totalAccountPositionCsfAmount)

getTotalAccountPositionCsfFteQuantity

public BigDecimal getTotalAccountPositionCsfFteQuantity()

setTotalAccountPositionCsfFteQuantity

public void setTotalAccountPositionCsfFteQuantity(BigDecimal totalAccountPositionCsfFteQuantity)

getTotalObjectAppointmentRequestedAmount

public Integer getTotalObjectAppointmentRequestedAmount()

setTotalObjectAppointmentRequestedAmount

public void setTotalObjectAppointmentRequestedAmount(Integer totalObjectAppointmentRequestedAmount)

getTotalObjectAppointmentRequestedFteQuantity

public BigDecimal getTotalObjectAppointmentRequestedFteQuantity()

setTotalObjectAppointmentRequestedFteQuantity

public void setTotalObjectAppointmentRequestedFteQuantity(BigDecimal totalObjectAppointmentRequestedFteQuantity)

getTotalObjectPositionCsfAmount

public Integer getTotalObjectPositionCsfAmount()

setTotalObjectPositionCsfAmount

public void setTotalObjectPositionCsfAmount(Integer totalObjectPositionCsfAmount)

getTotalObjectPositionCsfFteQuantity

public BigDecimal getTotalObjectPositionCsfFteQuantity()

setTotalObjectPositionCsfFteQuantity

public void setTotalObjectPositionCsfFteQuantity(BigDecimal totalObjectPositionCsfFteQuantity)

getBudgetConstructionObjectDump

public BudgetConstructionObjectDump getBudgetConstructionObjectDump()

setBudgetConstructionObjectDump

public void setBudgetConstructionObjectDump(BudgetConstructionObjectDump budgetConstructionObjectDump)


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