public abstract class AssetDistribution extends Object
Modifier and Type | Field and Description |
---|---|
protected AssetPaymentDocument |
doc |
Constructor and Description |
---|
AssetDistribution(AssetPaymentDocument doc) |
Modifier and Type | Method and Description |
---|---|
void |
applyDistributionsToDocument()
Apply the distributions/allocations to the payment docs
|
protected List<AssetPaymentDetail> |
getAssetPaymentDetailLines()
Return list of payment details
|
abstract Map<String,Map<AssetPaymentAssetDetail,org.kuali.rice.core.api.util.type.KualiDecimal>> |
getAssetPaymentDistributions()
Retrieve the asset payment distribution hierarchy
Source Line Key
|
+-- Asset 1
| |
| +-- Allocated Amount
|
+-- Asset 2
|
+-- Allocated Amount
|
protected AssetPaymentDocument doc
public AssetDistribution(AssetPaymentDocument doc)
doc
- protected List<AssetPaymentDetail> getAssetPaymentDetailLines()
public abstract Map<String,Map<AssetPaymentAssetDetail,org.kuali.rice.core.api.util.type.KualiDecimal>> getAssetPaymentDistributions()
Source Line Key
|
+-- Asset 1
| |
| +-- Allocated Amount
|
+-- Asset 2
|
+-- Allocated Amount
public void applyDistributionsToDocument()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.