|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--AbstractBean
|
+--com.javelin.fpml.shared.AdjustableDateBean
AdjustableDateBean.java
null
AdjustableDate,
Serialized Form| Field Summary | |
protected java.lang.Integer |
adjustableDateKey
|
protected AdjustableOrRelativeDate |
adjustableOrRelativeDate
|
protected BusinessDayAdjustments |
dateAdjustments
|
protected Payment |
payment
|
protected java.sql.Date |
unadjustedDate
|
protected AdjustableDateValidator |
validator
|
| Constructor Summary | |
AdjustableDateBean()
Construct the Default AdjustableDateBean. |
|
| Method Summary | |
java.lang.Object |
clone()
Clone dependent beans. |
void |
detach()
|
java.lang.Integer |
getAdjustableDateKey()
Get the Adjustable Date Key. |
protected AdjustableDateValidator |
getAdjustableDateValidator()
|
AdjustableOrRelativeDate |
getAdjustableOrRelativeDateAdjustableDate()
Get the AdjustableOrRelativeDateAdjustableDate dependent on this table. |
BusinessDayAdjustments |
getDateAdjustments()
Get the Date Adjustments. |
java.lang.Class |
getInterface()
|
Payment |
getPaymentPaymentDate()
Get the PaymentPaymentDate dependent on this table. |
java.sql.Date |
getUnadjustedDate()
Get the Unadjusted Date. |
void |
listRelations(java.util.Vector list,
int type)
List the related beans. |
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. |
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 adjustableDateKey
protected java.sql.Date unadjustedDate
protected transient BusinessDayAdjustments dateAdjustments
protected Payment payment
protected AdjustableOrRelativeDate adjustableOrRelativeDate
protected AdjustableDateValidator validator
| Constructor Detail |
public AdjustableDateBean()
| Method Detail |
public java.lang.Class getInterface()
com.javelin.beans.Bean.getInterface()
public Payment getPaymentPaymentDate()
throws ValidationException
AdjustableDate
getPaymentPaymentDate in interface AdjustableDateValidationExceptioncom.javelin.fpml.shared.getPaymentPaymentDate()
public void setPaymentPaymentDate(Payment payment)
throws ValidationException
AdjustableDate
setPaymentPaymentDate in interface AdjustableDateValidationExceptioncom.javelin.fpml.shared.setPaymentPaymentDate()
public AdjustableOrRelativeDate getAdjustableOrRelativeDateAdjustableDate()
throws ValidationException
AdjustableDate
getAdjustableOrRelativeDateAdjustableDate in interface AdjustableDateValidationExceptioncom.javelin.fpml.shared.getAdjustableOrRelativeDateAdjustableDate()
public void setAdjustableOrRelativeDateAdjustableDate(AdjustableOrRelativeDate adjustableOrRelativeDate)
throws ValidationException
AdjustableDate
setAdjustableOrRelativeDateAdjustableDate in interface AdjustableDateValidationExceptioncom.javelin.fpml.shared.setAdjustableOrRelativeDateAdjustableDate()public java.lang.Integer getAdjustableDateKey()
AdjustableDate
getAdjustableDateKey in interface AdjustableDateAdjustableDate.getAdjustableDateKey()
public void setAdjustableDateKey(java.lang.Integer adjustableDateKey)
throws ValidationException
AdjustableDate
setAdjustableDateKey in interface AdjustableDateadjustableDateKey - The value to set.
ValidationExceptionAdjustableDate.setAdjustableDateKey( java.lang.Integer adjustableDateKey )public java.sql.Date getUnadjustedDate()
AdjustableDate
getUnadjustedDate in interface AdjustableDateAdjustableDate.getUnadjustedDate()
public void setUnadjustedDate(java.sql.Date unadjustedDate)
throws ValidationException
AdjustableDate
setUnadjustedDate in interface AdjustableDateunadjustedDate - The value to set.
ValidationExceptionAdjustableDate.setUnadjustedDate( java.sql.Date unadjustedDate )public BusinessDayAdjustments getDateAdjustments()
AdjustableDate
getDateAdjustments in interface AdjustableDateAdjustableDate.getDateAdjustments()
public void setDateAdjustments(BusinessDayAdjustments dateAdjustments)
throws ValidationException
AdjustableDate
setDateAdjustments in interface AdjustableDatedateAdjustments - The value to set.
ValidationExceptionAdjustableDate.setDateAdjustments( BusinessDayAdjustments dateAdjustments )protected AdjustableDateValidator getAdjustableDateValidator()
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 AdjustableDate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||