|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.cam.util.AssetPaymentDistributor
public class AssetPaymentDistributor
This class is a calculator which will distribute the payment amounts by ratio. Inputs received are
Constructor Summary | |
---|---|
AssetPaymentDistributor(List<AssetPaymentDetail> assetPaymentDetailLines,
List<AssetPaymentAssetDetail> assetPaymentAssetDetails,
org.kuali.rice.kns.util.KualiDecimal totalHistoricalCost)
Constructor and instantiate the detai lists as empty |
Method Summary | |
---|---|
Map<String,Map<AssetPaymentAssetDetail,org.kuali.rice.kns.util.KualiDecimal>> |
getAssetPaymentDistributions()
Retrieve the asset payment distributions |
Map<AssetPaymentAssetDetail,org.kuali.rice.kns.util.KualiDecimal> |
getTotalAssetAllocations()
Get each Asset's allocation totals base the payment distributions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssetPaymentDistributor(List<AssetPaymentDetail> assetPaymentDetailLines, List<AssetPaymentAssetDetail> assetPaymentAssetDetails, org.kuali.rice.kns.util.KualiDecimal totalHistoricalCost)
Method Detail |
---|
public Map<String,Map<AssetPaymentAssetDetail,org.kuali.rice.kns.util.KualiDecimal>> getAssetPaymentDistributions()
public Map<AssetPaymentAssetDetail,org.kuali.rice.kns.util.KualiDecimal> getTotalAssetAllocations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |