|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Calculation.java
null
CalculationHome,
CalculationSession,
CalculationValidator,
CalculationBean,
com.javelin.fpml.ird.lazy.LazyCalculationBean| Method Summary | |
java.lang.Object |
clone()
Clone bean without throwing an Exception. |
java.lang.Integer |
getCalculationKey()
Get the Calculation Key. |
CalculationPeriodAmount |
getCalculationPeriodAmountCalculation()
Get the CalculationPeriodAmountCalculation dependent on this table. |
CompoundingMethod |
getCompoundingMethod()
Get the Compounding Method. |
DayCountFraction |
getDayCountFraction()
Get the Day Count Fraction. |
Discounting |
getDiscounting()
Get the Discounting. |
Schedule |
getFixedRateSchedule()
Get the Fixed Rate Schedule. |
FloatingRateCalculation |
getFloatingRateCalculation()
Get the Floating Rate Calculation. |
FxLinkedNotionalSchedule |
getFxLinkedNotionalSchedule()
Get the Fx Linked Notional Schedule. |
Notional |
getNotionalSchedule()
Get the Notional Schedule. |
void |
setCalculationKey(java.lang.Integer calculationKey)
Set the Calculation Key. |
void |
setCalculationPeriodAmountCalculation(CalculationPeriodAmount calculationPeriodAmount)
Set the CalculationPeriodAmountCalculation dependent on this table. |
void |
setCompoundingMethod(CompoundingMethod compoundingMethod)
Set the Compounding Method. |
void |
setDayCountFraction(DayCountFraction dayCountFraction)
Set the Day Count Fraction. |
void |
setDiscounting(Discounting discounting)
Set the Discounting. |
void |
setFixedRateSchedule(Schedule fixedRateSchedule)
Set the Fixed Rate Schedule. |
void |
setFloatingRateCalculation(FloatingRateCalculation floatingRateCalculation)
Set the Floating Rate Calculation. |
void |
setFxLinkedNotionalSchedule(FxLinkedNotionalSchedule fxLinkedNotionalSchedule)
Set the Fx Linked Notional Schedule. |
void |
setNotionalSchedule(Notional notionalSchedule)
Set the Notional Schedule. |
| Method Detail |
public java.lang.Integer getCalculationKey()
public void setCalculationKey(java.lang.Integer calculationKey)
throws ValidationException
calculationKey - The value to set.
ValidationException - If there was a problem validating the value.CalculationValidatorpublic Notional getNotionalSchedule()
public void setNotionalSchedule(Notional notionalSchedule)
throws ValidationException
notionalSchedule - The value to set.
ValidationException - If there was a problem validating the value.CalculationValidatorpublic FxLinkedNotionalSchedule getFxLinkedNotionalSchedule()
public void setFxLinkedNotionalSchedule(FxLinkedNotionalSchedule fxLinkedNotionalSchedule)
throws ValidationException
fxLinkedNotionalSchedule - The value to set.
ValidationException - If there was a problem validating the value.CalculationValidatorpublic Schedule getFixedRateSchedule()
public void setFixedRateSchedule(Schedule fixedRateSchedule)
throws ValidationException
fixedRateSchedule - The value to set.
ValidationException - If there was a problem validating the value.CalculationValidatorpublic FloatingRateCalculation getFloatingRateCalculation()
public void setFloatingRateCalculation(FloatingRateCalculation floatingRateCalculation)
throws ValidationException
floatingRateCalculation - The value to set.
ValidationException - If there was a problem validating the value.CalculationValidatorpublic DayCountFraction getDayCountFraction()
public void setDayCountFraction(DayCountFraction dayCountFraction)
throws ValidationException
dayCountFraction - The value to set.
ValidationException - If there was a problem validating the value.CalculationValidatorpublic Discounting getDiscounting()
public void setDiscounting(Discounting discounting)
throws ValidationException
discounting - The value to set.
ValidationException - If there was a problem validating the value.CalculationValidatorpublic CompoundingMethod getCompoundingMethod()
public void setCompoundingMethod(CompoundingMethod compoundingMethod)
throws ValidationException
compoundingMethod - The value to set.
ValidationException - If there was a problem validating the value.CalculationValidator
public CalculationPeriodAmount getCalculationPeriodAmountCalculation()
throws ValidationException
ValidationException - If there was a problem validating the value.Calculation
public void setCalculationPeriodAmountCalculation(CalculationPeriodAmount calculationPeriodAmount)
throws ValidationException
ValidationException - If there was a problem validating the value.Calculationpublic java.lang.Object clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||