public interface Rate extends IdEntity
Modifier and Type | Method and Description |
---|---|
CurrencyAmount |
getAmount()
The amount for a flat or fixed credit rate.
|
String |
getAtpId()
The ATP for which this Rate is in effect.
|
String |
getCatalogRateId()
The CatalogRate identifier to which this Rate belongs.
|
List<? extends FlexibleCreditAmount> |
getFlexibleCreditAmounts()
The list of flexible credit amounts.
|
List<String> |
getRefObjectIds()
The identifier of the reference objects to which this Rate
applies.
|
String |
getRefObjectURI()
The URI of the reference object to which this Rate applies.
|
String |
getTransactionCode()
The transaction code.
|
Date |
getTransactionDate()
The transaction date used for rate processing.
|
String |
getTransactionDateTypeKey()
The transaction date type key.
|
getType, getTypeKey
getState, getStateKey
getAttributes
String getCatalogRateId()
String getRefObjectURI()
List<String> getRefObjectIds()
String getAtpId()
CurrencyAmount getAmount()
List<? extends FlexibleCreditAmount> getFlexibleCreditAmounts()
String getTransactionCode()
Date getTransactionDate()
String getTransactionDateTypeKey()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.