|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--AbstractBean
|
+--com.javelin.fpml.shared.BermudaExerciseBean
BermudaExerciseBean.java
null
BermudaExercise,
Serialized Form| Field Summary | |
protected AdjustableOrRelativeDates |
bermudaExerciseDates
|
protected java.lang.Integer |
bermudaExerciseKey
|
protected BusinessCenterTime |
earliestExerciseTime
|
protected ExerciseFeeSchedule |
exerciseFeeSchedule
|
protected BusinessCenterTime |
expirationTime
|
protected BusinessCenterTime |
latestExerciseTime
|
protected MultipleExercise |
multipleExercise
|
protected AdjustableOrRelativeDates |
relevantUnderlyingDate
|
protected BermudaExerciseValidator |
validator
|
| Constructor Summary | |
BermudaExerciseBean()
Construct the Default BermudaExerciseBean. |
|
| Method Summary | |
java.lang.Object |
clone()
Clone dependent beans. |
void |
detach()
|
AdjustableOrRelativeDates |
getBermudaExerciseDates()
Get the Bermuda Exercise Dates. |
java.lang.Integer |
getBermudaExerciseKey()
Get the Bermuda Exercise Key. |
protected BermudaExerciseValidator |
getBermudaExerciseValidator()
|
BusinessCenterTime |
getEarliestExerciseTime()
Get the Earliest Exercise Time. |
ExerciseFeeSchedule |
getExerciseFeeSchedule()
Get the Exercise Fee Schedule. |
BusinessCenterTime |
getExpirationTime()
Get the Expiration Time. |
java.lang.Class |
getInterface()
|
BusinessCenterTime |
getLatestExerciseTime()
Get the Latest Exercise Time. |
MultipleExercise |
getMultipleExercise()
Get the Multiple Exercise. |
AdjustableOrRelativeDates |
getRelevantUnderlyingDate()
Get the Relevant Underlying Date. |
void |
listRelations(java.util.Vector list,
int type)
List the related beans. |
void |
setBermudaExerciseDates(AdjustableOrRelativeDates bermudaExerciseDates)
Set the Bermuda Exercise Dates. |
void |
setBermudaExerciseKey(java.lang.Integer bermudaExerciseKey)
Set the Bermuda Exercise Key. |
void |
setEarliestExerciseTime(BusinessCenterTime earliestExerciseTime)
Set the Earliest Exercise Time. |
void |
setExerciseFeeSchedule(ExerciseFeeSchedule exerciseFeeSchedule)
Set the Exercise Fee Schedule. |
void |
setExpirationTime(BusinessCenterTime expirationTime)
Set the Expiration Time. |
void |
setLatestExerciseTime(BusinessCenterTime latestExerciseTime)
Set the Latest Exercise Time. |
void |
setMultipleExercise(MultipleExercise multipleExercise)
Set the Multiple Exercise. |
void |
setRelevantUnderlyingDate(AdjustableOrRelativeDates relevantUnderlyingDate)
Set the Relevant Underlying Date. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.Integer bermudaExerciseKey
protected transient AdjustableOrRelativeDates bermudaExerciseDates
protected transient AdjustableOrRelativeDates relevantUnderlyingDate
protected transient BusinessCenterTime earliestExerciseTime
protected transient BusinessCenterTime latestExerciseTime
protected transient BusinessCenterTime expirationTime
protected transient MultipleExercise multipleExercise
protected transient ExerciseFeeSchedule exerciseFeeSchedule
protected BermudaExerciseValidator validator
| Constructor Detail |
public BermudaExerciseBean()
| Method Detail |
public java.lang.Class getInterface()
com.javelin.beans.Bean.getInterface()public java.lang.Integer getBermudaExerciseKey()
BermudaExercise
getBermudaExerciseKey in interface BermudaExerciseBermudaExercise.getBermudaExerciseKey()
public void setBermudaExerciseKey(java.lang.Integer bermudaExerciseKey)
throws ValidationException
BermudaExercise
setBermudaExerciseKey in interface BermudaExercisebermudaExerciseKey - The value to set.
ValidationExceptionBermudaExercise.setBermudaExerciseKey( java.lang.Integer bermudaExerciseKey )public AdjustableOrRelativeDates getBermudaExerciseDates()
BermudaExercise
getBermudaExerciseDates in interface BermudaExerciseBermudaExercise.getBermudaExerciseDates()
public void setBermudaExerciseDates(AdjustableOrRelativeDates bermudaExerciseDates)
throws ValidationException
BermudaExercise
setBermudaExerciseDates in interface BermudaExercisebermudaExerciseDates - The value to set.
ValidationExceptionBermudaExercise.setBermudaExerciseDates( AdjustableOrRelativeDates bermudaExerciseDates )public AdjustableOrRelativeDates getRelevantUnderlyingDate()
BermudaExercise
getRelevantUnderlyingDate in interface BermudaExerciseBermudaExercise.getRelevantUnderlyingDate()
public void setRelevantUnderlyingDate(AdjustableOrRelativeDates relevantUnderlyingDate)
throws ValidationException
BermudaExercise
setRelevantUnderlyingDate in interface BermudaExerciserelevantUnderlyingDate - The value to set.
ValidationExceptionBermudaExercise.setRelevantUnderlyingDate( AdjustableOrRelativeDates relevantUnderlyingDate )public BusinessCenterTime getEarliestExerciseTime()
BermudaExercise
getEarliestExerciseTime in interface BermudaExerciseBermudaExercise.getEarliestExerciseTime()
public void setEarliestExerciseTime(BusinessCenterTime earliestExerciseTime)
throws ValidationException
BermudaExercise
setEarliestExerciseTime in interface BermudaExerciseearliestExerciseTime - The value to set.
ValidationExceptionBermudaExercise.setEarliestExerciseTime( BusinessCenterTime earliestExerciseTime )public BusinessCenterTime getLatestExerciseTime()
BermudaExercise
getLatestExerciseTime in interface BermudaExerciseBermudaExercise.getLatestExerciseTime()
public void setLatestExerciseTime(BusinessCenterTime latestExerciseTime)
throws ValidationException
BermudaExercise
setLatestExerciseTime in interface BermudaExerciselatestExerciseTime - The value to set.
ValidationExceptionBermudaExercise.setLatestExerciseTime( BusinessCenterTime latestExerciseTime )public BusinessCenterTime getExpirationTime()
BermudaExercise
getExpirationTime in interface BermudaExerciseBermudaExercise.getExpirationTime()
public void setExpirationTime(BusinessCenterTime expirationTime)
throws ValidationException
BermudaExercise
setExpirationTime in interface BermudaExerciseexpirationTime - The value to set.
ValidationExceptionBermudaExercise.setExpirationTime( BusinessCenterTime expirationTime )public MultipleExercise getMultipleExercise()
BermudaExercise
getMultipleExercise in interface BermudaExerciseBermudaExercise.getMultipleExercise()
public void setMultipleExercise(MultipleExercise multipleExercise)
throws ValidationException
BermudaExercise
setMultipleExercise in interface BermudaExercisemultipleExercise - The value to set.
ValidationExceptionBermudaExercise.setMultipleExercise( MultipleExercise multipleExercise )public ExerciseFeeSchedule getExerciseFeeSchedule()
BermudaExercise
getExerciseFeeSchedule in interface BermudaExerciseBermudaExercise.getExerciseFeeSchedule()
public void setExerciseFeeSchedule(ExerciseFeeSchedule exerciseFeeSchedule)
throws ValidationException
BermudaExercise
setExerciseFeeSchedule in interface BermudaExerciseexerciseFeeSchedule - The value to set.
ValidationExceptionBermudaExercise.setExerciseFeeSchedule( ExerciseFeeSchedule exerciseFeeSchedule )protected BermudaExerciseValidator getBermudaExerciseValidator()
public java.lang.String toString()
Object.toString()
public void listRelations(java.util.Vector list,
int type)
throws ValidationException
ValidationException
public void detach()
throws ValidationException
ValidationExceptioncom.javelin.beans.Beane#detach()public java.lang.Object clone()
clone in interface BermudaExercise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||