|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--AbstractBean
|
+--com.javelin.fpml.shared.ScheduleBean
|
+--com.javelin.fpml.shared.AmountScheduleBean
AmountScheduleBean.java
null
AmountSchedule,
Serialized Form| Field Summary | |
protected java.lang.Integer |
amountScheduleKey
|
protected Currency |
currency
|
protected AmountScheduleValidator |
validator
|
| Fields inherited from class com.javelin.fpml.shared.ScheduleBean |
initialValue, scheduleKey, scheduleSteps |
| Constructor Summary | |
AmountScheduleBean()
Construct the Default AmountScheduleBean. |
|
| Method Summary | |
java.lang.Object |
clone()
Clone dependent beans. |
void |
detach()
|
java.lang.Integer |
getAmountScheduleKey()
Get the Amount Schedule Key. |
protected AmountScheduleValidator |
getAmountScheduleValidator()
|
Currency |
getCurrency()
Get the Currency. |
java.lang.Class |
getInterface()
|
void |
listRelations(java.util.Vector list,
int type)
List the related beans. |
void |
setAmountScheduleKey(java.lang.Integer amountScheduleKey)
Set the Amount Schedule Key. |
void |
setCurrency(Currency currency)
Set the Currency. |
java.lang.String |
toString()
|
| Methods inherited from class com.javelin.fpml.shared.ScheduleBean |
addScheduleStep, getInitialValue, getScheduleKey, getScheduleSteps, getScheduleValidator, removeScheduleStep, removeScheduleSteps, setInitialValue, setScheduleKey, setScheduleSteps |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.javelin.fpml.shared.Schedule |
addScheduleStep, getInitialValue, getScheduleKey, getScheduleSteps, removeScheduleStep, removeScheduleSteps, setInitialValue, setScheduleKey, setScheduleSteps |
| Field Detail |
protected java.lang.Integer amountScheduleKey
protected transient Currency currency
protected AmountScheduleValidator validator
| Constructor Detail |
public AmountScheduleBean()
| Method Detail |
public java.lang.Class getInterface()
getInterface in class ScheduleBeancom.javelin.beans.Bean.getInterface()public java.lang.Integer getAmountScheduleKey()
AmountSchedule
getAmountScheduleKey in interface AmountScheduleAmountSchedule.getAmountScheduleKey()
public void setAmountScheduleKey(java.lang.Integer amountScheduleKey)
throws ValidationException
AmountSchedule
setAmountScheduleKey in interface AmountScheduleamountScheduleKey - The value to set.
ValidationExceptionAmountSchedule.setAmountScheduleKey( java.lang.Integer amountScheduleKey )public Currency getCurrency()
AmountSchedule
getCurrency in interface AmountScheduleAmountSchedule.getCurrency()
public void setCurrency(Currency currency)
throws ValidationException
AmountSchedule
setCurrency in interface AmountSchedulecurrency - The value to set.
ValidationExceptionAmountSchedule.setCurrency( Currency currency )protected AmountScheduleValidator getAmountScheduleValidator()
public java.lang.String toString()
toString in class ScheduleBeanObject.toString()
public void listRelations(java.util.Vector list,
int type)
throws ValidationException
listRelations in class ScheduleBeanValidationException
public void detach()
throws ValidationException
detach in class ScheduleBeanValidationExceptioncom.javelin.beans.Beane#detach()public java.lang.Object clone()
clone in interface AmountScheduleclone in class ScheduleBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||