|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--AbstractBean
|
+--com.javelin.fpml.shared.DateRangeBean
|
+--com.javelin.fpml.shared.BusinessDateRangeBean
BusinessDateRangeBean.java
null
BusinessDateRange,
Serialized Form| Field Summary | |
protected BusinessCenters |
businessCenters
|
protected java.lang.String |
businessCentersReference
|
protected java.lang.Integer |
businessDateRangeKey
|
protected BusinessDayConvention |
businessDayConvention
|
protected BusinessDateRangeValidator |
validator
|
| Fields inherited from class com.javelin.fpml.shared.DateRangeBean |
dateRangeKey, relativeDates, unadjustedFirstDate, unadjustedLastDate |
| Constructor Summary | |
BusinessDateRangeBean()
Construct the Default BusinessDateRangeBean. |
|
| Method Summary | |
java.lang.Object |
clone()
Clone dependent beans. |
void |
detach()
|
BusinessCenters |
getBusinessCenters()
Get the Business Centers. |
java.lang.String |
getBusinessCentersReference()
Get the Business Centers Reference. |
java.lang.Integer |
getBusinessDateRangeKey()
Get the Business Date Range Key. |
protected BusinessDateRangeValidator |
getBusinessDateRangeValidator()
|
BusinessDayConvention |
getBusinessDayConvention()
Get the Business Day Convention. |
java.lang.Class |
getInterface()
|
void |
listRelations(java.util.Vector list,
int type)
List the related beans. |
void |
setBusinessCenters(BusinessCenters businessCenters)
Set the Business Centers. |
void |
setBusinessCentersReference(java.lang.String businessCentersReference)
Set the Business Centers Reference. |
void |
setBusinessDateRangeKey(java.lang.Integer businessDateRangeKey)
Set the Business Date Range Key. |
void |
setBusinessDayConvention(BusinessDayConvention businessDayConvention)
Set the Business Day Convention. |
java.lang.String |
toString()
|
| Methods inherited from class com.javelin.fpml.shared.DateRangeBean |
getDateRangeKey, getDateRangeValidator, getRelativeDatesScheduleBounds, getUnadjustedFirstDate, getUnadjustedLastDate, setDateRangeKey, setRelativeDatesScheduleBounds, setUnadjustedFirstDate, setUnadjustedLastDate |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.javelin.fpml.shared.DateRange |
getDateRangeKey, getRelativeDatesScheduleBounds, getUnadjustedFirstDate, getUnadjustedLastDate, setDateRangeKey, setRelativeDatesScheduleBounds, setUnadjustedFirstDate, setUnadjustedLastDate |
| Field Detail |
protected java.lang.Integer businessDateRangeKey
protected transient BusinessDayConvention businessDayConvention
protected java.lang.String businessCentersReference
protected transient BusinessCenters businessCenters
protected BusinessDateRangeValidator validator
| Constructor Detail |
public BusinessDateRangeBean()
| Method Detail |
public java.lang.Class getInterface()
getInterface in class DateRangeBeancom.javelin.beans.Bean.getInterface()public java.lang.Integer getBusinessDateRangeKey()
BusinessDateRange
getBusinessDateRangeKey in interface BusinessDateRangeBusinessDateRange.getBusinessDateRangeKey()
public void setBusinessDateRangeKey(java.lang.Integer businessDateRangeKey)
throws ValidationException
BusinessDateRange
setBusinessDateRangeKey in interface BusinessDateRangebusinessDateRangeKey - The value to set.
ValidationExceptionBusinessDateRange.setBusinessDateRangeKey( java.lang.Integer businessDateRangeKey )public BusinessDayConvention getBusinessDayConvention()
BusinessDateRange
getBusinessDayConvention in interface BusinessDateRangeBusinessDateRange.getBusinessDayConvention()
public void setBusinessDayConvention(BusinessDayConvention businessDayConvention)
throws ValidationException
BusinessDateRange
setBusinessDayConvention in interface BusinessDateRangebusinessDayConvention - The value to set.
ValidationExceptionBusinessDateRange.setBusinessDayConvention( BusinessDayConvention businessDayConvention )public java.lang.String getBusinessCentersReference()
BusinessDateRange
getBusinessCentersReference in interface BusinessDateRangeBusinessDateRange.getBusinessCentersReference()
public void setBusinessCentersReference(java.lang.String businessCentersReference)
throws ValidationException
BusinessDateRange
setBusinessCentersReference in interface BusinessDateRangebusinessCentersReference - The value to set.
ValidationExceptionBusinessDateRange.setBusinessCentersReference( java.lang.String businessCentersReference )public BusinessCenters getBusinessCenters()
BusinessDateRange
getBusinessCenters in interface BusinessDateRangeBusinessDateRange.getBusinessCenters()
public void setBusinessCenters(BusinessCenters businessCenters)
throws ValidationException
BusinessDateRange
setBusinessCenters in interface BusinessDateRangebusinessCenters - The value to set.
ValidationExceptionBusinessDateRange.setBusinessCenters( BusinessCenters businessCenters )protected BusinessDateRangeValidator getBusinessDateRangeValidator()
public java.lang.String toString()
toString in class DateRangeBeanObject.toString()
public void listRelations(java.util.Vector list,
int type)
throws ValidationException
listRelations in class DateRangeBeanValidationException
public void detach()
throws ValidationException
detach in class DateRangeBeanValidationExceptioncom.javelin.beans.Beane#detach()public java.lang.Object clone()
clone in interface BusinessDateRangeclone in class DateRangeBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||