|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
AutomaticExercise.java
null
AutomaticExerciseHome,
AutomaticExerciseSession,
AutomaticExerciseValidator,
AutomaticExerciseBean,
com.javelin.fpml.shared.lazy.LazyAutomaticExerciseBean| Method Summary | |
java.lang.Object |
clone()
Clone bean without throwing an Exception. |
java.lang.Integer |
getAutomaticExerciseKey()
Get the Automatic Exercise Key. |
ExerciseProcedure |
getExerciseProcedureAutomaticExercise()
Get the ExerciseProcedureAutomaticExercise dependent on this table. |
java.math.BigDecimal |
getThresholdRate()
Get the Threshold Rate. |
void |
setAutomaticExerciseKey(java.lang.Integer automaticExerciseKey)
Set the Automatic Exercise Key. |
void |
setExerciseProcedureAutomaticExercise(ExerciseProcedure exerciseProcedure)
Set the ExerciseProcedureAutomaticExercise dependent on this table. |
void |
setThresholdRate(java.math.BigDecimal thresholdRate)
Set the Threshold Rate. |
| Method Detail |
public java.lang.Integer getAutomaticExerciseKey()
public void setAutomaticExerciseKey(java.lang.Integer automaticExerciseKey)
throws ValidationException
automaticExerciseKey - The value to set.
ValidationException - If there was a problem validating the value.AutomaticExerciseValidatorpublic java.math.BigDecimal getThresholdRate()
public void setThresholdRate(java.math.BigDecimal thresholdRate)
throws ValidationException
thresholdRate - The value to set.
ValidationException - If there was a problem validating the value.AutomaticExerciseValidator
public ExerciseProcedure getExerciseProcedureAutomaticExercise()
throws ValidationException
ValidationException - If there was a problem validating the value.AutomaticExercise
public void setExerciseProcedureAutomaticExercise(ExerciseProcedure exerciseProcedure)
throws ValidationException
ValidationException - If there was a problem validating the value.AutomaticExercisepublic 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 | |||||||||