|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
AdjustableDate.java
null
AdjustableDateHome,
AdjustableDateSession,
AdjustableDateValidator,
AdjustableDateBean,
com.javelin.fpml.shared.lazy.LazyAdjustableDateBean| Method Summary | |
java.lang.Object |
clone()
Clone bean without throwing an Exception. |
java.lang.Integer |
getAdjustableDateKey()
Get the Adjustable Date Key. |
AdjustableOrRelativeDate |
getAdjustableOrRelativeDateAdjustableDate()
Get the AdjustableOrRelativeDateAdjustableDate dependent on this table. |
BusinessDayAdjustments |
getDateAdjustments()
Get the Date Adjustments. |
Payment |
getPaymentPaymentDate()
Get the PaymentPaymentDate dependent on this table. |
java.sql.Date |
getUnadjustedDate()
Get the Unadjusted Date. |
void |
setAdjustableDateKey(java.lang.Integer adjustableDateKey)
Set the Adjustable Date Key. |
void |
setAdjustableOrRelativeDateAdjustableDate(AdjustableOrRelativeDate adjustableOrRelativeDate)
Set the AdjustableOrRelativeDateAdjustableDate dependent on this table. |
void |
setDateAdjustments(BusinessDayAdjustments dateAdjustments)
Set the Date Adjustments. |
void |
setPaymentPaymentDate(Payment payment)
Set the PaymentPaymentDate dependent on this table. |
void |
setUnadjustedDate(java.sql.Date unadjustedDate)
Set the Unadjusted Date. |
| Method Detail |
public java.lang.Integer getAdjustableDateKey()
public void setAdjustableDateKey(java.lang.Integer adjustableDateKey)
throws ValidationException
adjustableDateKey - The value to set.
ValidationException - If there was a problem validating the value.AdjustableDateValidatorpublic java.sql.Date getUnadjustedDate()
public void setUnadjustedDate(java.sql.Date unadjustedDate)
throws ValidationException
unadjustedDate - The value to set.
ValidationException - If there was a problem validating the value.AdjustableDateValidatorpublic BusinessDayAdjustments getDateAdjustments()
public void setDateAdjustments(BusinessDayAdjustments dateAdjustments)
throws ValidationException
dateAdjustments - The value to set.
ValidationException - If there was a problem validating the value.AdjustableDateValidator
public Payment getPaymentPaymentDate()
throws ValidationException
ValidationException - If there was a problem validating the value.AdjustableDate
public void setPaymentPaymentDate(Payment payment)
throws ValidationException
ValidationException - If there was a problem validating the value.AdjustableDate
public AdjustableOrRelativeDate getAdjustableOrRelativeDateAdjustableDate()
throws ValidationException
ValidationException - If there was a problem validating the value.AdjustableDate
public void setAdjustableOrRelativeDateAdjustableDate(AdjustableOrRelativeDate adjustableOrRelativeDate)
throws ValidationException
ValidationException - If there was a problem validating the value.AdjustableDatepublic 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 | |||||||||