org.kuali.kfs.module.endow.report.util
Class AssetStatementReportDataHolder.ReportGroupData
java.lang.Object
org.kuali.kfs.module.endow.report.util.AssetStatementReportDataHolder.ReportGroupData
- Enclosing class:
- AssetStatementReportDataHolder
public class AssetStatementReportDataHolder.ReportGroupData
- extends Object
Report group data holder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetStatementReportDataHolder.ReportGroupData
public AssetStatementReportDataHolder.ReportGroupData()
getReportGroupOrder
public Integer getReportGroupOrder()
setReportGroupOrder
public void setReportGroupOrder(Integer reportGroupOrder)
getReportGroupDesc
public String getReportGroupDesc()
setReportGroupDesc
public void setReportGroupDesc(String reportGroupDesc)
getSecurityId
public String getSecurityId()
setSecurityId
public void setSecurityId(String securityId)
getSecurityDesc
public String getSecurityDesc()
setSecurityDesc
public void setSecurityDesc(String securityDesc)
getSumOfUnits
public BigDecimal getSumOfUnits()
addSumOfUnits
public void addSumOfUnits(BigDecimal sumOfUnits)
getSumOfMarketValue
public BigDecimal getSumOfMarketValue()
addSumOfMarketValue
public void addSumOfMarketValue(BigDecimal sumOfMarketValue)
getSumOfEstimatedIncome
public BigDecimal getSumOfEstimatedIncome()
addSumOfEstimatedIncome
public void addSumOfEstimatedIncome(BigDecimal sumOfEstimatedIncome)
getSumOfRemainderOfFYEstimated
public BigDecimal getSumOfRemainderOfFYEstimated()
addSumOfRemainderOfFYEstimated
public void addSumOfRemainderOfFYEstimated(BigDecimal sumOfRemainderOfFYEstimated)
getSumOfNextFYEstimatedIncome
public BigDecimal getSumOfNextFYEstimatedIncome()
addSumOfNextFYEstimatedIncome
public void addSumOfNextFYEstimatedIncome(BigDecimal sumOfNextFYEstimatedIncome)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.