Uses of Class
com.ail.util.Rate

Packages that use Rate
com.ail.financial   
com.ail.insurance.policy   
 

Uses of Rate in com.ail.financial
 

Methods in com.ail.financial with parameters of type Rate
 void CurrencyAmount.apply(Rate rate)
          Apply a percentage to this currency amount.
 

Uses of Rate in com.ail.insurance.policy
 

Methods in com.ail.insurance.policy that return Rate
 Rate RateBehaviour.getRate()
          Get the Rate for this line.
 

Methods in com.ail.insurance.policy with parameters of type Rate
 void AssessmentSheet.addDiscount(java.lang.String reason, Reference relatesTo, java.lang.String contributesTo, java.lang.String dependsOn, Rate rate)
          Same as addDiscount, but generates the line id automatically.
 void AssessmentSheet.addDiscount(java.lang.String reason, Reference relatesTo, java.lang.String contributesTo, java.lang.String dependsOn, Rate rate, int priority)
          Same as addDiscount, but generates the line id automatically.
 void AssessmentSheet.addDiscount(java.lang.String id, java.lang.String reason, Reference relatesTo, java.lang.String contributesTo, java.lang.String dependsOn, Rate rate)
          Add a rate based dicount entry to the sheet.
 void AssessmentSheet.addLoading(java.lang.String reason, Reference relatesTo, java.lang.String contributesTo, java.lang.String dependsOn, Rate rate)
          Add a loading with a generated lineId, and the specified arguments.
 void AssessmentSheet.addLoading(java.lang.String reason, Reference relatesTo, java.lang.String contributesTo, java.lang.String dependsOn, Rate rate, int priority)
          Add a loading with a generated lineId, and the specified arguments.
 void AssessmentSheet.addLoading(java.lang.String id, java.lang.String reason, Reference relatesTo, java.lang.String contributesTo, java.lang.String dependsOn, Rate rate)
          Add a rate based loading entry to the sheet.
 void RateBehaviour.setRate(Rate rate)
          Set the Rate for this line.
 

Constructors in com.ail.insurance.policy with parameters of type Rate
RateBehaviour(java.lang.String id, java.lang.String reason, Reference relatesTo, java.lang.String contributesTo, java.lang.String dependsOn, BehaviourType type, Rate rate)
          Constructor
RateBehaviour(java.lang.String id, java.lang.String reason, Reference relatesTo, java.lang.String contributesTo, java.lang.String dependsOn, BehaviourType type, Rate rate, int priority)
          Constructor